Skip to content

Commit

Permalink
Moved the property at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
Avaiyang Garg committed Nov 22, 2022
1 parent b473004 commit d12ee23
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4830,15 +4830,15 @@
"$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."
},
"timeCreated": {
"readOnly": true,
"type": "string",
"format": "date-time",
"description": "Specifies the time at which the Virtual Machine Scale Set resource was created.<br><br>Minimum api-version: 2021-11-01."
},
"constrainedMaximumCapacity": {
"type": "boolean",
"description": "Optional property which must either be set to True or omitted."
}
},
"description": "Describes the properties of a Virtual Machine Scale Set."
Expand Down

0 comments on commit d12ee23

Please sign in to comment.