Skip to content

Commit f2d35e8

Browse files
authored
Merge pull request #6217 from praries880/AzureRM.Storage.Location
Versioning changes for PR #6210
2 parents b551366 + 394005c commit f2d35e8

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

src/ResourceManager/Storage/AzureRM.Storage.psd1

Lines changed: 5 additions & 3 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.1'
15+
ModuleVersion = '5.0.2'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -120,8 +120,10 @@ PrivateData = @{
120120
# IconUri = ''
121121

122122
# ReleaseNotes of this module
123-
ReleaseNotes = '* Support get the Storage resource usage of a specific location
124-
- Get-AzureRmStorageUsage'
123+
ReleaseNotes = '* Support create Storage Context with OAuth.
124+
- The PR pending change:
125+
- Change to signed package
126+
- Use AuthenticationFactory in Powershell to replace ADAL reference.'
125127

126128
# Prerelease string of this module
127129
Prerelease = 'preview'

src/ResourceManager/Storage/ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
-->
2020
## Current Release
2121

22+
## Version 5.0.2-preview
23+
* Support create Storage Context with OAuth.
24+
- The PR pending change:
25+
- Change to signed package
26+
- Use AuthenticationFactory in Powershell to replace ADAL reference.
27+
2228
## Version 5.0.1-preview
2329
* Support get the Storage resource usage of a specific location
2430
- Get-AzureRmStorageUsage

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.1")]
50-
[assembly: AssemblyFileVersion("5.0.1")]
49+
[assembly: AssemblyVersion("5.0.2")]
50+
[assembly: AssemblyFileVersion("5.0.2")]

0 commit comments

Comments
 (0)