Skip to content

Commit a92d4bd

Browse files
committed
[Storage] Support API version 2022-05-01
1 parent 135dd40 commit a92d4bd

File tree

112 files changed

+2606
-1876
lines changed

Some content is hidden

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

112 files changed

+2606
-1876
lines changed

eng/mgmt/mgmtmetadata/storage_resource-manager.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Generating CSharp code
55
Executing AutoRest command
66
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/main/specification/storage/resource-manager/readme.md --csharp --version=2.0.4421 --reflect-api-versions --csharp.output-folder=D:\code\srpsdk\sdk\storage\Microsoft.Azure.Management.Storage\src\Generated
77
Autorest CSharp Version: 2.3.90
8-
2022-03-24 09:32:54 UTC
8+
2022-08-09 06:28:49 UTC
99
Azure-rest-api-specs repository information
1010
GitHub fork: Azure
1111
Branch: main
12-
Commit: 5dad3b83d0926768ede15ed41895d5f38defd512
12+
Commit: dfeece13b12b569278b31dd6f2767c2fef2b478d
1313
AutoRest information
1414
Requested version: 2.0.4421
1515
Bootstrapper version: autorest@2.0.4413
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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+
- StorageManagementClient.BlobContainers.Lease() input parameter 'parameters' type changed from LeaseContainerRequest to LeaseContainerRequest1.
10+
- new ActiveDirectoryProperties() parameter change: "domainGuid" moved from the 3rd to the 2nd parameter; "netBiosDomainName", "forestName", "domainSid", "azureStorageSid" changed from required to optional.
11+
- 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.
12+
313
### Changes in 24.0.0
414
- Upgrade to rest api version 2021-09-01.
515
- Support create/update Storage account with new property dnsEndpointType.

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

Lines changed: 1 addition & 1 deletion
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/BlobContainersOperationsExtensions.cs

Lines changed: 2 additions & 2 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/IBlobContainersOperations.cs

Lines changed: 1 addition & 1 deletion
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/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.

0 commit comments

Comments
 (0)