Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 537 Bytes

operation-id-required.md

File metadata and controls

33 lines (17 loc) · 537 Bytes

OperationIdRequired

Category

ARM Error

Applies to

ARM OpenAPI(swagger) specs

Output Message

Missing operationId. path:'${operation path}' operation:'${operation}'.

Description

Each operation must have a unique operationId.

CreatedAt

February 18, 2020

LastModifiedAt

February 18, 2020

Why this rule is important

Per creating-swagger,The operationId is used to determine the generated method name.

How to fix the violation

Add the right operationId for each operation