Skip to content

Commit

Permalink
Update swagger_to_sdk_config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JackTn authored Apr 24, 2024
1 parent 3f503ff commit e4a395b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions eng/swagger_to_sdk_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
"generateScript": {
"path": "generator automation-v2",
"stderr": {
"showInComment": "^\\[AUTOREST\\]",
"scriptError": "^\\[ERROR\\]",
"scriptWarning": "^\\[WARNING\\]"
"showInComment": "autorest"
},
"stdout": {
"showInComment": true
}
}
},
Expand All @@ -18,7 +19,10 @@
"initScript": {
"path": "sh ./eng/scripts/automation_init.sh",
"stderr": {
"scriptWarning": false
"showInComment": "go: downloading"
},
"stdout": {
"showInComment": "gofolder"
}
}
},
Expand Down

0 comments on commit e4a395b

Please sign in to comment.