Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
yutongzhang-microsoft committed Dec 13, 2024
1 parent b250fbd commit f4c9b81
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def get_access_token():
while az_login_attempts < MAX_GET_TOKEN_RETRY_TIMES:
try:
result = os.popen(az_login_cmd)
print(result)
break
except Exception as exception:
az_login_attempts += 1
Expand Down

0 comments on commit f4c9b81

Please sign in to comment.