21 строка
595 B
JSON
21 строка
595 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/documentation/sdkautomation/SwaggerToSdkConfigSchema.json",
|
|
"generateOptions": {
|
|
"generateScript": {
|
|
"path": "pwsh ./tools/SwaggerCI/psci.ps1",
|
|
"stderr": {
|
|
"showInComment": "^\\[AUTOREST\\]",
|
|
"scriptError": "^\\[ERROR\\]",
|
|
"scriptWarning": "^\\[WARNING\\]"
|
|
}
|
|
}
|
|
},
|
|
"initOptions": {
|
|
"initScript": {
|
|
"path": "sh ./tools/SwaggerCI/init.sh",
|
|
"stderr": {
|
|
"scriptWarning": false
|
|
}
|
|
}
|
|
}
|
|
} |