Azure / azure-functions-durable-powershell

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

Add Start-DurableTimer cmdlet #21

Closed michaelpeng36 closed 1 year ago

michaelpeng36 commented 1 year ago

This PR is the fourth of four that will sync the main branch with the changes made in the michaelpeng/refactoring-engine branch, as described in PR #18. This change adds the Start-DurableTimer and Stop-DurableTimer cmdlets. After this PR is merged, the main branch should be functionally on par with the michaelpeng/refactoring-engine branch.