Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedBM committed Nov 23, 2024
1 parent 0bc6ee4 commit 56d9a81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/universalnrp-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ jobs:
script="./downloadFromAzStorage.ps1"
#HEREDOC formatting requires no leading whitespace
cat >$script <<EOL
Install-Module -Name Az -Force -AllowClobber -Confirm:$false
Install-Module -Name Az.Storage -Force -AllowClobber -Confirm:$false
Install-Module -Name Az -Force -AllowClobber -Confirm:\$false
Install-Module -Name Az.Storage -Force -AllowClobber -Confirm:\$false
\$storageContext = New-AzStorageContext -StorageAccountName $storageAccountName -UseConnectedAccount
Get-AzStorageBlobContent -Container $storageContainerName -Blob $storagePath -Context \$storageContext -Destination PolicyPackage.zip
EOL
Expand Down

0 comments on commit 56d9a81

Please sign in to comment.