From a6643f8ce635a5ca9ca0e38761b16b9bc1172a8d Mon Sep 17 00:00:00 2001 From: Shamil Mubarakshin <127750046+shamil-mubarakshin@users.noreply.github.com> Date: Thu, 25 Jan 2024 10:22:30 +0100 Subject: [PATCH] [windows] Update PowerShell Core to 7.4.x (#9223) * [windows] Update PowerShell Core to 7.4.x * Update CosmosDB Emulator signature --- images/windows/scripts/build/Install-AzureCosmosDbEmulator.ps1 | 2 +- images/windows/toolsets/toolset-2019.json | 2 +- images/windows/toolsets/toolset-2022.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/images/windows/scripts/build/Install-AzureCosmosDbEmulator.ps1 b/images/windows/scripts/build/Install-AzureCosmosDbEmulator.ps1 index cf48ca62a..5a39869b9 100644 --- a/images/windows/scripts/build/Install-AzureCosmosDbEmulator.ps1 +++ b/images/windows/scripts/build/Install-AzureCosmosDbEmulator.ps1 @@ -5,6 +5,6 @@ Install-Binary -Type MSI ` -Url "https://aka.ms/cosmosdb-emulator" ` - -ExpectedSignature "F372C27F6E052A6BE8BAB3112B465C692196CD6F" + -ExpectedSignature "C2048FB509F1C37A8C3E9EC6648118458AA01780" Invoke-PesterTests -TestFile "Tools" -TestName "Azure Cosmos DB Emulator" diff --git a/images/windows/toolsets/toolset-2019.json b/images/windows/toolsets/toolset-2019.json index 3d468e8d7..8d80a9398 100644 --- a/images/windows/toolsets/toolset-2019.json +++ b/images/windows/toolsets/toolset-2019.json @@ -497,6 +497,6 @@ "version": "1.1.1" }, "pwsh": { - "version": "7.2" + "version": "7.4" } } diff --git a/images/windows/toolsets/toolset-2022.json b/images/windows/toolsets/toolset-2022.json index b73a0522b..f95c2f489 100644 --- a/images/windows/toolsets/toolset-2022.json +++ b/images/windows/toolsets/toolset-2022.json @@ -437,6 +437,6 @@ "version": "1.1.1" }, "pwsh": { - "version": "7.2" + "version": "7.4" } }