Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit e4a395b

Browse files
authored
Update swagger_to_sdk_config.json
1 parent 3f503ff commit e4a395b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

eng/swagger_to_sdk_config.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
"generateScript": {
55
"path": "generator automation-v2",
66
"stderr": {
7-
"showInComment": "^\\[AUTOREST\\]",
8-
"scriptError": "^\\[ERROR\\]",
9-
"scriptWarning": "^\\[WARNING\\]"
7+
"showInComment": "autorest"
8+
},
9+
"stdout": {
10+
"showInComment": true
1011
}
1112
}
1213
},
@@ -18,7 +19,10 @@
1819
"initScript": {
1920
"path": "sh ./eng/scripts/automation_init.sh",
2021
"stderr": {
21-
"scriptWarning": false
22+
"showInComment": "go: downloading"
23+
},
24+
"stdout": {
25+
"showInComment": "gofolder"
2226
}
2327
}
2428
},

0 commit comments

Comments
 (0)