Skip to content

Commit

Permalink
Emulator: Fixes to internal emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
kirankumarkolli committed Nov 9, 2024
1 parent f583d9a commit a361b1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/emulator-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

steps:
- pwsh: |
Write-Host "Downloading Cosmos Emulator - $env:EMULATORMSIURL" -ForegroundColor green
Invoke-WebRequest "$env:EMULATORMSIURL" -OutFile "$env:temp\azure-cosmosdb-emulator.msi"
Write-Host "Downloading Cosmos Emulator - https://aka.ms/cosmosdbemulator-internal" -ForegroundColor green
Invoke-WebRequest https://aka.ms/cosmosdbemulator-internal -OutFile "$env:temp\azure-cosmosdb-emulator.msi"
Write-Host "Finished Downloading Cosmos Emulator - $env:temp\azure-cosmosdb-emulator.msi" -ForegroundColor green
dir "$env:temp"
Expand Down

0 comments on commit a361b1c

Please sign in to comment.