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" } }