Files
runner-images-sangeeth/images/windows/scripts/build/Install-AzureCosmosDbEmulator.ps1
Shamil Mubarakshin a6643f8ce6 [windows] Update PowerShell Core to 7.4.x (#9223)
* [windows] Update PowerShell Core to 7.4.x

* Update CosmosDB Emulator signature
2024-01-25 10:22:30 +01:00

11 lines
473 B
PowerShell

####################################################################################
## File: Install-AzureCosmosDbEmulator.ps1
## Desc: Install Azure CosmosDb Emulator
####################################################################################
Install-Binary -Type MSI `
-Url "https://aka.ms/cosmosdb-emulator" `
-ExpectedSignature "C2048FB509F1C37A8C3E9EC6648118458AA01780"
Invoke-PesterTests -TestFile "Tools" -TestName "Azure Cosmos DB Emulator"