Skip to content

Commit

Permalink
[Storage] Support API version 2022-05-01 (Azure#29936)
Browse files Browse the repository at this point in the history
* [Storage] Support API version 2022-05-01

* Update per swagger fix
  • Loading branch information
blueww authored and sofiar-msft committed Dec 7, 2022
1 parent f18c815 commit b0dade6
Show file tree
Hide file tree
Showing 107 changed files with 2,504 additions and 1,775 deletions.
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_2021-09-01;</AzureApiTag>
<AzureApiTag>Storage_2022-05-01;</AzureApiTag>
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
</PropertyGroup>
</Project>
9 changes: 9 additions & 0 deletions sdk/storage/Microsoft.Azure.Management.Storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Microsoft.Azure.Management.Storage release notes

### Changes in 25.0.0
- Upgrade to rest api version 2022-05-01.
- Support Create or Update Storage Account with AzureFilesIdentityBasedAuthentication.DirectoryServiceOptions as 'AADKERB'.

**Breaking changes**

- new ActiveDirectoryProperties() parameter change: "domainGuid" moved from the 3rd to the 2nd parameter; "netBiosDomainName", "forestName", "domainSid", "azureStorageSid" changed from required to optional.
- 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.

### Changes in 24.0.0
- Upgrade to rest api version 2021-09-01.
- Support create/update Storage account with new property dnsEndpointType.
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Development of this library has shifted focus to the Azure Unified SDK. The future development will be focused on "Azure.ResourceManager.Storage" (https://www.nuget.org/packages/Azure.ResourceManager.Storage/). Please see the package changelog for more information.
</Description>
<AssemblyName>Microsoft.Azure.Management.Storage</AssemblyName>
<Version>24.0.0</Version>
<Version>25.0.0</Version>
<PackageTags>Microsoft Azure Storage management;Storage;Storage management;</PackageTags>
<PackageReleaseNotes>See https://aka.ms/asdotnetsdkchangelog for release notes.</PackageReleaseNotes>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
[assembly: AssemblyTitle("Microsoft Azure Storage Management Library")]
[assembly: AssemblyDescription("Provides Microsoft Azure Storage management functions for managing the Microsoft Azure Storage service.")]

[assembly: AssemblyVersion("24.0.0.0")]
[assembly: AssemblyFileVersion("24.0.0.0")]
[assembly: AssemblyVersion("25.0.0.0")]
[assembly: AssemblyFileVersion("25.0.0.0")]

[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
Expand Down
Loading

0 comments on commit b0dade6

Please sign in to comment.