This commit is contained in:
Daniel Jurek 2025-10-01 15:13:22 -07:00 committed by GitHub
parent 4c96b1138b
commit 925236f365
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,8 +3,10 @@ param(
[string] $StorageContainerName = 'public-vcpkg-container'
)
Write-Host "Import PSModules-Helpers.ps1"
."$PSScriptRoot/../common/scripts/Helpers/PSModule-Helpers.ps1"
Write-Host "Install/import Az.Storage@4.3.0"
Install-ModuleIfNotInstalled "Az.Storage" "4.3.0" | Import-Module
$ctx = New-AzStorageContext `