From d095a528af8bd2c7adde9c31c42c402284c568ce Mon Sep 17 00:00:00 2001 From: Sachin Doddaiah Shylaja Date: Fri, 29 Mar 2019 16:42:15 -0700 Subject: [PATCH] doNotRunExtensionsOnOverProvisioned Vms property description update --- .../Microsoft.Compute/stable/2018-10-01/compute.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2018-10-01/compute.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2018-10-01/compute.json index bb07dc724102..e9575923c6a4 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2018-10-01/compute.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2018-10-01/compute.json @@ -7321,7 +7321,7 @@ }, "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." + "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." }, "uniqueId": { "readOnly": true,