Skip to content

Fixed release 0.9.2 comments #446

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

Merged
merged 1 commit into from
May 30, 2015
Merged
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
16 changes: 9 additions & 7 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2015.05.28 version 0.9.2
2015.05.29 version 0.9.2
* Deprecated Switch-AzureMode
* Profile
* Fixed bug in Get-AzureSubscription and Select-AzureSubscription cmdlets
Expand All @@ -8,12 +8,14 @@
* Remove-AzureAutomationWebhook
* Set-AzureAutomationWebhook
* Azure Compute
* Added Version parameter to cmdlets
* Combine Get-AzureVMImage and Get-AzureVMImageDetail
* Combine Get-AzureVMExtensionImage and Get-AzureVMExtensionImageDetail
* Fix piping issue of Remove-AzureVMDataDisk and Remove-AzureVMNetworkInterface
* Update the output of Remove-AzureAvailabilitySet
* Add Force parameter for Remove-AzureAvailabilitySet
* Get-AzureVMImage and Get-AzureVMImageDetail are combined (Get-AzureVMImageDetail gives a warning message for future deprecation)
* Get-AzureVMExtensionImage and Get-AzureVMExtensionImageDetail are combined (Get-AzureVMExtensionImageDetail gives a warning message for future deprecation)
* Tags are added in VM resources
* Get-AzureVM now gets resource group name from piping
* -All switch is removed from Get-AzureVM
* Get-AzureVM -Status output is updated
* -Force parameter is added for Remove-AzureAvailabilitySet
* Outputs of New-AzureAvailabilitySet, Get-AzureAvailabilitySet, and Remove-AzureAvailabilitySet are updated
* Azure Key Vault
* Update Set-AzureKeyVaultAccessPolicy and Remove-AzureKeyVaultAccessPolicy cmdlets
* Fixed bugs
Expand Down