[windows] Update PowerShell Core to 7.4.x (#9223)

* [windows] Update PowerShell Core to 7.4.x

* Update CosmosDB Emulator signature
This commit is contained in:
Shamil Mubarakshin
2024-01-25 10:22:30 +01:00
committed by GitHub
parent 807eb76cfc
commit a6643f8ce6
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -497,6 +497,6 @@
"version": "1.1.1"
},
"pwsh": {
"version": "7.2"
"version": "7.4"
}
}

View File

@@ -437,6 +437,6 @@
"version": "1.1.1"
},
"pwsh": {
"version": "7.2"
"version": "7.4"
}
}