Skip to content

Commit

Permalink
[Storage] Upgrade to 2020-08-01-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
blueww committed Oct 29, 2020
1 parent a69a529 commit 5e6ef08
Show file tree
Hide file tree
Showing 137 changed files with 16,219 additions and 13,074 deletions.
8 changes: 4 additions & 4 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 --csharp.output-folder=C:\code\srpsdk\sdk\storage\Microsoft.Azure.Management.Storage\src\Generated
2020-08-10 10:19:04 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 --tag=package-2020-08-preview --csharp.output-folder=C:\code\srpsdk\sdk\storage\Microsoft.Azure.Management.Storage\src\Generated
2020-10-28 09:28:12 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: 81ee445f0291ea1b284509dd42b3d37aea3799d7
Commit: c174d654d4cd9f45e929a31480e19ada7baa6924
AutoRest information
Requested version: v2
Bootstrapper version: autorest@2.0.4283
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_2019-06-01;</AzureApiTag>
<AzureApiTag>Storage_2020-08-01-preview;</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 18.0.0-beta
- Upgrade to rest api version 2020-08-01-preview
- Support enanble ContainerDeleteRetentionPolicy in BlobServices properties
- Support enable LastAccessTimeTrackingPolicy in BlobServices properties
- Support DaysAfterLastAccessTimeGreaterThan,EnableAutoTierToHotFromCool in ManagementPolicy BaseBlob Actions
- Support List deleted containers
- Support enable ProtocolSettings.Smb.Multichannel on FileServices properties
- Support ResourceAccessRule in Microsoft.Azure.Management.Storage.Models.NetworkRuleSet
- Support Set ExtendedLocation in create storage account

**Breaking changes**

- In StorageManagementClient.FileServices.SetServiceProperties(), add a madatory parameter with type Microsoft.Azure.Management.Storage.Models.FileServiceProperties, to input all FileService properties, and remove 2 parameters to input FileService properties: cors, shareDeleteRetentionPolicy.

### Changes in 17.2.0
- Update BlobServiceProperties.RestorePolicy: add new property "MinRestoreTime", deprecate old property "LastEnabledTime"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {35BE074F-989A-4527-8A86-9D852CD4126D}
EndGlobalSection
EndGlobal
Loading

0 comments on commit 5e6ef08

Please sign in to comment.