When you generate the REST API Client using AutoREST, you may want to specify additional AutoREST command parameters that are not included with the default settings.
To do this, update the ReadMe.md file located in the common project. After you set the required command line options in this file, save it as:
<WebAPI Name>_AutoRest.md
where <WebAPI Name> is the name of the path in the REST Service endpoint.
For example, if MyWebAPI is the path from http://MyHost/MyWebAPI/, then the AutoREST configuration must be named MyWebAPI_AutoRest.md.
The REST API client generation process will look for this file and use it for the AutoREST command to include additional options or override the default settings.