[Windows] Update signature for Azure CosmosDb Emulator (#9875)

* [Windows] Update signature for Azure CosmosDb Emulator

* Replace with SHA256
This commit is contained in:
Erik Bershel
2024-05-17 22:33:04 +02:00
committed by GitHub
parent 8a1afc1fe1
commit e2a8bbc6e1

View File

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