Skip to content

Commit da7b160

Browse files
Update PowerShell Worker 7.0 to 4.0.1273 and 7.2 to 4.0.1274 (#7905)
* Upgrade PowerShellWorker 7.0 to 4.0.1273 * Upgrade PowerShellWorker 7.2 to 4.0.1274 * Update release notes * Update release notes
1 parent 0a657a5 commit da7b160

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
@@ -5,3 +5,5 @@
55

66
**Release sprint:** Sprint 113
77
[ [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) ]
8+
- Update PowerShell Worker 7.0 to 4.0.1273 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.1273)
9+
- Update PowerShell Worker 7.2 to 4.0.1274 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.1274)

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
<!-- Workers -->
5353
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.0.0" />
5454
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.0.0" />
55-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.1049" />
56-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.1128" />
55+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.1273" />
56+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.1274" />
5757
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="5.0.0-beta.1" />
5858
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.1.1" />
5959
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Timers.Storage" Version="1.0.0-beta.1" />

0 commit comments

Comments
 (0)