Azure / azure-functions-durable-powershell

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

Upgrade DurableTask-isolated dependency #25

Closed davidmrdavid closed 1 year ago

davidmrdavid commented 1 year ago

Previously, we were using a beta version of Microsoft.DurableTask.Client. That version no longer seems available, and it also out of date. With this PR, we're using the latest release.

The only code changes required are in how we construct our TaskOrchestrationExecutor and the latest package greatly simplifies our boilerplate.

We also needed to take a dependency on Microsoft.DurableTask.Worker.