Skip to content

Commit c6516b0

Browse files
authored
Revert "Upgrade PowerShellWorker 7 to 3.0.2262 (#8671)" (#8693)
This reverts commit 4e2d442.
1 parent c66e994 commit c6516b0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

release_notes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44
-->
55

66
**Release sprint:** Sprint 128
7-
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+128%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+128%22+label%3Afeature+is%3Aclosed) ]
8-
- Update PowerShell Worker to 3.0.2262 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v3.0.2262)
7+
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+128%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+128%22+label%3Afeature+is%3Aclosed) ]

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="1.11.0" />
5858
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="2.1.3" />
5959
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS6" Version="3.0.1761" />
60-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7" Version="3.0.2262" />
60+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7" Version="3.0.2046" />
6161
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.2.0" />
6262
<PackageReference Include="Microsoft.Azure.WebJobs.Logging.ApplicationInsights" Version="3.0.34-11957" />
6363
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="4.0.5-10880" />

0 commit comments

Comments
 (0)