From 4ac87dccc6ccafe8feb839515ac96b295bce967b Mon Sep 17 00:00:00 2001 From: Usha N Date: Fri, 22 Oct 2021 16:03:50 +0530 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9922634e..ce7eb02b 100644 --- a/README.md +++ b/README.md @@ -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'