Skip to content

Commit 069f85a

Browse files
Upgrade PowerShell Worker 7.0 to 4.0.1842 and 7.2 to 4.0.1847 (#8289)
* Upgrade PowerShellWorker 7.2 to 4.0.1847 * Upgrade PowerShellWorker 7.0 to 4.0.1842 * Update release notes
1 parent 8cf3270 commit 069f85a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

release_notes.md

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

99
**Release sprint:** Sprint 118
1010
[ [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) ]
11+
- Update PowerShell Worker 7.0 to 4.0.1842 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.1842)
12+
- Update PowerShell Worker 7.2 to 4.0.1847 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.1847)
1113

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.1570" />
61-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.1567" />
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" />
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)