Skip to content

Commit

Permalink
[Storage] new API version 2021-01-01
Browse files Browse the repository at this point in the history
  • Loading branch information
blueww committed Feb 18, 2021
1 parent 5717ba1 commit 5baac49
Show file tree
Hide file tree
Showing 122 changed files with 5,001 additions and 1,911 deletions.
6 changes: 3 additions & 3 deletions eng/mgmt/mgmtmetadata/storage_resource-manager.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ AutoRest installed successfully.
Commencing code generation
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 --tag=package-2020-08-preview --csharp.output-folder=C:\code\srpsdk\sdk\storage\Microsoft.Azure.Management.Storage\src\Generated
2020-11-02 05:45:33 UTC
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
2021-02-18 09:36:13 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: f11c7e7c36e28ca3b0d575cc4241c1e2a4099caa
Commit: 58b10d5f5b9223fb05f5bb6b20d018643429091e
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_2020-08-01-preview;</AzureApiTag>
<AzureApiTag>Storage_2021-01-01;</AzureApiTag>
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
</PropertyGroup>
</Project>
20 changes: 20 additions & 0 deletions sdk/storage/Microsoft.Azure.Management.Storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
## Microsoft.Azure.Management.Storage release notes

### Changes in 19.0.0
- Upgrade to rest api version 2021-01-01
- Support create/get/delete/list File share snapshot
- Support ChangeFeed.RetentionInDays
- Support User Identity in create and update Storage account
- Support RequireInfrastructureEncryption in create Encryption Scope
- Add 2 new properties to Encryption Scope KeyVaultProperties: CurrentVersionedKeyIdentifier, LastKeyRotationTimestamp
- Support add ManagementPolicy action to blob version
- Support ManagementPolicy action TierToCool, TierToArchive on blob snapshot.
- Support add ManagementPolicy with filter blob type as AppendBlob
- Support Update File Service properties with SMB settings: Versions, AuthenticationMethods, KerberosTicketEncryption, ChannelEncryption
- Support EnableNfsV3 in create Storage account
- Support AllowSharedKeyAccess in create/update Storage account

**Breaking changes**

- StorageManagementClient.StorageAccounts.ListByResourceGroup() output type change from IEnumerable<StorageAccount> to IPage<StorageAccount>, to support list account with nextlink.
- 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.
- Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule.State type change from enum to string.

### Changes in 18.0.0-beta
- Upgrade to rest api version 2020-08-01-preview
- Support enanble ContainerDeleteRetentionPolicy in BlobServices properties
Expand Down

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

Loading

0 comments on commit 5baac49

Please sign in to comment.