Data Plane Warning
Data Plane OpenAPI specs
One of:
- Version segment "v1" in basePath violates Azure versioning policy.
- Version segment "v1" in path violates Azure versioning policy.
- Operation does not define an "api-version" query parameter.
- "api-version" should be a required parameter
All services should follow the Azure API Guidelines for specifying the API version using a query parameter with a date-based value.
June 18, 2022
June 18, 2022
Remove the api version from the path if present and add an api-version
query parameter to all operations.