Azure / azure-functions-durable-powershell

PowerShell SDK for writing Durable Functions apps
MIT License
7 stars 3 forks source link

Add remaining Durable cmdlets #32

Closed michaelpeng36 closed 1 year ago

michaelpeng36 commented 1 year ago

While porting over Durable E2E tests from the PowerShell worker, it appears some other Durable cmdlets were missing from the external SDK, namely Stop-DurableOrchestration, Get-DurableTaskResult, and Set-DurableCustomStatus. This PR adds them as well as their corresponding E2E tests.

davidmrdavid commented 1 year ago

FYI - https://github.com/Azure/azure-functions-durable-powershell-private/pull/33