From e4a395ba95024331bf0c4daf2e160ca8ca5d67da Mon Sep 17 00:00:00 2001 From: Tianen <347142915@qq.com> Date: Wed, 24 Apr 2024 17:29:22 +0800 Subject: [PATCH] Update swagger_to_sdk_config.json --- eng/swagger_to_sdk_config.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/eng/swagger_to_sdk_config.json b/eng/swagger_to_sdk_config.json index 74ad2c044667..76983aff2f3e 100644 --- a/eng/swagger_to_sdk_config.json +++ b/eng/swagger_to_sdk_config.json @@ -4,9 +4,10 @@ "generateScript": { "path": "generator automation-v2", "stderr": { - "showInComment": "^\\[AUTOREST\\]", - "scriptError": "^\\[ERROR\\]", - "scriptWarning": "^\\[WARNING\\]" + "showInComment": "autorest" + }, + "stdout": { + "showInComment": true } } }, @@ -18,7 +19,10 @@ "initScript": { "path": "sh ./eng/scripts/automation_init.sh", "stderr": { - "scriptWarning": false + "showInComment": "go: downloading" + }, + "stdout": { + "showInComment": "gofolder" } } },