Skip to content

Commit

Permalink
Merge pull request #12 from MiYanni/ignite
Browse files Browse the repository at this point in the history
Update changelogs and release notes for release branch
  • Loading branch information
hyonholee authored Sep 15, 2018
2 parents fd99562 + b96ec77 commit 837178d
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 9 deletions.
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

0 comments on commit 837178d

Please sign in to comment.