Skip to content

Commit

Permalink
Additional properties not allowed: capabilities Json path: $.value[*]…
Browse files Browse the repository at this point in the history
….capabilities (Azure#14231)

Additional properties not allowed: capabilities
Json path: $.value[*].capabilities
  • Loading branch information
anponnet authored and mkarmark committed Jul 20, 2021
1 parent 1128ff1 commit 2864757
Showing 1 changed file with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5127,6 +5127,15 @@
}
},
"readOnly": true
},
"capabilities": {
"description": "The capability info of the SKU.",
"uniqueItems": false,
"type": "array",
"items": {
"$ref": "#/definitions/SkuCapability"
},
"readOnly": true
}
}
},
Expand Down Expand Up @@ -7669,6 +7678,22 @@
}
}
},
"SkuCapability": {
"description": "The metadata to describe the capability.",
"type": "object",
"properties": {
"name": {
"description": "An invariant to describe the feature.",
"type": "string",
"readOnly": true
},
"value": {
"description": "An invariant if the feature is measured by quantity.",
"type": "string",
"readOnly": true
}
}
},
"SkuCost": {
"description": "The metadata for retrieving price info.",
"type": "object",
Expand Down

0 comments on commit 2864757

Please sign in to comment.