Skip to content

Commit 47a1f32

Browse files
author
SDKAuto
committed
CodeGen from PR 15520 in Azure/azure-rest-api-specs
Swagger correctness fixes (#15520) * Adding 2020-09-Preview same as 11-preview * fixing lint issue * fixing model * fixing model * fixing model * pretify fix * fixing linting * more linting fix * fixing swagger correctness * swagger correctness fixes * fixing errors
1 parent 02879d7 commit 47a1f32

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

schemas/2019-04-01/Microsoft.Capacity.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,20 @@
112112
"type": "string",
113113
"description": "Friendly name of the Reservation"
114114
},
115+
"instanceFlexibility": {
116+
"oneOf": [
117+
{
118+
"type": "string",
119+
"enum": [
120+
"On",
121+
"Off"
122+
]
123+
},
124+
{
125+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
126+
}
127+
]
128+
},
115129
"quantity": {
116130
"oneOf": [
117131
{

0 commit comments

Comments
 (0)