ARM Error
ARM OpenAPI(swagger) specs
Missing operationId. path:'${operation path}' operation:'${operation}'.
Each operation must have a unique operationId.
February 18, 2020
February 18, 2020
Per creating-swagger,The operationId is used to determine the generated method name.
Add the right operationId for each operation