Skip to content

Commit 32c9ca3

Browse files
authored
Release Az.Storage-preview v.5.2.1 (#20375)
* Release Az.Storage-preview v.5.2.1 * Revert unneccesary change to avoid conflicts
1 parent 60d72da commit 32c9ca3

File tree

6 files changed

+23
-17
lines changed

6 files changed

+23
-17
lines changed

src/Accounts/Accounts/Utilities/CommandMappings.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6104,6 +6104,8 @@
61046104
"Get-AzStorageBlobByTag": {},
61056105
"Invoke-AzStorageAccountHierarchicalNamespaceUpgrade": {},
61066106
"Stop-AzStorageAccountHierarchicalNamespaceUpgrade": {},
6107+
"Get-AzDataLakeGen2DeletedItem": {},
6108+
"Restore-AzDataLakeGen2DeletedItem": {},
61076109
"Set-AzStorageBlobImmutabilityPolicy": {},
61086110
"Remove-AzStorageBlobImmutabilityPolicy": {},
61096111
"Set-AzStorageBlobLegalHold": {},
@@ -6117,13 +6119,17 @@
61176119
"New-AzStorageLocalUserSshPassword": {},
61186120
"New-AzStorageLocalUserSshPublicKey": {},
61196121
"New-AzStorageLocalUserPermissionScope": {},
6120-
"Get-AzDataLakeGen2DeletedItem": {},
6121-
"Restore-AzDataLakeGen2DeletedItem": {},
61226122
"Get-AzStorageContainerAcl": {},
61236123
"Start-CopyAzureStorageBlob": {},
61246124
"Stop-CopyAzureStorageBlob": {},
61256125
"Enable-AzStorageSoftDelete": {},
61266126
"Disable-AzStorageSoftDelete": {},
6127+
"Enable-AzureStorageStaticWebsite": {},
6128+
"Disable-AzureStorageStaticWebsite": {},
6129+
"Invoke-AzureRmStorageAccountFailover": {},
6130+
"Get-AzureRmStorageAccountManagementPolicy": {},
6131+
"Set-AzureRmStorageAccountManagementPolicy": {},
6132+
"Remove-AzureRmStorageAccountManagementPolicy": {},
61276133
"New-AzDatalakeGen2FileSystem": {},
61286134
"Remove-AzDatalakeGen2FileSystem": {},
61296135
"Get-AzDatalakeGen2FileSystem": {},

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.0")]
30-
[assembly: AssemblyFileVersion("5.2.0")]
29+
[assembly: AssemblyVersion("5.2.1")]
30+
[assembly: AssemblyFileVersion("5.2.1")]

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

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 01/12/2022
6+
# Generated on: 12/6/2022
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

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

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -206,9 +206,7 @@ CmdletsToExport = 'Get-AzStorageAccount', 'Get-AzStorageAccountKey',
206206
'Remove-AzStorageLocalUser', 'Get-AzStorageLocalUserKey',
207207
'New-AzStorageLocalUserSshPassword',
208208
'New-AzStorageLocalUserSshPublicKey',
209-
'New-AzStorageLocalUserPermissionScope',
210-
'Get-AzDataLakeGen2DeletedItem',
211-
'Restore-AzDataLakeGen2DeletedItem'
209+
'New-AzStorageLocalUserPermissionScope'
212210

213211
# Variables to export from this module
214212
# VariablesToExport = @()
@@ -252,10 +250,10 @@ PrivateData = @{
252250
# IconUri = ''
253251

254252
# ReleaseNotes of this module
255-
ReleaseNotes = '* Supported MaxPageSize, Include, and Filter parameters for listing encryption scopes
256-
- ''Get-AzStorageEncryptionScope''
257-
* Supported excludePrefix, includeDeleted, and many new schema fields in Blob Inventory
258-
- ''New-AzStorageBlobInventoryPolicyRule'''
253+
ReleaseNotes = '* Supported Planned and Unplanned types in Storage account failover type
254+
- ''Invoke-AzStorageAccountFailover''
255+
* Supported TierToCold and TierToHot in Storage account management policy
256+
- ''Add-AzStorageAccountManagementPolicyAction'''
259257

260258
# Prerelease string of this module
261259
Prerelease = 'preview'

src/Storage/Storage.Management/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
22+
## Version 5.2.1
2123
* Supported Planned and Unplanned types in Storage account failover type
2224
- `Invoke-AzStorageAccountFailover`
2325
* Supported TierToCold and TierToHot in Storage account management policy

src/Storage/Storage.Management/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@
4646
// You can specify all the values or you can default the Build and Revision Numbers
4747
// by using the '*' as shown below:
4848

49-
[assembly: AssemblyVersion("5.2.0")]
50-
[assembly: AssemblyFileVersion("5.2.0")]
49+
[assembly: AssemblyVersion("5.2.1")]
50+
[assembly: AssemblyFileVersion("5.2.1")]

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.0")]
48-
[assembly: AssemblyFileVersion("5.2.0")]
47+
[assembly: AssemblyVersion("5.2.1")]
48+
[assembly: AssemblyFileVersion("5.2.1")]
4949
[assembly: CLSCompliant(false)]
5050
#if !SIGN
5151
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Storage.Test")]

0 commit comments

Comments
 (0)