azure-sdk-for-js/swagger_to_sdk_config.json

23 строки
500 B
JSON

{
"advancedOptions": {
"createSdkPullRequests": true,
"generationCallMode": "one-per-config"
},
"initOptions": {
"initScript": {
"path": "sh .scripts/automation_init.sh"
}
},
"generateOptions": {
"generateScript": {
"path": "sh .scripts/automation_generate.sh",
"stderr": {
"showInComment": "^\\[AUTOREST\\]",
"scriptError": "^\\[ERROR\\]",
"scriptWarning": "^\\[WARNING\\]"
}
},
"parseGenerateOutput": true
}
}