Skip to content

Commit

Permalink
Update compute.json (Azure#4866)
Browse files Browse the repository at this point in the history
Add ProtectFromScaleIn property to VMScaleSetVM properties
  • Loading branch information
ashintre authored and jhendrixMSFT committed Feb 1, 2019
1 parent b2ed47f commit 72afb64
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7801,6 +7801,10 @@
"type": "boolean",
"description": "Specifies whether the latest model has been applied to the virtual machine."
},
"protectFromScaleIn" : {
"type": "boolean",
"description": "Specifies whether the virtual machine instance shouldn't be considered for deletion during a scale-in operation"
},
"vmId": {
"readOnly": true,
"type": "string",
Expand Down

0 comments on commit 72afb64

Please sign in to comment.