File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 4949 node-version : 20
5050
5151 - name : Log in with Azure (Federated Credentials)
52- if : ${{ env.AZURE_CLIENT_ID != '' }}
5352 run : |
5453 azd auth login `
5554 --client-id "$Env:AZURE_CLIENT_ID" `
Original file line number Diff line number Diff line change 9191 - name : Install azd
92929393
94- - name : Login to Azure
95- uses : azure/login@v2
96- with :
97- client-id : ${{ env.AZURE_CLIENT_ID }}
98- tenant-id : ${{ env.AZURE_TENANT_ID }}
99- subscription-id : ${{ env.AZURE_SUBSCRIPTION_ID }}
100-
101- - name : Set az account
102- uses : azure/CLI@v2
103- with :
104- inlineScript : |
105- az account set --subscription ${{env.AZURE_SUBSCRIPTION_ID}}
106-
10794 - name : Log in with Azure (Federated Credentials)
108- if : ${{ env.AZURE_CLIENT_ID != '' }}
10995 run : |
11096 azd auth login `
11197 --client-id "$Env:AZURE_CLIENT_ID" `
You can’t perform that action at this time.
0 commit comments