Skip to content

Commit

Permalink
[Storage] Upgrade API version to 2021-04-01 (#20939)
Browse files Browse the repository at this point in the history
  • Loading branch information
blueww authored May 13, 2021
1 parent afe8b73 commit aff1189
Show file tree
Hide file tree
Showing 127 changed files with 11,712 additions and 2,099 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/master/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-04-08 09:43:18 UTC
2021-05-13 02:44:59 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: 5d89c9807d3e84a5890b381a68a308198f9ef141
Commit: 719b74f77b92eb1ec3814be6c4488bcf6b651733
AutoRest information
Requested version: v2
Bootstrapper version: [email protected]
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-02-01;</AzureApiTag>
<AzureApiTag>Storage_2021-04-01;</AzureApiTag>
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
</PropertyGroup>
</Project>
14 changes: 14 additions & 0 deletions sdk/storage/Microsoft.Azure.Management.Storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
## Microsoft.Azure.Management.Storage release notes

### Changes in 22.0.0
- Upgrade to rest api version 2021-04-01.
- Support File Share lease and delete share with leased share snapshots.
- Support File Share access policy
- Support Blob Container with ImmutableStorageWithVersioning enabled.
- Support new account property AllowCrossTenantReplication
- Support DefaultSharePermission
- Support Blob Inventory GA policy

**Breaking changes**

- BlobInventoryPolicySchema property Destination is removed, and Destination is added to BlobInventoryPolicyRule.
- Following Enum are removed: PutSharesExpand, GetShareExpand, ListSharesExpand. Need to input the expand string in Put/Get/List file share API according to the parameter description.

### Changes in 21.0.0

**Breaking changes**
Expand Down

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

Loading

0 comments on commit aff1189

Please sign in to comment.