File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
.azure_devOps-DEVELOPING_DO_NOT_USE/workflows/Managed_Identity_Auth/3-Tasks
mlOps/devOps/utils/python Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 9898 DBRKS_BEARER_TOKEN=$( az account get-access-token \
9999 --resource 2ff814a6-3304-4ab8-85cb-cd0e6f879c1d \
100100 --query "accessToken" \
101- --output tsv)
101+ --output tsv, )
102102
103103 DBRKS_MANAGEMENT_TOKEN=$( az account get-access-token \
104104 --resource "https://management.core.windows.net/" \
Original file line number Diff line number Diff line change 6565 python -m pip install requests
6666 python -m pip install python-dotenv
6767
68-
69-
70-
7168
7269
7370 pip3 install --upgrade azure-cli
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ def _get_cluster_names(existing_clusters):
8181 existing_clusters_name_arr = []
8282
8383
84- if not existing_clusters_name_arr : # If Clusters Exist (Array Is Not Empty), Return Cluster Names
84+ if existing_clusters : # If Clusters Exist (Array Is Not Empty), Return Cluster Names
8585 for existing_cluster in existing_clusters ['clusters' ]:
8686
8787 existing_clusters_name_arr .append (existing_cluster ['cluster_name' ])
You can’t perform that action at this time.
0 commit comments