From cc5a8a039eb2c3b7967d605412695c9e252ce238 Mon Sep 17 00:00:00 2001 From: Matias Quaranta Date: Fri, 15 Sep 2023 09:20:45 -0700 Subject: [PATCH] [Cosmos DB] Fixing Cosmos emulator CI (#21564) * Fixing Cosmos emulator CI * Updating version --- sdk/data/azcosmos/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sdk/data/azcosmos/ci.yml b/sdk/data/azcosmos/ci.yml index 336beba7f4b7..18c6cbc91a53 100644 --- a/sdk/data/azcosmos/ci.yml +++ b/sdk/data/azcosmos/ci.yml @@ -26,16 +26,18 @@ stages: ServiceDirectory: 'data/azcosmos' - stage: Emulator displayName: 'Cosmos Emulator' + variables: + - template: /eng/pipelines/templates/variables/globals.yml jobs: - job: DownloadAndRunCosmosEmulator displayName: Download and run Cosmos Emulator strategy: matrix: - Windows_Go118: + Windows_Go120: pool.name: azsdk-pool-mms-win-2022-general image.name: MMS2022 - go.version: '1.18' + go.version: '1.21.1' pool: name: $(pool.name) vmImage: $(image.name)