Azure / azure-functions-durable-powershell

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

Add New-DurableRetryOptions cmdlet #24

Closed michaelpeng36 closed 1 year ago

michaelpeng36 commented 1 year ago

Adds support for retries on activity functions. Notably, the New-DurableRetryOptions are defined within the DurableSDK shim, as opposed to the .psm1 nested module, as is the case in the internal Durable PowerShell implementation.