Skip to content

Commit f6dbaaa

Browse files
author
maddieclayton
committed
fix storage
1 parent 815ee70 commit f6dbaaa

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

ChangeLog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@
113113
- NewAzureServiceFabricCluster.cs default UbuntuServer1604 Sku update
114114

115115
#### AzureRM.Storage
116-
* Updated to the latest version of the Azure ClientRuntime
116+
* Introduced multiple breaking changes
117+
- Please refer to the migration guide for more information
117118

118119
#### AzureRM.Websites
119120
* Upgrade to latest version of the Websites SDK

src/ResourceManager/Storage/AzureRM.Storage.psd1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ PrivateData = @{
120120
# IconUri = ''
121121

122122
# ReleaseNotes of this module
123-
ReleaseNotes = '* Updated to the latest version of the Azure ClientRuntime'
123+
ReleaseNotes = '* Set minimum dependency of module to PowerShell 5.0
124+
* Introduced multiple breaking changes
125+
- Please refer to the migration guide for more information'
124126

125127
# Prerelease string of this module
126128
# Prerelease = ''

tools/AzureRM/AzureRM.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,8 @@ AzureRM.ServiceFabric
278278
- NewAzureServiceFabricCluster.cs default UbuntuServer1604 Sku update
279279
280280
AzureRM.Storage
281-
* Updated to the latest version of the Azure ClientRuntime
281+
* Introduced multiple breaking changes
282+
- Please refer to the migration guide for more information
282283
283284
AzureRM.Websites
284285
* Upgrade to latest version of the Websites SDK

0 commit comments

Comments
 (0)