Skip to content

Commit

Permalink
[INTERNAL] CI: Fixes reverts to public emulator from internal emulator (
Browse files Browse the repository at this point in the history
#4895)

[INTERNAL] CI: Fixes reverts to public emulator from internal emulator
  • Loading branch information
kirankumarkolli authored Nov 19, 2024
1 parent 1c18566 commit 5793eec
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 - https://aka.ms/cosmosdbemulator-internal" -ForegroundColor green
Invoke-WebRequest https://aka.ms/cosmosdbemulator-internal -OutFile "$env:temp\azure-cosmosdb-emulator.msi"
Write-Host "Downloading Cosmos Emulator - $env:EMULATORMSIURL" -ForegroundColor green
Invoke-WebRequest "$env:EMULATORMSIURL" -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 5793eec

Please sign in to comment.