Azure / azure-functions-durable-powershell

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

Clear existing SDK to facilitate incremental PRs #6

Closed davidmrdavid closed 2 years ago

davidmrdavid commented 2 years ago

This PR is deleting the contents of "DurableSDK" in main. After that, we'll start a sequence of small PRs to incrementally add and review components of the new SDK.

The goal of this PR is to simplify the diff generated by those upcoming PRs. Once we have a release-ready version of the SDK, we'll migrate the resulting contents of main into a new, public, repo. This one was set up primarily for experimentation, so it will be replaced upon release.