Skip to content

Commit bd15c81

Browse files
Upgrade PowerShell Language Worker 7.2 to 4.0.2719 (#9124)
* Upgrade PowerShell language worker 7.2 to 4.0.2719 * Update release notes
1 parent 4d70468 commit bd15c81

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
@@ -13,6 +13,7 @@
1313
- Send Workerwarmup request to warm up the worker code path before specialization (#9018)
1414
- Update PowerShell Worker 7.2 to 4.0.2673 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2673)
1515
- Add error details to RunFromPackage failure log (#9094)
16+
- Update PowerShell Worker 7.2 to 4.0.2719 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2719)
1617

1718
**Release sprint:** Sprint 139
1819
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+139%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+139%22+label%3Afeature+is%3Aclosed) ]

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.Functions.JavaWorker" Version="2.9.1" />
6060
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.5.2" />
6161
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.2302" />
62-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.2673" />
62+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.2719" />
6363
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version="4.0.2669" />
6464
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="5.0.0-beta.2-10879" />
6565
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.2.0" />

0 commit comments

Comments
 (0)