[Storage] add new stroage account kind "FileStorage" and "BlockBlobStorage" and new feature fileaadIntegration #4760
Conversation
dsgouda
left a comment
There was a problem hiding this comment.
Please run msbuild build.proj /t:build /p:Scope=SDKs\Storage and commit all changes generated
| <Version>8.1.0-preview</Version> | ||
| <Version>9.0.0-preview</Version> | ||
| <PackageTags>Microsoft Azure Storage management;Storage;Storage management;</PackageTags> | ||
| <PackageReleaseNotes>See https://aka.ms/asdotnetsdkchangelog for release notes.</PackageReleaseNotes> |
There was a problem hiding this comment.
Please update the changelog
There was a problem hiding this comment.
Fixed, now change log is updated.
| new Tuple<string, string, string>("Storage", "StorageAccounts", "2018-03-01-preview"), | ||
| new Tuple<string, string, string>("Storage", "Usages", "2018-03-01-preview"), | ||
| new Tuple<string, string, string>("Storage", "BlobContainers", "2018-07-01"), | ||
| new Tuple<string, string, string>("Storage", "ManagementPolicies", "2018-03-01-preview"), |
There was a problem hiding this comment.
Please ensure that one of the services is still preview
There was a problem hiding this comment.
Yes, ManagementPolicies feature is not supported in 2017-07-01 api version, and only supported in 2018-03-01-preview. So to keep the feature in SRP SDK, we add it from 2018-03-01-preview api version.
|
The swagger PR is merged, and I have updated this PR with merged swagger PR. |
|
Thanks for the help to review and merge it! |
Description
Add new storage account kind and fileaadintegration support to new api version 2017-08-01
Swagger PR: Azure/azure-rest-api-specs#3864, still in review.
This is generated from my personal repo, send this for an early review, to reduce the risk for release this in Ignite. I will update the SDK when swagger PR merged (should not have much code change).
There's breaking change so upgrade version to 9.0. See details below.
This checklist is used to make sure that common guidelines for a pull request are followed.
Please add REST spec PR link to the SDK PR
I have read the contribution guidelines.
The pull request does not introduce breaking changes.
Since the Management Policy not supported in 2018-07-01 (only support on 2018-03-01-preview), I also add it to SDK SRP but with different Opeartion ID (per suggestion of lmazuel). This is breaking.The Global Usage also removed, since will not support in new api versions (as location usage added).I have upgrade SDK version to 9.0 for the breaking change.General Guidelines
Testing Guidelines
SDK Generation Guidelines
*.csprojandAssemblyInfo.csfiles have been updated with the new version of the SDK.