Skip to content

Commit d3a4b12

Browse files
Upgrade PowerShell Worker 7.0 to 4.0.2045 and 7.2 to 4.0.2040 (#8469)
* Upgrade PowerShellWorker 7.0 to 4.0.2045 * Upgrade PowerShellWorker 7.2 to 4.0.2040 * Update release notes
1 parent 1e1cb47 commit d3a4b12

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
@@ -12,6 +12,6 @@
1212

1313
**Release sprint:** Sprint 118
1414
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+118%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+118%22+label%3Afeature+is%3Aclosed) ]
15-
- Update PowerShell Worker 7.0 to 4.0.1842 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.1842)
16-
- Update PowerShell Worker 7.2 to 4.0.1847 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.1847)
15+
- Update PowerShell Worker 7.0 to 4.0.2045 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2045)
16+
- Update PowerShell Worker 7.2 to 4.0.2040 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2040)
1717
- Update App Service Authentication/Authorization on Linux Consumption from 1.4.15 to 1.4.17 [Release Note](https://github.com/Azure/app-service-announcements/issues/375)

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.3" />
5959
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.3.0" />
60-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.1842" />
61-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.1847" />
60+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.2045" />
61+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.2040" />
6262
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="5.0.0-beta.2-10871" />
6363
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.2.0" />
6464
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Timers.Storage" Version="1.0.0-beta.1" />

0 commit comments

Comments
 (0)