Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelogs and release notes for release branch #12

Merged
merged 1 commit into from
Sep 15, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down
10 changes: 5 additions & 5 deletions src/ResourceManager/Compute/Commands.Compute/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 5 additions & 1 deletion tools/AzureRM/AzureRM.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down