File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
src/ResourceManager/Storage
Commands.Management.Storage/Properties Expand file tree Collapse file tree 2 files changed +7
-4
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 = ' 4.0.1 '
15
+ ModuleVersion = ' 4.1.0 '
16
16
17
17
# Supported PSEditions
18
18
# CompatiblePSEditions = @()
@@ -122,7 +122,10 @@ PrivateData = @{
122
122
# IconUri = ''
123
123
124
124
# ReleaseNotes of this module
125
- ReleaseNotes = ' * Fixed assembly loading issue that caused some cmdlets to fail when executing'
125
+ ReleaseNotes = ' * Upgrade SRP SDK to 7.1.0
126
+ * Add StorageV2 account kind to resource mode storage account cmdlets
127
+ - New-AzureRmStorageAccount
128
+ - Set-AzureRmStorageAccount'
126
129
127
130
# External dependent modules of this module
128
131
# ExternalModuleDependencies = ''
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 ( "4.0.1 " ) ]
50
- [ assembly: AssemblyFileVersion ( "4.0.1 " ) ]
49
+ [ assembly: AssemblyVersion ( "4.1.0 " ) ]
50
+ [ assembly: AssemblyFileVersion ( "4.1.0 " ) ]
You can’t perform that action at this time.
0 commit comments