DefaultInEnum

October 10, 2022 ยท View on GitHub

Category

SDK Error

Applies to

ARM and Data plane OpenAPI(swagger) specs

Output Message

Default value should appear in the enum constraint for a schema.

Description

This rule applies when the default value specified by the property does not appear in the enum constraint for a schema.

How to fix the violation

Adding the default value to the enum or change the default value.