Skip to content

Commit 76f1208

Browse files
authored
Update PS worker to 4.0.3085 (PowerShell 7.4.0) (#9690)
1 parent 9780c1e commit 76f1208

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

release_notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@
3030
- Bug fix: Comparisons in the Azure Key Vault Secrets Repository are now case insensitive (#9644)
3131
- This fixes a bug where keys could be automatically recreated if they had been manually added to Key Vault with all lowercase secret names
3232
- Update DotNetIsolatedNativeHost version to 1.0.3 (#9671)
33+
- Update PowerShell Worker 7.4 to 4.0.3085 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.3085)

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.9.0" />
6262
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.2973" />
6363
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.3070" />
64-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version="4.0.3030" />
64+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version="4.0.3085" />
6565
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="5.0.0-beta.2-10879" />
6666
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.2.0" />
6767
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Timers.Storage" Version="1.0.0-beta.1" />

0 commit comments

Comments
 (0)