Skip to content

v3.0.226 Release of PowerShell worker for Azure Functions (PowerShell 7)

Compare
Choose a tag to compare
@AnatoliB AnatoliB released this 04 Feb 07:20
· 140 commits to v3.x/ps7 since this release
12f9ddc

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

The changes for this release are:

  • Migrated to PowerShell 7.0.0-rc.2.
  • Directory structure changed to enable installing PowerShell 6 and 7 workers side-by-side.
  • Use Get-Error instead of custom error formatting logic (#395).