-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ADLA] Account APIs object refactor and adding paging extension to Catalog ACL APIs #4043
[ADLA] Account APIs object refactor and adding paging extension to Catalog ACL APIs #4043
Conversation
- Object refactor
* Changing OData Query for Job_List from JobInformation to JobInformationBasic
* Making List_Acl pageable
@shahabhijeet I'm not sure why Travis is running into issues trying to find the ComputePolicyCRUDTest session record. I updated this session record and it is in one of my commits, "Updating SessionRecords."
|
Oh wait, for some reason, it was pushed as ComputePolicyCrudTest.json instead of ComputePolicyCRUDTest.json... I tried removing the file, which is named ComputePolicyCRUDTest.json, and then putting it back in, but it doesn't record the file name change. |
Hopefully the last commit fixes the file name issue |
Swagger PR Links
Changes in 3.3.0-preview
Breaking changes
Account
operations object has been changed fromAccount
toAccounts
Account.Get(...)
toAccounts.Get(...)
accounts
,compute policies
, etc.), explicit parameter objects are now required:DataLakeAnalyticsAccount
toCreateDataLakeAnalyticsAccountParameters
DataLakeStoreInfo
toAddDataLakeStoreWithAccountParameters
StorageAccountInfo
toAddStorageAccountWithAccountParameters
FirewallRule
toCreateFirewallRuleWithAccountParameters
ComputePolicy
toCreateComputePolicyWithAccountParameters
DataLakeAnalyticsUpdateParameters
toUpdateDataLakeAnalyticsParameters
DataLakeStoreInfo
toUpdateDataLakeStoreWithAccountParameters
StorageAccountInfo
toUpdateStorageAccountWithAccountParameters
FirewallRule
toUpdateFirewallRuleWithAccountParameters
ComputePolicy
toUpdateComputePolicyWithAccountParameters
DataLakeStoreAccountInfo
toAddDataLakeStoreParameters
StorageAccountInfo
toAddStorageAccountParameters
StorageAccountInfo
toUpdateStorageAccountParameters
ComputePolicy
toCreateOrUpdateComputePolicyParameters
ComputePolicy
toUpdateComputePolicyParameters
FirewallRule
toCreateOrUpdateFirewallRuleParameters
FirewallRule
toUpdateFirewallRuleParameters
DataLakeStoreAccountInfo
toDataLakeStoreAccountInformation
StorageAccountInfo
toStorageAccountInformation
ODataQuery
parameter type fromJobInformation
toJobInformationBasic
for the Job_List APIODataQuery
parameter type fromDataLakeStoreAccountInfo
toDataLakeStoreAccountInformation
for the DataLakeStoreAccounts_ListByAccount APIODataQuery
parameter type fromStorageAccountInfo
toStorageAccountInformation
for the StorageAccounts_ListByAccount APIAclList
toIPage<Acl>
for these APIs:Description
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
Testing Guidelines
SDK Generation Guidelines
*.csproj
andAssemblyInfo.cs
files have been updated with the new version of the SDK.