Skip to content

Commit 3555a69

Browse files
dochung4giromm2ms
authored andcommitted
Make DedicatedHostGroup.properties.supportAutomaticPlacement default to false (Azure#11697)
* Removed maximum for DedicatedHostGroup * Default supportAutomaticPlacement to false
1 parent 080f2e0 commit 3555a69

File tree

1 file changed

+1
-1
lines changed
  • specification/compute/resource-manager/Microsoft.Compute/stable/2020-06-01

1 file changed

+1
-1
lines changed

specification/compute/resource-manager/Microsoft.Compute/stable/2020-06-01/compute.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6763,7 +6763,7 @@
67636763
},
67646764
"supportAutomaticPlacement": {
67656765
"type": "boolean",
6766-
"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. <br><br>Minimum api-version: 2020-06-01."
6766+
"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. <br><br>Minimum api-version: 2020-06-01."
67676767
}
67686768
},
67696769
"required": [

0 commit comments

Comments
 (0)