Skip to content

Commit 0ad3a65

Browse files
committed
Update Compute change log for October release
1 parent 8a1dd8e commit 0ad3a65

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/ResourceManager/Compute/ChangeLog.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,12 @@
1717
* Overview of change #1
1818
- Additional information about change #1
1919
-->
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

Comments
 (0)