Update README.md

This commit is contained in:
Usha N 2021-10-22 16:03:50 +05:30 committed by GitHub
commit 4ac87dccc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -153,13 +153,10 @@ jobs:
echo "installed cli beta"
echo "$CWD\oidc-venv\Scripts" >> $env:GITHUB_PATH
- name: Installing preview Az.accounts for powershell
- name: Installing Az.accounts for powershell
shell: pwsh
run: |
cd ../../oidc-venv
Invoke-WebRequest -Uri https://azposhpreview.blob.core.windows.net/public/Az.Accounts.2.6.0.nupkg -outfile "Az.Accounts.2.6.0.nupkg"
Register-PSRepository -Name LocalPSRepo -SourceLocation "$(pwd)" -ScriptSourceLocation "$(pwd)" -InstallationPolicy Trusted
Install-Module Az.Accounts -Repository LocalPSRepo
Install-Module Az.Accounts -Repository LocalPSRepo
- name: OIDC Login to Azure Public Cloud with AzPowershell (enableAzPSSession true)
uses: 'azure/login@releases/v1'