Skip to content

Commit 2c6559d

Browse files
authored
Update PowerShell 7.4 worker to 4.2.4206 (#11007)
1 parent 401894a commit 2c6559d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

eng/build/Workers.Powershell.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</ItemGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version="4.0.4175" />
10+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version="4.0.4206" />
1111
</ItemGroup>
1212

1313
<Target Name="RemovePowershellWorkerRuntimes" BeforeTargets="AssignTargetPaths" Condition="$(RuntimeIdentifier.StartsWith(win))">

release_notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
- Added the option to exclude test data from the `/functions` endpoint API response (#10943)
88
- Avoid circular dependency when resolving LinuxContainerLegionMetricsPublisher. (#10991)
99
- Fixing GrpcWorkerChannel concurrency bug
10+
- Update PowerShell 7.4 worker to 4.0.4206

0 commit comments

Comments
 (0)