Skip to content

Commit 0d8a4c5

Browse files
authored
Update PowerShell workers to latest versions (#9873)
1 parent c64e6c4 commit 0d8a4c5

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

release_notes.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@
88
- Added support for AutocollectedMetricsExtractor, MetricsCustomDimensionOptimization and QueryStringTracing. (#9758)
99
- Add an app setting to allow CORS configuration (#9846)
1010
- Updated `Microsoft.Azure.Functions.DotNetIsolatedNativeHost` version to 1.0.6 (#9863)
11-
- [Forwarding command line arguments to app assembly from NetHost](https://github.com/Azure/azure-functions-dotnet-worker/pull/2258)
11+
- [Forwarding command line arguments to app assembly from NetHost](https://github.com/Azure/azure-functions-dotnet-worker/pull/2258)
12+
- Update PowerShell worker 7.0 to 4.0.3148 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.3148)
13+
- Update PowerShell worker 7.2 to 4.0.3131 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.3131)
14+
- Update PowerShell worker 7.4 to 4.0.3147 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.3147)

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.2.20220831.41" />
6060
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.13.0" />
6161
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.9.0" />
62-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.2973" />
63-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.3070" />
64-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version="4.0.3085" />
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.3131" />
64+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version="4.0.3147" />
6565
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="5.0.0-beta.2-10879" />
6666
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.2.0" />
6767
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Timers.Storage" Version="1.0.0-beta.1" />

0 commit comments

Comments
 (0)