From b96ec772a99e2393677dda919e3866269e8d5575 Mon Sep 17 00:00:00 2001 From: Michael Yanni Date: Fri, 14 Sep 2018 20:57:07 -0700 Subject: [PATCH] Update changelogs and release notes for release branch. --- ChangeLog.md | 6 +++++- .../Compute/Commands.Compute/AzureRM.Compute.psd1 | 8 ++++++-- .../Compute/Commands.Compute/ChangeLog.md | 10 +++++----- tools/AzureRM/AzureRM.psd1 | 6 +++++- 4 files changed, 21 insertions(+), 9 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 5e9d46a0c9af..9cc5115dc286 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -16,8 +16,12 @@ * Added Standard_Microsoft in Cdn pricing sku. #### AzureRM.Compute -* Move dependencies on Keyvault and Storage to the common dependencies. +* Move dependencies on Keyvault and Storage to the common dependencies * Add support for more virutal machine sizes to AEM cmdlets +* Add PublicIPPrefix parameter to New-AzureRmVmssIpConfig +* Add ResourceId parameter to Invoke-AzureRmVMRunCommand cmdelt +* Add Invoke-AzureRmVmssVMRunCommand cmdlet +* Update the Compute client library to version 22.0.0 #### AzureRM.Dns * Added support for alias record during dns record creation diff --git a/src/ResourceManager/Compute/Commands.Compute/AzureRM.Compute.psd1 b/src/ResourceManager/Compute/Commands.Compute/AzureRM.Compute.psd1 index 6dd80c991828..5cbeed761bfb 100644 --- a/src/ResourceManager/Compute/Commands.Compute/AzureRM.Compute.psd1 +++ b/src/ResourceManager/Compute/Commands.Compute/AzureRM.Compute.psd1 @@ -212,8 +212,12 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Move dependencies on Keyvault and Storage to the common dependencies. -* Add support for more virutal machine sizes to AEM cmdlets' + ReleaseNotes = '* Move dependencies on Keyvault and Storage to the common dependencies +* Add support for more virutal machine sizes to AEM cmdlets +* Add PublicIPPrefix parameter to New-AzureRmVmssIpConfig +* Add ResourceId parameter to Invoke-AzureRmVMRunCommand cmdelt +* Add Invoke-AzureRmVmssVMRunCommand cmdlet +* Update the Compute client library to version 22.0.0' # Prerelease string of this module # Prerelease = '' diff --git a/src/ResourceManager/Compute/Commands.Compute/ChangeLog.md b/src/ResourceManager/Compute/Commands.Compute/ChangeLog.md index 04937c120f3d..f9916ccf5dc0 100644 --- a/src/ResourceManager/Compute/Commands.Compute/ChangeLog.md +++ b/src/ResourceManager/Compute/Commands.Compute/ChangeLog.md @@ -19,14 +19,14 @@ - Additional information about change #1 --> ## Current Release -* Add PublicIPPrefix parameter to New-AzureRmVmssIpConfig -* Add ResourceId parameter to Invoke-AzureRmVMRunCommand cmdelt -* Add Invoke-AzureRmVmssVMRunCommand cmdlet -* Update the Compute client library to version 22.0.0. ## Version 5.6.0 -* Move dependencies on Keyvault and Storage to the common dependencies. +* Move dependencies on Keyvault and Storage to the common dependencies * Add support for more virutal machine sizes to AEM cmdlets +* Add PublicIPPrefix parameter to New-AzureRmVmssIpConfig +* Add ResourceId parameter to Invoke-AzureRmVMRunCommand cmdelt +* Add Invoke-AzureRmVmssVMRunCommand cmdlet +* Update the Compute client library to version 22.0.0 ## Version 5.5.2 * Fixed the issue that target is missing in error output. diff --git a/tools/AzureRM/AzureRM.psd1 b/tools/AzureRM/AzureRM.psd1 index 06bcf7ad2180..81bf5b84b57d 100644 --- a/tools/AzureRM/AzureRM.psd1 +++ b/tools/AzureRM/AzureRM.psd1 @@ -179,8 +179,12 @@ AzureRM.Cdn * Added Standard_Microsoft in Cdn pricing sku. AzureRM.Compute -* Move dependencies on Keyvault and Storage to the common dependencies. +* Move dependencies on Keyvault and Storage to the common dependencies * Add support for more virutal machine sizes to AEM cmdlets +* Add PublicIPPrefix parameter to New-AzureRmVmssIpConfig +* Add ResourceId parameter to Invoke-AzureRmVMRunCommand cmdelt +* Add Invoke-AzureRmVmssVMRunCommand cmdlet +* Update the Compute client library to version 22.0.0 AzureRM.Dns * Added support for alias record during dns record creation