Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SRP] support new API version 2021-01-01, and upgrade version to 19.0.0 #18844

Merged
merged 1 commit into from
Feb 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: [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_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