Skip to content

Commit a84c6ce

Browse files
authored
Update version of Az.Storage-Preview to fix the unsigned issue (#20464)
1 parent 32c9ca3 commit a84c6ce

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/Storage/Storage.Management.Sdk/Properties/Assemblyinfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("5470d6bc-50a5-4ae1-a5ba-1109ff68c826")]
2828

29-
[assembly: AssemblyVersion("5.2.1")]
30-
[assembly: AssemblyFileVersion("5.2.1")]
29+
[assembly: AssemblyVersion("5.2.2")]
30+
[assembly: AssemblyFileVersion("5.2.2")]

src/Storage/Storage.Management/Az.Storage.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '5.2.1'
15+
ModuleVersion = '5.2.2'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'

src/Storage/Storage.Management/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
-->
2020
## Upcoming Release
2121

22-
## Version 5.2.1
22+
## Version 5.2.2
2323
* Supported Planned and Unplanned types in Storage account failover type
2424
- `Invoke-AzStorageAccountFailover`
2525
* Supported TierToCold and TierToHot in Storage account management policy

src/Storage/Storage/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
// You can specify all the values or you can default the Build and Revision Numbers
4545
// by using the '*' as shown below:
4646
// [assembly: AssemblyVersion("1.0.0")]
47-
[assembly: AssemblyVersion("5.2.1")]
48-
[assembly: AssemblyFileVersion("5.2.1")]
47+
[assembly: AssemblyVersion("5.2.2")]
48+
[assembly: AssemblyFileVersion("5.2.2")]
4949
[assembly: CLSCompliant(false)]
5050
#if !SIGN
5151
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Storage.Test")]

0 commit comments

Comments
 (0)