File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11
11
- Implement host configuration property to allow configuration of the metadata provider timeout period (#10526 )
12
12
- The value can be set via ` metadataProviderTimeout ` in host.json and defaults to "00:00:30" (30 seconds).
13
13
- For logic apps, unless configured via the host.json, the timeout is disabled by default.
14
+ - Update PowerShell 7.2 worker to [ 4.0.4025] ( https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4025 )
15
+ - Update PowerShell 7.4 worker to [ 4.0.4026] ( https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4026 )
14
16
- Added support for identity-based connections to Diagnostic Events (#10438 )
Original file line number Diff line number Diff line change 60
60
<PackageReference Include =" Microsoft.Azure.AppService.Proxy.Client" Version =" 2.3.20240307.67" />
61
61
<PackageReference Include =" Microsoft.Azure.Functions.NodeJsWorker" Version =" 3.10.1" />
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.4020 " />
64
- <PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version =" 4.0.4021 " />
63
+ <PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version =" 4.0.4025 " />
64
+ <PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version =" 4.0.4026 " />
65
65
<!-- /Workers -->
66
66
67
67
<PackageReference Include =" Microsoft.Azure.WebJobs.Extensions" Version =" 5.1.0-12067" />
You can’t perform that action at this time.
0 commit comments