Skip to content

Commit b96ec77

Browse files
committed
Update changelogs and release notes for release branch.
1 parent fd99562 commit b96ec77

File tree

4 files changed

+21
-9
lines changed

4 files changed

+21
-9
lines changed

ChangeLog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,12 @@
1616
* Added Standard_Microsoft in Cdn pricing sku.
1717

1818
#### AzureRM.Compute
19-
* Move dependencies on Keyvault and Storage to the common dependencies.
19+
* Move dependencies on Keyvault and Storage to the common dependencies
2020
* Add support for more virutal machine sizes to AEM cmdlets
21+
* Add PublicIPPrefix parameter to New-AzureRmVmssIpConfig
22+
* Add ResourceId parameter to Invoke-AzureRmVMRunCommand cmdelt
23+
* Add Invoke-AzureRmVmssVMRunCommand cmdlet
24+
* Update the Compute client library to version 22.0.0
2125

2226
#### AzureRM.Dns
2327
* Added support for alias record during dns record creation

src/ResourceManager/Compute/Commands.Compute/AzureRM.Compute.psd1

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,12 @@ PrivateData = @{
212212
# IconUri = ''
213213

214214
# ReleaseNotes of this module
215-
ReleaseNotes = '* Move dependencies on Keyvault and Storage to the common dependencies.
216-
* Add support for more virutal machine sizes to AEM cmdlets'
215+
ReleaseNotes = '* Move dependencies on Keyvault and Storage to the common dependencies
216+
* Add support for more virutal machine sizes to AEM cmdlets
217+
* Add PublicIPPrefix parameter to New-AzureRmVmssIpConfig
218+
* Add ResourceId parameter to Invoke-AzureRmVMRunCommand cmdelt
219+
* Add Invoke-AzureRmVmssVMRunCommand cmdlet
220+
* Update the Compute client library to version 22.0.0'
217221

218222
# Prerelease string of this module
219223
# Prerelease = ''

src/ResourceManager/Compute/Commands.Compute/ChangeLog.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
- Additional information about change #1
2020
-->
2121
## Current Release
22-
* Add PublicIPPrefix parameter to New-AzureRmVmssIpConfig
23-
* Add ResourceId parameter to Invoke-AzureRmVMRunCommand cmdelt
24-
* Add Invoke-AzureRmVmssVMRunCommand cmdlet
25-
* Update the Compute client library to version 22.0.0.
2622

2723
## Version 5.6.0
28-
* Move dependencies on Keyvault and Storage to the common dependencies.
24+
* Move dependencies on Keyvault and Storage to the common dependencies
2925
* Add support for more virutal machine sizes to AEM cmdlets
26+
* Add PublicIPPrefix parameter to New-AzureRmVmssIpConfig
27+
* Add ResourceId parameter to Invoke-AzureRmVMRunCommand cmdelt
28+
* Add Invoke-AzureRmVmssVMRunCommand cmdlet
29+
* Update the Compute client library to version 22.0.0
3030

3131
## Version 5.5.2
3232
* Fixed the issue that target is missing in error output.

tools/AzureRM/AzureRM.psd1

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,12 @@ AzureRM.Cdn
179179
* Added Standard_Microsoft in Cdn pricing sku.
180180
181181
AzureRM.Compute
182-
* Move dependencies on Keyvault and Storage to the common dependencies.
182+
* Move dependencies on Keyvault and Storage to the common dependencies
183183
* Add support for more virutal machine sizes to AEM cmdlets
184+
* Add PublicIPPrefix parameter to New-AzureRmVmssIpConfig
185+
* Add ResourceId parameter to Invoke-AzureRmVMRunCommand cmdelt
186+
* Add Invoke-AzureRmVmssVMRunCommand cmdlet
187+
* Update the Compute client library to version 22.0.0
184188
185189
AzureRM.Dns
186190
* Added support for alias record during dns record creation

0 commit comments

Comments
 (0)