Skip to content

Commit 852eed9

Browse files
Update PowerShell Worker (PS7) to 3.0.738 (#7265)
* Update PowerShell Worker (PS7) to 3.0.738 * Update release notes
1 parent 9c2ce4c commit 852eed9

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
@@ -5,7 +5,7 @@
55
- Updated Java Worker Version to [1.8.2-SNAPSHOT](https://github.com/Azure/azure-functions-java-worker/releases/tag/1.8.2-SNAPSHOT)
66
- Skip external config validation if RuntimeDrivenScaling is enabled in Elastic Premium sku (#6542)
77
- Re-added dependencies: Microsoft.Extensions.PlatformAbstractions and Microsoft.Extensions.DiagnosticAdapter
8-
- Updated PowerShell Worker (PS7) to [3.0.705](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v3.0.705)
8+
- Updated PowerShell Worker (PS7) to [3.0.738](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v3.0.738)
99
- Set bundle v2.x as the default version
1010
- Fixed issue where multiple worker processes are started slower than expected (#7136)
1111
- Updated HTTP extension to [3.1.0](https://github.com/Azure/azure-webjobs-sdk-extensions/releases/tag/http-v3.1.0)

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.705" />
46+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7" Version="3.0.738" />
4747
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.27" />
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)