Skip to content

Release of PowerShell worker for Azure Functions (PowerShell 7.2)

Choose a tag to compare

@andystaples andystaples released this 18 Oct 22:02
· 10 commits to v4.x/ps7.2 since this release
f7d1387

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

The changes for this release are:

  • Upgrade PS 7.2 SDK to 7.2.15 and upgrade to .NET SDK 6.0.415 (Resolves #1003)
  • 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)