Data Plane Warning
Data Plane OpenAPI specs
One of:
- OperationId should be of the form "Noun_Verb"
- OperationId for put method should contain both "Create" and "Update"
- OperationId for get method on a collection should contain "List"
- OperationId for patch method should contain "Update"
- OperationId for delete method should contain "Delete"
OperationId should conform to Azure API Guidelines.
June 18, 2022
June 18, 2022
Correct the operationId to follow the Azure Guidelines.