Skip to content

Commit

Permalink
Adding doNotRunExtensionsOnOverprovisionedVMs property to swagger (#5498
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sds6 authored and jhendrixMSFT committed Mar 29, 2019
1 parent 03c1211 commit cc3860a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7319,6 +7319,10 @@
"type": "boolean",
"description": "Specifies whether the Virtual Machine Scale Set should be overprovisioned."
},
"doNotRunExtensionsOnOverprovisionedVMs":{
"type": "boolean",
"description": "In case of overprovisioning, determines whether extensions should be run immediately, or if they should be delayed until after overprovisioning has finished and the set of instances to keep have been selected."
},
"uniqueId": {
"readOnly": true,
"type": "string",
Expand Down

0 comments on commit cc3860a

Please sign in to comment.