Update README.md

This commit is contained in:
Balaga Gayatri
2021-10-22 18:42:53 +05:30
committed by GitHub
parent 151a993723
commit 38942de1a5

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