You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,7 @@ jobs:
193
193
runs-on: ubuntu-latest
194
194
steps:
195
195
- name: Azure login
196
-
uses: azure/login@v2
196
+
uses: azure/login@v3
197
197
with:
198
198
client-id: ${{ secrets.AZURE_CLIENT_ID }}
199
199
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
@@ -223,7 +223,7 @@ jobs:
223
223
runs-on: ubuntu-latest
224
224
steps:
225
225
- name: Azure login
226
-
uses: azure/login@v2
226
+
uses: azure/login@v3
227
227
with:
228
228
client-id: ${{ secrets.AZURE_CLIENT_ID }}
229
229
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
@@ -285,7 +285,7 @@ jobs:
285
285
runs-on: ubuntu-latest
286
286
steps:
287
287
288
-
- uses: azure/login@v2
288
+
- uses: azure/login@v3
289
289
with:
290
290
creds: ${{ secrets.AZURE_CREDENTIALS }}
291
291
@@ -312,7 +312,7 @@ jobs:
312
312
runs-on: ubuntu-latest
313
313
steps:
314
314
315
-
- uses: azure/login@v2
315
+
- uses: azure/login@v3
316
316
with:
317
317
creds: ${{ secrets.AZURE_CREDENTIALS }}
318
318
enable-AzPSSession: true
@@ -335,7 +335,7 @@ jobs:
335
335
If you want to pass subscription ID, tenant ID, client ID, and client secret as individual parameters instead of bundling them in a single JSON object to address the [security concerns](https://docs.github.com/actions/security-guides/encrypted-secrets), below snippet can help with the same.
0 commit comments