v3.0.833 Release of PowerShell worker for Azure Functions (PowerShell 7)
·
126 commits
to dev
since this release
This PowerShell Worker version is to be used with Azure Functions v3 only.
The changes for this release are:
- PowerShell Durable Functions:
- Suppress tracing output of Durable Activity functions (fixed issue #622)
- Rename Durable commands as follows
[Verb]-Durable[Additional qualifiers]. The old names are kept as aliases for backward-compatibility purposes - Use local RPC endpoint when starting an orchestration (fixed issues #613 and #597)
- Add Get-DurableStatus (to query instances) and Stop-DurableOrchestration (to terminate instances) commands
- Set ManagedDependenciesPath for both AppService and Linux Consumption environments (fixed issue #632)