Skip to content

Commit 3c6e80e

Browse files
authored
[Storage] new API version 2021-01-01 (#18844)
1 parent 7d59f55 commit 3c6e80e

File tree

122 files changed

+5001
-1911
lines changed

Some content is hidden

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

122 files changed

+5001
-1911
lines changed

eng/mgmt/mgmtmetadata/storage_resource-manager.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ AutoRest installed successfully.
33
Commencing code generation
44
Generating CSharp code
55
Executing AutoRest command
6-
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 --tag=package-2020-08-preview --csharp.output-folder=C:\code\srpsdk\sdk\storage\Microsoft.Azure.Management.Storage\src\Generated
7-
2020-11-02 05:45:33 UTC
6+
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
88
Azure-rest-api-specs repository information
99
GitHub fork: Azure
1010
Branch: master
11-
Commit: f11c7e7c36e28ca3b0d575cc4241c1e2a4099caa
11+
Commit: 58b10d5f5b9223fb05f5bb6b20d018643429091e
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_2020-08-01-preview;</AzureApiTag>
4+
<AzureApiTag>Storage_2021-01-01;</AzureApiTag>
55
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
66
</PropertyGroup>
77
</Project>

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

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

3+
### Changes in 19.0.0
4+
- Upgrade to rest api version 2021-01-01
5+
- Support create/get/delete/list File share snapshot
6+
- Support ChangeFeed.RetentionInDays
7+
- Support User Identity in create and update Storage account
8+
- Support RequireInfrastructureEncryption in create Encryption Scope
9+
- Add 2 new properties to Encryption Scope KeyVaultProperties: CurrentVersionedKeyIdentifier, LastKeyRotationTimestamp
10+
- Support add ManagementPolicy action to blob version
11+
- Support ManagementPolicy action TierToCool, TierToArchive on blob snapshot.
12+
- Support add ManagementPolicy with filter blob type as AppendBlob
13+
- Support Update File Service properties with SMB settings: Versions, AuthenticationMethods, KerberosTicketEncryption, ChannelEncryption
14+
- Support EnableNfsV3 in create Storage account
15+
- Support AllowSharedKeyAccess in create/update Storage account
16+
17+
**Breaking changes**
18+
19+
- StorageManagementClient.StorageAccounts.ListByResourceGroup() output type change from IEnumerable<StorageAccount> to IPage<StorageAccount>, to support list account with nextlink.
20+
- Microsoft.Azure.Management.Storage.Models.StorageAccountUpdateParameters.Identity.Type, Microsoft.Azure.Management.Storage.Models.StorageAccountCreateParameters.Identity.Type have default single value as IdentityType.SystemAssigned before. Now must assign value to be used in create or update storage account, since it support multiple value now.
21+
- Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule.State type change from enum to string.
22+
323
### Changes in 18.0.0-beta
424
- Upgrade to rest api version 2020-08-01-preview
525
- Support enanble ContainerDeleteRetentionPolicy in BlobServices properties

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

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

0 commit comments

Comments
 (0)