Skip to content

Commit b0dade6

Browse files
bluewwsofiar-msft
authored andcommitted
[Storage] Support API version 2022-05-01 (Azure#29936)
* [Storage] Support API version 2022-05-01 * Update per swagger fix
1 parent f18c815 commit b0dade6

File tree

107 files changed

+2504
-1775
lines changed

Some content is hidden

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

107 files changed

+2504
-1775
lines changed
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-09-01;</AzureApiTag>
4+
<AzureApiTag>Storage_2022-05-01;</AzureApiTag>
55
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
66
</PropertyGroup>
77
</Project>

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

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

3+
### Changes in 25.0.0
4+
- Upgrade to rest api version 2022-05-01.
5+
- Support Create or Update Storage Account with AzureFilesIdentityBasedAuthentication.DirectoryServiceOptions as 'AADKERB'.
6+
7+
**Breaking changes**
8+
9+
- new ActiveDirectoryProperties() parameter change: "domainGuid" moved from the 3rd to the 2nd parameter; "netBiosDomainName", "forestName", "domainSid", "azureStorageSid" changed from required to optional.
10+
- new Encryption() parameter change: "keySource" changed from required to optional, and moved from the 1st to the 2nd parameter; "services" moved from the 2nd to the 1st parameter.
11+
312
### Changes in 24.0.0
413
- Upgrade to rest api version 2021-09-01.
514
- Support create/update Storage account with new property dnsEndpointType.

sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/AccountType.cs

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

sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/ActiveDirectoryProperties.cs

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

sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/AllowedMethods.cs

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

sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/AzureFilesIdentityBasedAuthentication.cs

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

sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/DirectoryServiceOptions.cs

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/Encryption.cs

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

sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/LeaseContainerRequestAction.cs

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

sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/StorageAccount.cs

Lines changed: 0 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)