1
0
Fork 0
mirror of synced 2026-06-05 16:15:14 +00:00

Update README.md

This commit is contained in:
Balaga Gayatri 2021-10-22 18:43:15 +05:30 committed by GitHub
commit f13a21ec3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,7 +157,7 @@ jobs:
- name: Installing Az.accounts for powershell
shell: pwsh
run: |
Install-Module -Name Az.Accounts -Repository PSGallery
Install-Module -Name Az.Accounts -Force -AllowClobber -Repository PSGallery
- name: OIDC Login to Azure Public Cloud with AzPowershell (enableAzPSSession true)
uses: azure/login@releases/v1