Skip to content

Commit d745d35

Browse files
authored
[Storage] Support 2021-02-01 and upgrade to 20.0.0 (#19817)
1 parent d13e88c commit d745d35

File tree

100 files changed

+1919
-1347
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+1919
-1347
lines changed

eng/mgmt/mgmtmetadata/storage_resource-manager.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Commencing code generation
44
Generating CSharp code
55
Executing AutoRest command
66
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
7-
2021-02-18 09:36:13 UTC
7+
2021-03-25 08:19:48 UTC
88
Azure-rest-api-specs repository information
99
GitHub fork: Azure
1010
Branch: master
11-
Commit: 58b10d5f5b9223fb05f5bb6b20d018643429091e
11+
Commit: fe28323894e41f58ee668f4f6542956197f0baca
1212
AutoRest information
1313
Requested version: v2
1414
Bootstrapper version: [email protected]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<!--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-->
33
<PropertyGroup>
4-
<AzureApiTag>Storage_2021-01-01;</AzureApiTag>
4+
<AzureApiTag>Storage_2021-02-01;</AzureApiTag>
55
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
66
</PropertyGroup>
77
</Project>

sdk/storage/Microsoft.Azure.Management.Storage/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## Microsoft.Azure.Management.Storage release notes
22

3+
### Changes in 20.0.0
4+
- Upgrade to rest api version 2021-02-01.
5+
- Support KeyPolicy,SasPolicy in create/update Storage account.
6+
- Added a new property "CreationTime" to Microsoft.Azure.Management.Storage.Models.StorageAccountKey object.
7+
8+
**Breaking changes**
9+
10+
- StorageManagementClient.FileShares.List() parameter "expand" type change to enum to string.
11+
- StorageManagementClient.FileShares.Create() parameter "expand" type change to enum to string.
12+
313
### Changes in 19.0.0
414
- Upgrade to rest api version 2021-01-01
515
- Support create/get/delete/list File share snapshot

sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/FileSharesOperations.cs

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/FileSharesOperationsExtensions.cs

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/IFileSharesOperations.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/KeyPolicy.cs

Lines changed: 62 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/ListSharesExpand.cs

Lines changed: 3 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/PutSharesExpand.cs

Lines changed: 2 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/SasPolicy.cs

Lines changed: 79 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)