Skip to content

Commit

Permalink
assign SP ID for Ci/CD shared
Browse files Browse the repository at this point in the history
  • Loading branch information
dayland-ms authored and ryonsteele committed Dec 15, 2023
1 parent fb43470 commit 295e718
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/inf-create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ if [ -n "${IN_AUTOMATION}" ]; then
echo "Please create the Azure AD objects using the script at /scripts/create-ad-objs-for-deployment.sh and set the AD_WEBAPP_CLIENT_ID pipeline variable in Azure DevOps."
exit 1
fi
aadWebSPId=$ARM_SERVICE_PRINCIPAL_ID
aadMgmtAppId=$AD_MGMTAPP_CLIENT_ID
aadMgmtAppSecret=$AD_MGMTAPP_CLIENT_SECRET
aadMgmtSPId=$AD_MGMT_SERVICE_PRINCIPAL_ID
Expand Down

0 comments on commit 295e718

Please sign in to comment.