Skip to content

Commit a68d61d

Browse files
Update PowerShell Worker (PS7) to 3.0.833 (#7328)
* Update release notes * Update PowerShell Worker (PS7) to 3.0.833
1 parent cd1a4d8 commit a68d61d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

release_notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
- Added a feature flag to opt out of the default behavior where the host sets the environment name to `Development` when running in debug mode. To disable the behavior, set the app setting: `AzureWebJobsFeatureFlags` to `DisableDevModeInDebug`
66
- Reorder CORS and EasyAuth middleware to prevent EasyAuth from blocking CORS requests (#7315)
77

8+
- Updated PowerShell Worker (PS7) to [3.0.833](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v3.0.833)
9+
810
**Release sprint:** Sprint 100
911
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+100%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+100%22+label%3Afeature+is%3Aclosed) ]
1012
- Update App Service Authentication/Authorization on Linux Consumption from 1.4.0 to 1.4.5. Release notes for this feature captured at https://github.com/Azure/app-service-announcements/issues. (#7205)

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="1.8.2-SNAPSHOT" />
4444
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="2.1.1" />
4545
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS6" Version="3.0.630" />
46-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7" Version="3.0.738" />
46+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7" Version="3.0.833" />
4747
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.29-11841" />
4848
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="4.0.3" />
4949
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.1.0" />

0 commit comments

Comments
 (0)