Skip to content

Commit

Permalink
Update compute.json
Browse files Browse the repository at this point in the history
  • Loading branch information
manikroyin authored Dec 10, 2019
1 parent abbf81d commit 9c204be
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7581,7 +7581,11 @@
"enum": [
"Deallocate",
"Delete"
]
],
"x-ms-enum": {
"name": "VirtualMachineEvictionPolicyTypes",
"modelAsString": true
}
},
"BillingProfile": {
"properties": {
Expand Down Expand Up @@ -7891,7 +7895,7 @@
},
"evictionPolicy": {
"$ref": "#/definitions/evictionPolicy",
"description": "Specifies the eviction policy for the Azure Spot virtual machine. Only supported value is 'Deallocate'. <br><br>Minimum api-version: 2019-03-01"
"description": "Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. <br><br>For Azure Spot virtual machines, the only supported value is 'Deallocate' and the minimum api-version is 2019-03-01. <br><br>For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview."
},
"billingProfile": {
"$ref": "#/definitions/BillingProfile",
Expand Down Expand Up @@ -9179,7 +9183,7 @@
},
"evictionPolicy": {
"$ref": "#/definitions/evictionPolicy",
"description": "Specifies the eviction policy for virtual machines in a Azure Spot scale set. <br><br>Minimum api-version: 2017-10-30-preview"
"description": "Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. <br><br>For Azure Spot virtual machines, the only supported value is 'Deallocate' and the minimum api-version is 2019-03-01. <br><br>For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview."
},
"billingProfile": {
"$ref": "#/definitions/BillingProfile",
Expand Down

0 comments on commit 9c204be

Please sign in to comment.