File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Storage.Management.Sdk/Properties Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 26
26
[ assembly: CLSCompliant ( false ) ]
27
27
[ assembly: Guid ( "5470d6bc-50a5-4ae1-a5ba-1109ff68c826" ) ]
28
28
29
- [ assembly: AssemblyVersion ( "5.2.1 " ) ]
30
- [ assembly: AssemblyFileVersion ( "5.2.1 " ) ]
29
+ [ assembly: AssemblyVersion ( "5.2.2 " ) ]
30
+ [ assembly: AssemblyFileVersion ( "5.2.2 " ) ]
Original file line number Diff line number Diff line change 12
12
# RootModule = ''
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 5.2.1 '
15
+ ModuleVersion = ' 5.2.2 '
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions = ' Core' , ' Desktop'
Original file line number Diff line number Diff line change 19
19
-->
20
20
## Upcoming Release
21
21
22
- ## Version 5.2.1
22
+ ## Version 5.2.2
23
23
* Supported Planned and Unplanned types in Storage account failover type
24
24
- ` Invoke-AzStorageAccountFailover `
25
25
* Supported TierToCold and TierToHot in Storage account management policy
Original file line number Diff line number Diff line change 44
44
// You can specify all the values or you can default the Build and Revision Numbers
45
45
// by using the '*' as shown below:
46
46
// [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 " ) ]
49
49
[ assembly: CLSCompliant ( false ) ]
50
50
#if ! SIGN
51
51
[ assembly: InternalsVisibleTo ( "Microsoft.Azure.PowerShell.Cmdlets.Storage.Test" ) ]
You can’t perform that action at this time.
0 commit comments