Skip to content

Commit

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

* Removed maximum for DedicatedHostGroup

* Default supportAutomaticPlacement to false
  • Loading branch information
dochung4 authored Nov 26, 2020
1 parent 121e617 commit 1d41488
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 1d41488

Please sign in to comment.