Skip to content

Commit e741fc2

Browse files
author
SDKAuto
committed
CodeGen from PR 22622 in Azure/azure-rest-api-specs
Merge 308df1dd4e491bcc24da74ef0797b23ef017ad1d into 1e4db1e8245038b443f099e0d59c231a8c1e30b5
1 parent b563640 commit e741fc2

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

schemas/2022-11-01/Microsoft.Capacity.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
114114
}
115115
],
116-
"description": "List of the subscriptions that the benefit will be applied. Do not specify if AppliedScopeType is Shared."
116+
"description": "List of the subscriptions that the benefit will be applied. Do not specify if AppliedScopeType is Shared. This property will be deprecated and replaced by appliedScopeProperties instead for Single AppliedScopeType."
117117
},
118118
"appliedScopeType": {
119119
"oneOf": [
@@ -152,6 +152,21 @@
152152
"type": "string",
153153
"description": "Friendly name of the reservation"
154154
},
155+
"instanceFlexibility": {
156+
"oneOf": [
157+
{
158+
"type": "string",
159+
"enum": [
160+
"On",
161+
"Off"
162+
]
163+
},
164+
{
165+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
166+
}
167+
],
168+
"description": "Allows reservation discount to be applied across skus within the same auto fit group. Not all skus support instance size flexibility."
169+
},
155170
"quantity": {
156171
"oneOf": [
157172
{

0 commit comments

Comments
 (0)