Very similar to #7886 for XmsClientName, but this is for XmsClientNameParameter. It is the same paths, except it is for x-ms-client-name.
The errors look like:
{"pluginName":"spectral","extensionName":"@microsoft.azure/openapi-validator","level":"warning","message":"Value of `x-ms-client-name` cannot be the same as Property/Model.","code":"XmsClientNameParameter"
Very similar to #7886 for
XmsClientName
, but this is forXmsClientNameParameter
. It is the same paths, except it is forx-ms-client-name
.The errors look like:
Looks like it is complaining that
addon
is both the name andx-ms-client-name
.The TypeSpec currently has this for compatibility with previous API version:
I'll see if I can remove the
x-ms-client-name
.