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: src/ResourceManager/Compute/ChangeLog.md
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,4 +17,12 @@
17
17
* Overview of change #1
18
18
- Additional information about change #1
19
19
-->
20
-
## Current Release
20
+
## Current Release
21
+
22
+
* Update formats for list of VMs, VMScaleSets and ContainerService
23
+
- The default format of Get-AzureRmVM, Get-AzureRmVmss and Get-AzureRmContainerService is not table format when these cmdlets call List Operation
24
+
* Fix overprovision issue for VMScaleSet
25
+
- Because of the bug in Compute client library (and Swagger spec) regarding overprovision property of VMScaleSet, this property did not show up correctly.
26
+
* Better piping scenario for VMScaleSets and ContainerService cmdlets
27
+
- VMScaleSet and ContainerService now have "ResourceGroupName" property, so when piping Get command to Delete/Update command, -ResourceGroupName is not required.
28
+
* Separate paremater sets for Set-AzureRmVM with Generalized and Redeploy parameter
0 commit comments