Skip to content

Commit 84a27c7

Browse files
Upgrade PowerShell language worker 7.0 to 4.0.2850 (#9351)
* Upgrade PowerShell language worker 7.0 to 4.0.2850 * Update release notes
1 parent 188b2ff commit 84a27c7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

release_notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66

77
- Remove feature flag for http proxying (https://github.com/Azure/azure-functions-host/pull/9341)
88
- Add error handling for http proxying failure scenarios (https://github.com/Azure/azure-functions-host/pull/9342)
9+
- Update PowerShell Worker 7.0 to 4.0.2850 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2850)

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.2.20220831.41" />
6060
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.12.0" />
6161
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.6.1" />
62-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.2823" />
62+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.2850" />
6363
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.2803" />
6464
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version="4.0.2802" />
6565
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="5.0.0-beta.2-10879" />

0 commit comments

Comments
 (0)