Skip to content
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
Prev Previous commit
Next Next commit
Add additional non required property and extra info in description
  • Loading branch information
chchen3 committed Feb 15, 2023
commit 16a5753624b2214b584e3f788181cb161ca1afea
Original file line number Diff line number Diff line change
Expand Up @@ -2798,6 +2798,10 @@
}
}
},
"instanceFlexibility": {
"description": "Allows reservation discount to be applied across skus within the same auto fit group. Not all skus support instance size flexibility.",
"$ref": "#/definitions/InstanceFlexibility"
},
"reviewDateTime": {
"type": "string",
"format": "date-time",
Expand Down Expand Up @@ -3264,7 +3268,7 @@
},
"AppliedScopes": {
"type": "array",
"description": "List of the subscriptions that the benefit will be applied. Do not specify if AppliedScopeType is Shared.",
"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 Sinlge AppliedScopeType.",
"items": {
"type": "string",
"minItems": 1,
Expand Down