Skip to content

Commit

Permalink
chore: Update service principal name in init_environment.sh (#2621)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdestin authored Sep 6, 2023
1 parent 54facd0 commit 35041db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/bootstrapping/init_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ let "REGISTRY_TOMORROW=10#$(date -d '+1 days' +'%m%d')"
export LOCATION="East US"
export PREFIX=aml
export SUFFIX=sdkv202
export APP_NAME="github-sp-amlsdkv2-gh"
export APP_NAME="github-sp-amlsdkv2-gh-2"
export timestamp=$(date +%s)
# export RESOURCE_GROUP_NAME=test-data-rg
# export WORKSPACE_NAME=${PREFIX}${SUFFIX}${DATE_ONLY}-ws
Expand Down

0 comments on commit 35041db

Please sign in to comment.