-
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
[ADLS] Account APIs object refactor and couple of bugfixes #4046
[ADLS] Account APIs object refactor and couple of bugfixes #4046
Conversation
* Removed ErrorDetails.cs -- it was unused * Account to Accounts for operations * Explicit parameter objects for creation and update
* Account refactor * Permission field of AclStatus from int to string
Branch: current | ||
Commit: db22f73d75fba57c9f1dcbd118bd1337ade842cf | ||
GitHub user: ro-joowan | ||
Branch: revert-path-parameters |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this has to be generated from master branch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shahabhijeet Done. I also updated the metadata files for ADLA -- the PR that you already merged: #4043
e8114f7
to
790e322
Compare
@shahabhijeet The last commit was to resolve merge conflicts |
@shahabhijeet Ping -- I don't think the build error is coming from my changes |
Swagger PR Links
Changes in 2.4.0-preview
Breaking changes
Account
operations object has been changed fromAccount
toAccounts
Account.Get(...)
toAccounts.Get(...)
accounts
,firewall rules
, etc.), explicit parameter objects are now required:DataLakeStoreAccount
toCreateDataLakeStoreAccountParameters
FirewallRule
toCreateFirewallRuleWithAccountParameters
TrustedIdProvider
toCreateTrustedIdProviderWithAccountParameters
DataLakeStoreUpdateParameters
toUpdateDataLakeStoreParameters
FirewallRule
toUpdateFirewallRuleWithAccountParameters
TrustedIdProvider
toUpdateTrustedIdProviderWithAccountParameters
FirewallRule
toCreateOrUpdateFirewallRuleParameters
FirewallRule
toUpdateFirewallRuleParameters
TrustedIdProvider
toCreateOrUpdateTrustedIdProviderParameters
TrustedIdProvider
toUpdateTrustedIdProviderParameters
childrenNum
field fromFileStatusProperties
because it was not supportedpermission
field ofAclStatus
fromint
tostring
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.