Skip to content

Commit

Permalink
[ReleasePR reservations] Swagger correctness fixes (#1835)
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Aug 12, 2021
2 parents 02879d7 + 47a1f32 commit 3081eba
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions schemas/2019-04-01/Microsoft.Capacity.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,20 @@
"type": "string",
"description": "Friendly name of the Reservation"
},
"instanceFlexibility": {
"oneOf": [
{
"type": "string",
"enum": [
"On",
"Off"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"quantity": {
"oneOf": [
{
Expand Down

0 comments on commit 3081eba

Please sign in to comment.