Azure / azure-functions-durable-powershell

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

Update templates for external SDK #27

Open davidmrdavid opened 1 year ago

davidmrdavid commented 1 year ago

The external SDK needs to be imported manually by the user in their profile.ps1. We will need to update our templates to demonstrate how to do this.

We will need to modify the templates for VSCode, and core-tools. There may be more template sources in other places as well that will need updating.

davidmrdavid commented 1 year ago

Superceded by: https://github.com/Azure/azure-functions-powershell-worker/issues/906