Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 740 Bytes

invalid-sku-model.md

File metadata and controls

29 lines (15 loc) · 740 Bytes

InvalidSkuModel

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