Skip to content

Commit 20e3d04

Browse files
committed
Updating storage version and responding to review feedback
1 parent f060df6 commit 20e3d04

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

ChangeLog.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@
1010
* ServiceManagement
1111
- Fix issue with non-interactive user authentication (link)[https://github.com/Azure/azure-powershell/issues/4299]
1212

13-
## 2017.07.17 - Version 4.2.1
14-
* Profile
15-
- Fix issue with non-interactive user authentication in RDFE (link)[https://github.com/Azure/azure-powershell/issues/4299]
16-
* ServiceManagement
17-
- Fix issue with non-interactive user authentication (link)[https://github.com/Azure/azure-powershell/issues/4299]
18-
1913
## 2017.7.11 - Version 4.2.0
2014
* AnalysisServices
2115
* Add new dataplane API

src/Storage/Azure.Storage.psd1

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

1414
# Version number of this module.
15-
ModuleVersion = '3.2.0'
15+
ModuleVersion = '3.2.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '3.2.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '3.2.1'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
# RequiredAssemblies = @()

src/Storage/ChangeLog.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
-->
2020
## Current Release
2121

22-
## Version 3.2.0
23-
24-
## Version 3.2.0
22+
## Version 3.2.1
2523

2624
## Version 3.2.0
2725

0 commit comments

Comments
 (0)