Skip to content

Commit

Permalink
[Storage] mgmt - support new API version 2021-08-01 (#26085)
Browse files Browse the repository at this point in the history
* [Storage] Support 2021-08-01

* Update since swagger change

* [Storage] mgmt - update from last swagger
  • Loading branch information
blueww authored Jan 10, 2022
1 parent 46558ec commit 330761a
Show file tree
Hide file tree
Showing 112 changed files with 6,125 additions and 1,683 deletions.
4 changes: 2 additions & 2 deletions eng/mgmt/mgmtmetadata/storage_resource-manager.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ Generating CSharp code
Executing AutoRest command
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/main/specification/storage/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp.output-folder=C:\code\srpsdk\sdk\storage\Microsoft.Azure.Management.Storage\src\Generated
Autorest CSharp Version: 2.3.90
2021-09-14 14:19:16 UTC
2022-01-10 04:22:08 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: main
Commit: 05bea6721decb69a05d9a975bb9b7dfc6a755405
Commit: 8253d0777924f346774223edab42d6b5c5e3838e
AutoRest information
Requested version: v2
Bootstrapper version: autorest@2.0.4413
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--This file and it's contents are updated at build time moving or editing might result in build failure. Take due deligence while editing this file-->
<PropertyGroup>
<AzureApiTag>Storage_2021-06-01;</AzureApiTag>
<AzureApiTag>Storage_2021-08-01;</AzureApiTag>
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
</PropertyGroup>
</Project>
8 changes: 8 additions & 0 deletions sdk/storage/Microsoft.Azure.Management.Storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Microsoft.Azure.Management.Storage release notes

### Changes in 23.1.0
- Upgrade to rest api version 2021-08-01.
- Support create/update Storage account with enable/disable Sftp and Localuser.
- Support CreateOrUpdate/Delete/Get/List/ListKeys/RegeneratePassword on Storage account local users.
- Support create/update account with AllowedCopyScope.
- Support create/update account with 2 new ActiveDirectoryProperties: samAccountName, accountType.
- Support create/update account with new EncryptionIdentity: FederatedIdentityClientId.

### Changes in 23.0.0
- Upgrade to rest api version 2021-06-01.
- Support Storage account HierarchicalNamespace migration.
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 330761a

Please sign in to comment.