Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding requireGuestProvisionSignal and constrainedMaximumCapacity mis… #21433

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3734,6 +3734,10 @@
"allowExtensionOperations": {
"type": "boolean",
"description": "Specifies whether extension operations should be allowed on the virtual machine scale set. <br><br>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."
Expand Down Expand Up @@ -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."
},
grizzlytheodore marked this conversation as resolved.
Show resolved Hide resolved
"timeCreated": {
"readOnly": true,
"type": "string",
Expand Down