File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
src/ResourceManager/Storage/Commands.Management.Storage Expand file tree Collapse file tree 2 files changed +5
-8
lines changed 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.0.3 '
15
+ ModuleVersion = ' 5.0.4 '
16
16
17
17
# Supported PSEditions
18
18
# CompatiblePSEditions = @()
@@ -134,11 +134,8 @@ PrivateData = @{
134
134
135
135
# ReleaseNotes of this module
136
136
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'
142
139
143
140
# Prerelease string of this module
144
141
Prerelease = ' preview'
Original file line number Diff line number Diff line change 46
46
// You can specify all the values or you can default the Build and Revision Numbers
47
47
// by using the '*' as shown below:
48
48
49
- [ assembly: AssemblyVersion ( "5.0.3 " ) ]
50
- [ assembly: AssemblyFileVersion ( "5.0.3 " ) ]
49
+ [ assembly: AssemblyVersion ( "5.0.4 " ) ]
50
+ [ assembly: AssemblyFileVersion ( "5.0.4 " ) ]
You can’t perform that action at this time.
0 commit comments