Skip to content

Commit b5b519b

Browse files
Update PowerShell Worker 7 to 3.0.1573 (#8140)
* Upgrade PowerShellWorker 7 to 3.0.1573 * Update release notes
1 parent 6b94660 commit b5b519b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

release_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77

88
**Release sprint:** Sprint 113
99
[ [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) ]
10-
- Update PowerShell Worker to 3.0.1475 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v3.0.1475)
10+
- Update PowerShell Worker to 3.0.1573 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v3.0.1573)
1111
- Update App Service Authentication/Authorization on Linux Consumption from 1.4.10 to 1.4.13 [Release Note](https://github.com/Azure/app-service-announcements/issues/354)

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.10.0-SNAPSHOT" />
5858
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="2.1.2" />
5959
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS6" Version="3.0.630" />
60-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7" Version="3.0.1475" />
60+
<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" />
6363
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="4.0.4-10859" />

0 commit comments

Comments
 (0)