SDK Warning
ARM and Data plane OpenAPI(swagger) specs
The x-ms-code-generation-setting extension is being deprecated. Please remove it and move settings to readme file for code generation.
The x-ms-code-generation-settings is being deprecated. AutoRest (v3) is using settings in readme file for code generation and will stop supporting it inside the swagger file. Please ensure to remove the parameter from swagger spec and move settings to readme.
March 18, 2020
March 18, 2020
Since the only value of this extension today is to override the client name, which could be done with a 'title' line in the readme file,you could remove the extension from swagger spec and move settings to readme.
The following would be invalid:
"info": {
"version": "2016-05-16",
"x-ms-code-generation-settings": {
"name": "AnalysisServicesManagementClient"
}
}