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.
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
, andSet-DurableCustomStatus
. This PR adds them as well as their corresponding E2E tests.