Azure / azure-functions-durable-powershell

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

Remove `External` and `E` suffixes from Durable cmdlets #29

Closed michaelpeng36 closed 1 year ago

michaelpeng36 commented 1 year ago

Currently, cmdlets in the external durable SDK have External and E suffixes and corresponding print statements to distinguish them from cmdlets present in the PowerShell worker. These should be removed before the SDK is fully released.