Skip to content

Commit 815c8f8

Browse files
committed
[Storage] Upgrade AzureRm.Storage version to 5.0.4-preview and add change log
1 parent 49ccfbf commit 815c8f8

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

src/ResourceManager/Storage/Commands.Management.Storage/AzureRM.Storage.psd1

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '5.0.3'
15+
ModuleVersion = '5.0.4'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -134,11 +134,8 @@ PrivateData = @{
134134

135135
# ReleaseNotes of this module
136136

137-
ReleaseNotes = '* Support Management Policy in Storage
138-
- Remove-AzureRmStorageAccountNetworkRule
139-
- Set-AzureRmStorageAccountManagementPolicy
140-
- Get-AzureRmStorageAccountManagementPolicy
141-
- Remove-AzureRmStorageAccountManagementPolicy'
137+
ReleaseNotes = '* Support create Storage account with Hierarchical Namespace enabled
138+
- New-AzureRmStorageAccount'
142139

143140
# Prerelease string of this module
144141
Prerelease = 'preview'

src/ResourceManager/Storage/Commands.Management.Storage/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.0.3")]
50-
[assembly: AssemblyFileVersion("5.0.3")]
49+
[assembly: AssemblyVersion("5.0.4")]
50+
[assembly: AssemblyFileVersion("5.0.4")]

0 commit comments

Comments
 (0)