From 869ee194ecdf2cc5ddbe02b0052e3aa24c077a6b Mon Sep 17 00:00:00 2001 From: Hovsep Mkrtchyan Date: Fri, 29 May 2015 17:23:38 -0700 Subject: [PATCH] Fixed release 0.9.2 comments --- ChangeLog.txt | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index a697db5850e0..ed8661bbeac4 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -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 @@ -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