SDK Error
ARM and Data plane OpenAPI(swagger) specs
Empty x-ms-client-name property.
The x-ms-client-name
extension is used to change the name of a parameter or property in the generated code.
This value cannot be empty, because we need to use it as the identifier for a property or model.
Add a non-empty value for x-ms-client-name
.
Generated SDK code will expose the corresponding client name on property or model.
...
"x-ms-client-name": "name"
...