File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
- Updated Java Worker Version to [ 1.8.2-SNAPSHOT] ( https://github.com/Azure/azure-functions-java-worker/releases/tag/1.8.2-SNAPSHOT )
6
6
- Skip external config validation if RuntimeDrivenScaling is enabled in Elastic Premium sku (#6542 )
7
7
- Re-added dependencies: Microsoft.Extensions.PlatformAbstractions and Microsoft.Extensions.DiagnosticAdapter
8
- - Updated PowerShell Worker (PS7) to [ 3.0.705 ] ( https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v3.0.705 )
8
+ - Updated PowerShell Worker (PS7) to [ 3.0.738 ] ( https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v3.0.738 )
9
9
- Set bundle v2.x as the default version
10
10
- Fixed issue where multiple worker processes are started slower than expected (#7136 )
11
11
- Updated HTTP extension to [ 3.1.0] ( https://github.com/Azure/azure-webjobs-sdk-extensions/releases/tag/http-v3.1.0 )
Original file line number Diff line number Diff line change 43
43
<PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 1.8.2-SNAPSHOT" />
44
44
<PackageReference Include =" Microsoft.Azure.Functions.NodeJsWorker" Version =" 2.1.1" />
45
45
<PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS6" Version =" 3.0.630" />
46
- <PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7" Version =" 3.0.705 " />
46
+ <PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7" Version =" 3.0.738 " />
47
47
<PackageReference Include =" Microsoft.Azure.WebJobs" Version =" 3.0.27" />
48
48
<PackageReference Include =" Microsoft.Azure.WebJobs.Extensions" Version =" 4.0.3" />
49
49
<PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.Http" Version =" 3.1.0" />
You can’t perform that action at this time.
0 commit comments