Skip to content

Commit

Permalink
Update create_aad_assets.sh for switch changes in aad-app-reg.sh (#2039)
Browse files Browse the repository at this point in the history
* Update create_aad_assets.sh for switch changes in aad-app-reg.sh

* Remove path from tre_url

Co-authored-by: marrobi <marrobi@microsoft.com>
  • Loading branch information
stuartleeks and marrobi authored Jun 17, 2022
1 parent f36cfb9 commit 68a52e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create_aad_assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fi
# Then register an App for the TRE Core.
./scripts/aad/aad-app-reg.sh \
--name "${TRE_ID}" \
--swaggerui-redirecturl "https://${TRE_ID}.${LOCATION}.cloudapp.azure.com/api/docs/oauth2-redirect" \
--tre-url "https://${TRE_ID}.${LOCATION}.cloudapp.azure.com" \
--admin-consent --automation-account

echo "Please copy the values above into your /templates/core/.env."
Expand Down

0 comments on commit 68a52e5

Please sign in to comment.