Skip to content

Commit

Permalink
Make DedicatedHostGroup.properties.supportAutomaticPlacement default …
Browse files Browse the repository at this point in the history
…to false (Azure#11697)

* Removed maximum for DedicatedHostGroup

* Default supportAutomaticPlacement to false
  • Loading branch information
dochung4 authored and giromm2ms committed Dec 20, 2020
1 parent 080f2e0 commit 3555a69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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. <br><br>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. <br><br>Minimum api-version: 2020-06-01."
}
},
"required": [
Expand Down

0 comments on commit 3555a69

Please sign in to comment.