File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2525 AZURE_TENANT_ID : ${{ secrets.AZURE_TENANT_ID }}
2626 AZURE_SUBSCRIPTION_ID : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
2727 AZURE_CLIENT_SECRET : ${{ secrets.AZURE_CLIENT_SECRET }}
28- AZURE_PRINCIPAL_ID : ${{ secrets.AZURE_PRINCIPAL_ID }}
29- AZURE_PRINCIPAL_NAME : ${{ secrets.AZURE_PRINCIPAL_NAME }}
30- AZURE_PRINCIPAL_TYPE : ' ServicePrincipal'
28+ CUSTOM_PRINCIPAL_ID : ${{ secrets.CUSTOM_PRINCIPAL_ID }}
29+ CUSTOM_PRINCIPAL_NAME : ${{ secrets.CUSTOM_PRINCIPAL_NAME }}
30+ CUSTOM_PRINCIPAL_TYPE : ' ServicePrincipal'
3131
3232 outputs :
3333 imageTag : ${{ steps.set-image-tag.outputs.imageTag }}
@@ -206,9 +206,9 @@ jobs:
206206 DISABLE_AUTHENTICATION=true
207207 NO_AUTH=true
208208 SKIP_AUTH=true
209- AZURE_PRINCIPAL_ID
210- AZURE_PRINCIPAL_NAME
211- AZURE_PRINCIPAL_TYPE
209+ CUSTOM_PRINCIPAL_ID
210+ CUSTOM_PRINCIPAL_NAME
211+ CUSTOM_PRINCIPAL_TYPE
212212
213213 - name : Extract URLs from deployment
214214 id : extract-urls
Original file line number Diff line number Diff line change 1010 },
1111 "principal" : {
1212 "value" : {
13- "id" : " ${AZURE_PRINCIPAL_ID }" ,
14- "name" : " ${AZURE_PRINCIPAL_NAME }" ,
15- "type" : " ${AZURE_PRINCIPAL_TYPE =User}"
13+ "id" : " ${CUSTOM_PRINCIPAL_ID }" ,
14+ "name" : " ${CUSTOM_PRINCIPAL_NAME }" ,
15+ "type" : " ${CUSTOM_PRINCIPAL_TYPE =User}"
1616 }
1717 },
1818 "appEnvironment" : {
Original file line number Diff line number Diff line change 1010 },
1111 "principal" : {
1212 "value" : {
13- "id" : " ${AZURE_PRINCIPAL_ID }" ,
14- "name" : " ${AZURE_PRINCIPAL_NAME }" ,
15- "type" : " ${AZURE_PRINCIPAL_TYPE =User}"
13+ "id" : " ${CUSTOM_PRINCIPAL_ID }" ,
14+ "name" : " ${CUSTOM_PRINCIPAL_NAME }" ,
15+ "type" : " ${CUSTOM_PRINCIPAL_TYPE =User}"
1616 }
1717 },
1818 "appEnvironment" : {
You can’t perform that action at this time.
0 commit comments