We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 163da12 + 53b5e4d commit cf13a03Copy full SHA for cf13a03
infra/scripts/language/run_language_setup.sh
@@ -9,7 +9,7 @@ cd ${SCRIPT_DIR}
9
# Arguments:
10
use_mi=$1
11
12
-if [ "$use_mi" = "true" ];
+if [ "$use_mi" = "true" ]; then
13
echo "Authenticating with MI..."
14
az login --identity
15
fi
infra/scripts/registry/run_registry_setup.sh
@@ -12,7 +12,7 @@ acr_name=$2
repo=$3
tag=$4
16
17
18
infra/scripts/search/run_search_setup.sh
@@ -12,7 +12,7 @@ use_mi=$1
storage_account_name=$2
blob_container_name=$3
0 commit comments