Skip to content

Commit 5cb5b79

Browse files
authored
Update PowerShell workers to latest (#10511)
1 parent 4b376ec commit 5cb5b79

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

release_notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@
1111
- Implement host configuration property to allow configuration of the metadata provider timeout period (#10526)
1212
- The value can be set via `metadataProviderTimeout` in host.json and defaults to "00:00:30" (30 seconds).
1313
- 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)
1416
- Added support for identity-based connections to Diagnostic Events (#10438)

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.3.20240307.67" />
6161
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.10.1" />
6262
<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" />
6565
<!-- /Workers -->
6666

6767
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="5.1.0-12067" />

0 commit comments

Comments
 (0)