mirror of
https://github.com/azure/login.git
synced 2026-06-09 03:17:07 +00:00
Update README.md
This commit is contained in:
parent
b1aafe40a3
commit
4ac87dccc6
1 changed files with 2 additions and 5 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue