You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog.txt
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
2015.05.28 version 0.9.2
1
+
2015.05.29 version 0.9.2
2
2
* Deprecated Switch-AzureMode
3
3
* Profile
4
4
* Fixed bug in Get-AzureSubscription and Select-AzureSubscription cmdlets
@@ -8,12 +8,14 @@
8
8
* Remove-AzureAutomationWebhook
9
9
* Set-AzureAutomationWebhook
10
10
* Azure Compute
11
-
* Added Version parameter to cmdlets
12
-
* Combine Get-AzureVMImage and Get-AzureVMImageDetail
13
-
* Combine Get-AzureVMExtensionImage and Get-AzureVMExtensionImageDetail
14
-
* Fix piping issue of Remove-AzureVMDataDisk and Remove-AzureVMNetworkInterface
15
-
* Update the output of Remove-AzureAvailabilitySet
16
-
* Add Force parameter for Remove-AzureAvailabilitySet
11
+
* Get-AzureVMImage and Get-AzureVMImageDetail are combined (Get-AzureVMImageDetail gives a warning message for future deprecation)
12
+
* Get-AzureVMExtensionImage and Get-AzureVMExtensionImageDetail are combined (Get-AzureVMExtensionImageDetail gives a warning message for future deprecation)
13
+
* Tags are added in VM resources
14
+
* Get-AzureVM now gets resource group name from piping
15
+
* -All switch is removed from Get-AzureVM
16
+
* Get-AzureVM -Status output is updated
17
+
* -Force parameter is added for Remove-AzureAvailabilitySet
18
+
* Outputs of New-AzureAvailabilitySet, Get-AzureAvailabilitySet, and Remove-AzureAvailabilitySet are updated
17
19
* Azure Key Vault
18
20
* Update Set-AzureKeyVaultAccessPolicy and Remove-AzureKeyVaultAccessPolicy cmdlets
0 commit comments