module:"openapi-transformers/client-params-to-global.js"()
Transformer to move parameters with x-ms-parameter-location:client defined on
Path Item Objects and Operation Objects to the Components or Definitions
Object (which is required for x-ms-parameter-location to have any effect).
Note: Authors should define such parameters in Components or Definitions.
This script is mostly a workaround for api-spec-converter, which inlines
all $ref parameters.
https://github.com/Azure/autorest/tree/master/docs/extensions#x-ms-parameter-location
Constructor
new module:"openapi-transformers/client-params-to-global.js"()
- Source: