From 3555a69445bdd3dd8652f82a8dcec8a35eb45695 Mon Sep 17 00:00:00 2001 From: dochung4 <40577926+dochung4@users.noreply.github.com> Date: Wed, 25 Nov 2020 17:48:54 -0800 Subject: [PATCH] Make DedicatedHostGroup.properties.supportAutomaticPlacement default to false (#11697) * Removed maximum for DedicatedHostGroup * Default supportAutomaticPlacement to false --- .../Microsoft.Compute/stable/2020-06-01/compute.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2020-06-01/compute.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2020-06-01/compute.json index 77bcda8f1e9d..330dc61bad8f 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2020-06-01/compute.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2020-06-01/compute.json @@ -6763,7 +6763,7 @@ }, "supportAutomaticPlacement": { "type": "boolean", - "description": "Specifies whether virtual machines or virtual machine scale sets can be placed automatically on the dedicated host group. Automatic placement means resources are allocated on dedicated hosts, that are chosen by Azure, under the dedicated host group. The value is defaulted to 'true' when not provided.

Minimum api-version: 2020-06-01." + "description": "Specifies whether virtual machines or virtual machine scale sets can be placed automatically on the dedicated host group. Automatic placement means resources are allocated on dedicated hosts, that are chosen by Azure, under the dedicated host group. The value is defaulted to 'false' when not provided.

Minimum api-version: 2020-06-01." } }, "required": [