Skip to content

Commit 3b1c6ab

Browse files
Upgrade PowerShellWorker 6 to 3.0.1761 (#8246)
* Upgrade PowerShellWorker 6 to 3.0.1761 * Update release notes
1 parent 5ee16c0 commit 3b1c6ab

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

release_notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+<successiveSprint>%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+<successiveSprint>%22+label%3Afeature+is%3Aclosed) ]
99
- Updated Node.js Worker Version to [2.1.3](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v2.1.3)
1010
- Update App Service Authentication/Authorization on Linux Consumption from 1.4.13 to 1.4.14 [Release Note](https://github.com/Azure/app-service-announcements/issues/358)
11-
- Update App Service Authentication/Authorization on Linux Consumption from 1.4.14 to 1.4.15 [Release Note](https://github.com/Azure/app-service-announcements/issues/360)
11+
- Update App Service Authentication/Authorization on Linux Consumption from 1.4.14 to 1.4.15 [Release Note](https://github.com/Azure/app-service-announcements/issues/360)
12+
- Update PowerShell 6 Worker to 3.0.1761 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v3.0.1761)

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.0.11020001-fabe022e" />
5757
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="1.10.0-SNAPSHOT" />
5858
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="2.1.3" />
59-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS6" Version="3.0.630" />
59+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS6" Version="3.0.1761" />
6060
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7" Version="3.0.1573" />
6161
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.1.1" />
6262
<PackageReference Include="Microsoft.Azure.WebJobs.Logging.ApplicationInsights" Version="3.0.31" />

0 commit comments

Comments
 (0)