File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed
src/ResourceManager/Storage
Commands.Management.Storage/Properties Expand file tree Collapse file tree 3 files changed +13
-5
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.1 '
15
+ ModuleVersion = ' 5.0.2 '
16
16
17
17
# Supported PSEditions
18
18
# CompatiblePSEditions = @()
@@ -120,8 +120,10 @@ PrivateData = @{
120
120
# IconUri = ''
121
121
122
122
# 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.'
125
127
126
128
# Prerelease string of this module
127
129
Prerelease = ' preview'
Original file line number Diff line number Diff line change 19
19
-->
20
20
## Current Release
21
21
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
+
22
28
## Version 5.0.1-preview
23
29
* Support get the Storage resource usage of a specific location
24
30
- Get-AzureRmStorageUsage
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.1 " ) ]
50
- [ assembly: AssemblyFileVersion ( "5.0.1 " ) ]
49
+ [ assembly: AssemblyVersion ( "5.0.2 " ) ]
50
+ [ assembly: AssemblyFileVersion ( "5.0.2 " ) ]
You can’t perform that action at this time.
0 commit comments