Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7729,6 +7729,10 @@
"type": "boolean",
"description": "Specifies whether the Virtual Machine Scale Set should be overprovisioned."
},
"doNotRunExtensionsOnOverprovisionedVMs": {
"type": "boolean",
"description": "When Overprovision is enabled, extensions are launched only on the requested number of VMs which are finally kept. This property will hence ensure that the extensions do not run on the extra overprovisioned VMs."
},
"singlePlacementGroup": {
"type": "boolean",
"description": "When true this limits the scale set to a single placement group, of max size 100 virtual machines."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8715,6 +8715,10 @@
"type": "boolean",
"description": "Specifies whether the Virtual Machine Scale Set should be overprovisioned."
},
"doNotRunExtensionsOnOverprovisionedVMs": {
"type": "boolean",
"description": "When Overprovision is enabled, extensions are launched only on the requested number of VMs which are finally kept. This property will hence ensure that the extensions do not run on the extra overprovisioned VMs."
},
"singlePlacementGroup": {
"type": "boolean",
"description": "When true this limits the scale set to a single placement group, of max size 100 virtual machines."
Expand Down