Skip to content

Commit ebdd597

Browse files
authored
Update PowerShell worker to 4.0.3134 (#10807)
1 parent 379b3e8 commit ebdd597

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
@@ -3,7 +3,7 @@
33
<ItemGroup>
44
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.3148" />
55
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.4025" />
6-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version="4.0.4026" />
6+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version="4.0.4134" />
77
</ItemGroup>
88

99
<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
@@ -9,3 +9,4 @@
99
- Update the `DefaultHttpProxyService` to better handle client disconnect scenarios (#10688)
1010
- Replaced `InvalidOperationException` with `HttpForwardingException` when there is a ForwarderError
1111
- [In-proc] Codeql : Fix to remove exception details from the response (#10751)
12+
- Update PowerShell 7.4 worker to [4.0.4134](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4134)

0 commit comments

Comments
 (0)