Azure / azure-functions-durable-powershell

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

Add suborch sample, change requirements to latest version of SDK #64

Closed davidmrdavid closed 1 year ago

davidmrdavid commented 1 year ago

This PR updates the samples directory in two ways: 1) It ensures the requirements.psd1 file always references the latest V1 release of the DF SDK. Previously, it referenced the alpha release. 2) It adds a sub-orchestration sample

Francisco-Gamino commented 1 year ago

@davidmrdavid -- I left a couple of minor comments. Otherwise, LGTM.