Skip to content

Commit 94e5372

Browse files
Update PowerShell Worker 7.0 to 4.0.1570 and 7.2 to 4.0.1567 (#8139)
* Upgrade PowerShellWorker 7.2 to 4.0.1567 * Upgrade PowerShellWorker 7.0 to 4.0.1570 * Update release notes
1 parent b88e777 commit 94e5372

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

release_notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
**Release sprint:** Sprint 113
1010
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+113%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+113%22+label%3Afeature+is%3Aclosed) ]
11-
- Update PowerShell Worker 7.0 to 4.0.1468 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.1468)
12-
- Update PowerShell Worker 7.2 to 4.0.1479 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.1479)
11+
- Update PowerShell Worker 7.0 to 4.0.1570 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.1570)
12+
- Update PowerShell Worker 7.2 to 4.0.1567 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.1567)
1313
- Update App Service Authentication/Authorization on Linux Consumption from 1.4.10 to 1.4.13 [Release Note](https://github.com/Azure/app-service-announcements/issues/354)

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
<!-- Workers -->
5858
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.2.1-SNAPSHOT" />
5959
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.1.0" />
60-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.1468" />
61-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.1479" />
60+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.1570" />
61+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.1567" />
6262
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="5.0.0-beta.1" />
6363
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.1.1" />
6464
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Timers.Storage" Version="1.0.0-beta.1" />

0 commit comments

Comments
 (0)