File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 6
6
- Update Python Worker Version to [ 4.28.0] ( https://github.com/Azure/azure-functions-python-worker/releases/tag/4.28.0 )
7
7
- Fixed an issue causing sporadic HTTP request failures when worker listeners were not fully initialized on first request #9954
8
8
- Update Node.js Worker Version to [ 3.10.0] ( https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.10.0 ) (#9999 )
9
+ - Update PowerShell worker 7.2 to [ 4.0.3220] ( https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.3220 )
10
+ - Update PowerShell worker 7.4 to [ 4.0.3219] ( https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.3219 )
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
<Import Project =" ..\..\build\common.props" />
3
3
<PropertyGroup >
4
4
<PackageId >Microsoft.Azure.WebJobs.Script</PackageId >
60
60
<PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.14.0" />
61
61
<PackageReference Include =" Microsoft.Azure.Functions.NodeJsWorker" Version =" 3.10.0" />
62
62
<PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version =" 4.0.3148" />
63
- <PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version =" 4.0.3131 " />
64
- <PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version =" 4.0.3147 " />
63
+ <PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version =" 4.0.3220 " />
64
+ <PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version =" 4.0.3219 " />
65
65
<PackageReference Include =" Microsoft.Azure.WebJobs.Extensions" Version =" 5.0.0-beta.2-10879" />
66
66
<PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.Http" Version =" 3.2.0" />
67
67
<PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.Timers.Storage" Version =" 1.0.0-beta.1" />
You can’t perform that action at this time.
0 commit comments