From b473004198ab93c680c9353f067142bcbca6d95d Mon Sep 17 00:00:00 2001 From: Avaiyang Garg Date: Fri, 4 Nov 2022 13:06:40 -0700 Subject: [PATCH 1/2] Adding requireGuestProvisionSignal and constrainedMaximumCapacity missing properties --- .../stable/2022-11-01/virtualMachineScaleSet.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2022-11-01/virtualMachineScaleSet.json b/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2022-11-01/virtualMachineScaleSet.json index 162b2444226a..8396f2b1f053 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2022-11-01/virtualMachineScaleSet.json +++ b/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2022-11-01/virtualMachineScaleSet.json @@ -3734,6 +3734,10 @@ "allowExtensionOperations": { "type": "boolean", "description": "Specifies whether extension operations should be allowed on the virtual machine scale set.

This may only be set to False when no extensions are present on the virtual machine scale set." + }, + "requireGuestProvisionSignal": { + "type": "boolean", + "description": "Optional property which must either be set to True or omitted." } }, "description": "Describes a virtual machine scale set OS profile." @@ -4826,6 +4830,10 @@ "$ref": "#/definitions/PriorityMixPolicy", "description": "Specifies the desired targets for mixing Spot and Regular priority VMs within the same VMSS Flex instance." }, + "constrainedMaximumCapacity": { + "type": "boolean", + "description": "Optional property which must either be set to True or omitted." + }, "timeCreated": { "readOnly": true, "type": "string", From d12ee236e26e7b94a8ca55502d8ad4d58175bfc4 Mon Sep 17 00:00:00 2001 From: Avaiyang Garg Date: Tue, 22 Nov 2022 15:42:24 -0800 Subject: [PATCH 2/2] Moved the property at the end --- .../stable/2022-11-01/virtualMachineScaleSet.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2022-11-01/virtualMachineScaleSet.json b/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2022-11-01/virtualMachineScaleSet.json index 8396f2b1f053..f5debc648880 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2022-11-01/virtualMachineScaleSet.json +++ b/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2022-11-01/virtualMachineScaleSet.json @@ -4830,15 +4830,15 @@ "$ref": "#/definitions/PriorityMixPolicy", "description": "Specifies the desired targets for mixing Spot and Regular priority VMs within the same VMSS Flex instance." }, - "constrainedMaximumCapacity": { - "type": "boolean", - "description": "Optional property which must either be set to True or omitted." - }, "timeCreated": { "readOnly": true, "type": "string", "format": "date-time", "description": "Specifies the time at which the Virtual Machine Scale Set resource was created.

Minimum api-version: 2021-11-01." + }, + "constrainedMaximumCapacity": { + "type": "boolean", + "description": "Optional property which must either be set to True or omitted." } }, "description": "Describes the properties of a Virtual Machine Scale Set."