Skip to content

Commit

Permalink
Add singlePlacementGroup to VMSS property (Azure#36)
Browse files Browse the repository at this point in the history
* Add singlePlacementGroup to VMSS property

* Update description
  • Loading branch information
hyonholee authored and yugangw-msft committed Jan 18, 2017
1 parent 9ae05c9 commit 02b50f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arm-compute/2016-04-30-preview/swagger/compute.json
Original file line number Diff line number Diff line change
Expand Up @@ -4805,6 +4805,10 @@
"overprovision": {
"type": "boolean",
"description": "Specifies whether the Virtual Machine Scale Set should be overprovisioned."
},
"singlePlacementGroup": {
"type": "boolean",
"description": "When true this limits the scale set to a single placement group, of max size 100 virtual machines."
}
},
"description": "Describes the properties of a Virtual Machine Scale Set."
Expand Down

0 comments on commit 02b50f9

Please sign in to comment.