[Windows] Update AzureCli and AzureCosmosDbEmulator signature and hash (#12222)

This commit is contained in:
akilesh-amaran
2025-05-21 14:15:22 +05:30
committed by GitHub
parent be36d1d065
commit 65a78b8934
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ New-Item -ItemType 'Directory' -Path $azureCliExtensionPath | Out-Null
Install-Binary -Type MSI `
-Url 'https://aka.ms/installazurecliwindowsx64' `
-ExpectedSignature '8F985BE8FD256085C90A95D3C74580511A1DB975'
-ExpectedSignature '245D262748012A4FE6CE8BA6C951A4C4AFBC3E5D'
Update-Environment

View File

@@ -5,6 +5,6 @@
Install-Binary -Type MSI `
-Url "https://aka.ms/cosmosdb-emulator" `
-ExpectedSHA256Sum "AB040B9A0FBC4766E179554B9899B947C41E3A259F8A0FC63022DB8D0C562769"
-ExpectedSHA256Sum "E2BEB2B242FEE3C1DD444C748C1ED1DC0120566ADC0A7BC612EB8EFB8D416089"
Invoke-PesterTests -TestFile "Tools" -TestName "Azure Cosmos DB Emulator"