Skip to content

Commit cb9e366

Browse files
[Windows] Fix AzCli Signature and Install Azure CosmosDb Emulator thumbprint (#11004)
* Fix azcli,cosmosdb and remove vscomponent * Update visual studio signature * revert toolset-2022.json changes
1 parent b205509 commit cb9e366

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/windows/scripts/build/Install-AzureCli.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ New-Item -ItemType 'Directory' -Path $azureCliExtensionPath | Out-Null
1515

1616
Install-Binary -Type MSI `
1717
-Url 'https://aka.ms/installazurecliwindowsx64' `
18-
-ExpectedSignature '245D262748012A4FE6CE8BA6C951A4C4AFBC3E5D'
18+
-ExpectedSignature '8F985BE8FD256085C90A95D3C74580511A1DB975'
1919

2020
Update-Environment
2121

images/windows/scripts/build/Install-AzureCosmosDbEmulator.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
Install-Binary -Type MSI `
77
-Url "https://aka.ms/cosmosdb-emulator" `
8-
-ExpectedSHA256Sum "DB9D5E496C5FDAE17C12C03385D2BAC973DA61C280023D9FDC9A6020220BEE41"
8+
-ExpectedSHA256Sum "1EF64CF9CD13C611AAC394113A703AF6F525C7C39BFB6B4C3F884D57F6F1D1CF"
99

1010
Invoke-PesterTests -TestFile "Tools" -TestName "Azure Cosmos DB Emulator"

0 commit comments

Comments
 (0)