Azure / azure-functions-durable-powershell

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

Sync refactoring branch with latest changes #11

Closed davidmrdavid closed 2 years ago

davidmrdavid commented 2 years ago

This PR is the result of taking a copy of michaelpeng/refactoring-engine and merging in the results of: https://github.com/Azure/azure-functions-durable-powershell-private/pull/8, https://github.com/Azure/azure-functions-durable-powershell-private/pull/9, and https://github.com/Azure/azure-functions-durable-powershell-private/pull/10.

In addition to the above, made two small commits: https://github.com/Azure/azure-functions-durable-powershell-private/pull/11/commits/a05822909ed7ea97493a5e750ff5458add16162f, https://github.com/Azure/azure-functions-durable-powershell-private/pull/11/commits/6e8c345f68c9e93ee82706079469f0d3ac39ea2b to get the branch to build again.

That is the entirety of changes in this branch. The bulk of changes correspond to the 3 PRs mentioned above, all of which were already approved. Therefore, my hope is that merging this PR will be mostly routine, as its components have already been reviewed.

After merging, our branches should be fully in sync!