InvalidSkuModel
October 10, 2022 ยท View on GitHub
Category
ARM Warning
Applies to
ARM OpenAPI(swagger) specs
Output Message
Sku Model definition '{0}' is not valid. A Sku model must have 'name' property. It can also have 'tier', 'size', 'family', 'capacity' as optional properties.
Description
Sku model definition needs to follow ARM guidelines and can contain only a certain set of properties as described in the message.
Why the rule is important
Per ARM guidelines.
How to fix the violation
Update the sku model definition.
Examples
N/A