Skip to content

Commit

Permalink
[Windows] Update signature for Azure CosmosDb Emulator (#9875)
Browse files Browse the repository at this point in the history
* [Windows] Update signature for Azure CosmosDb Emulator

* Replace with SHA256
  • Loading branch information
erik-bershel committed May 17, 2024
1 parent 8a1afc1 commit e2a8bbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit e2a8bbc

Please sign in to comment.