Skip to content

Commit ddeb117

Browse files
authored
[Storage] Support API version 2021-06-01 (Azure#23981)
* [Storage] Support API version 2021-06-01 * update version to 23.0
1 parent 44b4c17 commit ddeb117

File tree

125 files changed

+6140
-2425
lines changed

Some content is hidden

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

125 files changed

+6140
-2425
lines changed

eng/mgmt/mgmtmetadata/storage_resource-manager.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ 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 --csharp.output-folder=C:\code\srpsdk\sdk\storage\Microsoft.Azure.Management.Storage\src\Generated
6+
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/main/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
77
Autorest CSharp Version: 2.3.90
8-
2021-05-13 02:44:59 UTC
8+
2021-09-14 14:19:16 UTC
99
Azure-rest-api-specs repository information
1010
GitHub fork: Azure
11-
Branch: master
12-
Commit: 719b74f77b92eb1ec3814be6c4488bcf6b651733
11+
Branch: main
12+
Commit: 05bea6721decb69a05d9a975bb9b7dfc6a755405
1313
AutoRest information
1414
Requested version: v2
1515
Bootstrapper version: [email protected]

package-lock.json

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
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-04-01;</AzureApiTag>
4+
<AzureApiTag>Storage_2021-06-01;</AzureApiTag>
55
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
66
</PropertyGroup>
77
</Project>

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

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

3+
### Changes in 23.0.0
4+
- Upgrade to rest api version 2021-06-01.
5+
- Support Storage account HierarchicalNamespace migration.
6+
- Support create/update Storage account with enable/disable PublicNetworkAccess.
7+
- Support create/update account with ImmutableStorageWithVersioning.
8+
- Support create/update account with defaultToOAuthAuthentication.
9+
- Support blob Inventory new schema fields: AccessTierInferred and Tags.
10+
- Support create/update Blob Container with enableNfsV3RootSquash and enableNfsV3AllSquash.
11+
- Support AllowProtectedAppendWritesAll in set container ImmutabilityPolicy and set container LegalHold.
12+
13+
**Breaking changes**
14+
15+
- Remove StorageFileDataSmbShareOwner from Microsoft.Azure.Management.Storage.Models.DefaultSharePermission.
16+
- In StorageManagementClient.BlobContainers.CreateOrUpdateImmutabilityPolicy(), StorageManagementClient.BlobContainers.ExtendImmutabilityPolicy(), add a madatory parameter with type Microsoft.Azure.Management.Storage.Models.ImmutabilityPolicy, to input all ImmutabilityPolicy properties, and remove 2 parameters to input ImmutabilityPolicy properties: immutabilityPeriodSinceCreationInDays, allowProtectedAppendWrites.
17+
- In Microsoft.Azure.Management.Storage.Models.AccessPolicy, rename Start to StartTime, Expiry to ExpiryTime.
18+
319
### Changes in 22.0.0
420
- Upgrade to rest api version 2021-04-01.
521
- Support File Share lease and delete share with leased share snapshots.

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

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

0 commit comments

Comments
 (0)