From 295e718471e1d0732e717ecb4de34ddb8de533c7 Mon Sep 17 00:00:00 2001 From: dayland Date: Fri, 15 Dec 2023 09:52:37 +0000 Subject: [PATCH] assign SP ID for Ci/CD shared --- scripts/inf-create.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/inf-create.sh b/scripts/inf-create.sh index 4793b102d..1cc9c2de0 100755 --- a/scripts/inf-create.sh +++ b/scripts/inf-create.sh @@ -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