Skip to content

Release of PowerShell worker for Azure Functions (PowerShell 7.4)

Pre-release
Pre-release
Compare
Choose a tag to compare
@andystaples andystaples released this 16 Oct 23:38
· 20 commits to v4.x/ps7.4 since this release
a9b4914

This PowerShell Worker version is to be used with Azure Functions v4 only.

The changes for this release are:

  • Update the PowerShell 7.4 SDK to Preview 6 (v7.4.0-preview.6) (resolves #1009)
  • Update the language worker .NET minimum version to .NET 8 Release Candidate 2 (8.0.0-rc.2.23502.2)
  • Set AZUREPS_CHECK_FOR_UPGRADE environment variable to False unless otherwise specified in App Settings, to prevent an expensive check for available version upgrades by AZ PS. (resolves #990)