Skip to content

Commit 46c64bb

Browse files
authored
Update PowerShell Worker to 3.0.630 (PS6) and 3.0.629 (PS7) (#7018)
* Upgrade PowerShellWorker to 3.0.629 and 3.0.630 * Update release notes * Specify PS versions in release notes
1 parent ea772a8 commit 46c64bb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

release_notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- Configure host.json to use workflow when creating a default host.json and app is identified as a logic app. (#6810)
77
- Update Node.js Worker Version to [2.1.0](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v2.1.0)
88
- Update Java Worker Version to [1.8.1](https://github.com/Azure/azure-functions-java-worker/releases/tag/1.8.1)
9+
- Update PowerShell Worker to [3.0.629](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v3.0.629) (PS7) and [3.0.630](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v3.0.630) (PS6)
910

1011
**Release sprint:** Sprint 89
1112
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+89%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+89%22+label%3Afeature+is%3Aclosed) ]

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.0.11020001-fabe022e" />
4343
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="1.8.1" />
4444
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="2.1.0" />
45-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS6" Version="3.0.557" />
46-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7" Version="3.0.560" />
45+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS6" Version="3.0.630" />
46+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7" Version="3.0.629" />
4747
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.26" />
4848
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="4.0.2" />
4949
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.0.9" />

0 commit comments

Comments
 (0)