Skip to content

Commit e77dd74

Browse files
BigCat20196msyyc
andauthored
[Script] Auto release debug (Azure#24821)
* fix auto-ask-check bug * update comment * update comment * fix bug * Update main.py * Update main.py * Update main.py * fix changelog format for new service * fix check_pprint_name bug * Update main.py * fix check_pprint_name bug * Update main.py * Update main.py * test * test * change to azclibot * change to azure * fix push * test * update * update * test * test * reduction * update main * delete f * Update main.py * test * test * test * Update PythonSdkLiveTest.yml for Azure Pipelines * Update PythonSdkLiveTest.yml for Azure Pipelines * remove surplus code * Update PythonSdkLiveTest.yml for Azure Pipelines * Update main.py * Update main.py * Update main.py * Update main.py * Update main.py * Update main.py * Update main.py * Update main.py * Update main.py * Update main.py * Update PythonSdkLiveTest.yml for Azure Pipelines * Update PythonSdkLiveTest.yml for Azure Pipelines * Update PythonSdkLiveTest.yml for Azure Pipelines * fix bug * update * test * update code * update bot * update main bot * Update PythonSdkLiveTest.yml for Azure Pipelines * Update main.py * Update main.py * change branch for test * for test * for test * for test * add python_tag * restore branch * Update PythonSdkLiveTest.yml * update global_conf * Update auto_codegen.py * Update generate_sdk.py * Update generate_sdk.py * Update generate_sdk.py * Update main.py * Update main.py * Update PythonSdkLiveTest.yml for Azure Pipelines Co-authored-by: Yuchao Yan <[email protected]>
1 parent 1abf14b commit e77dd74

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

scripts/auto_release/PythonSdkLiveTest.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ jobs:
6969
7070
# import env variable
7171
export AZURE_TEST_RUN_LIVE=true
72-
export TENANT_ID=$(ENV_TENANT_ID)
73-
export CLIENT_ID=$(ENV_CLIENT_ID)
74-
export CLIENT_SECRET=$(ENV_CLIENT_SECRET)
75-
export SUBSCRIPTION_ID=$(ENV_SUBSCRIPTION_ID)
76-
export AZURE_TENANT_ID=$(ENV_TENANT_ID)
77-
export AZURE_CLIENT_ID=$(ENV_CLIENT_ID)
78-
export AZURE_CLIENT_SECRET=$(ENV_CLIENT_SECRET)
79-
export AZURE_SUBSCRIPTION_ID=$(ENV_SUBSCRIPTION_ID)
72+
export TENANT_ID=$(ENV-TENANT-ID)
73+
export CLIENT_ID=$(ENV-CLIENT-ID)
74+
export CLIENT_SECRET=$(ENV-CLIENT-SECRET)
75+
export SUBSCRIPTION_ID=$(ENV-SUBSCRIPTION-ID)
76+
export AZURE_TENANT_ID=$(ENV-TENANT-ID)
77+
export AZURE_CLIENT_ID=$(ENV-CLIENT-ID)
78+
export AZURE_CLIENT_SECRET=$(ENV-CLIENT-SECRET)
79+
export AZURE_SUBSCRIPTION_ID=$(ENV-SUBSCRIPTION-ID)
8080
export ISSUE_LINK=$(ISSUE_LINK)
8181
export BASE_BRANCH=$(BASE_BRANCH)
8282
export SCRIPT_PATH=$script_path

0 commit comments

Comments
 (0)