ParameterNamesConvention
October 10, 2022 ยท View on GitHub
Category
Data Plane Warning
Applies to
Data Plane OpenAPI specs
Output Message
For query, path, and body parameters:
- Parameter name "Foo" should be camel case.
For header parameters:
- header parameter name "Foo" should be kebab case.
Description
Parameter names should conform to Azure naming conventions.
CreatedAt
June 18, 2022
LastModifiedAt
June 18, 2022
How to fix the violation
Change the parameter name to follow the Azure naming conventions.