Azure / azure-functions-powershell-worker

PowerShell language worker for Azure Functions.
MIT License
206 stars 54 forks source link

Use rpcBaseUrl in durable operations when possible #1098

Open andystaples opened 2 weeks ago

andystaples commented 2 weeks ago

Issue describing the changes in this PR

When experimenting with https://github.com/Azure/azure-functions-durable-powershell/issues/73, I found that if a user does not explicitly call Import-Module on the external SDK, functions that are exposed in the external Durable SDK are not used, and instead the definitions loaded in the bundled module are used.

This change imports the fix from https://github.com/Azure/azure-functions-durable-powershell/pull/66 into the bundled module, with additional checks to prevent breaking backwards compatibility.

Pull request checklist