...
1{
2 "$schema": "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/documentation/sdkautomation/SwaggerToSdkConfigSchema.json",
3 "generateOptions": {
4 "generateScript": {
5 "path": "generator automation-v2",
6 "stderr": {
7 "showInComment": "^\\[AUTOREST\\]",
8 "scriptError": "^\\[ERROR\\]",
9 "scriptWarning": "^\\[WARNING\\]"
10 }
11 }
12 },
13 "advancedOptions": {
14 "cloneDir": "src/github.com/Azure/azure-sdk-for-go",
15 "breakingChangeTracking": true
16 },
17 "initOptions": {
18 "initScript": {
19 "path": "sh ./eng/scripts/automation_init.sh",
20 "stderr": {
21 "scriptWarning": false
22 }
23 }
24 },
25 "packageOptions": {
26 "breakingChangeLabel": "CI-BreakingChange-Go-V2"
27 }
28}
View as plain text