Azure / Azure/azure-functions-powershell-library
Bug Bash: DurableClient's `Name` parameter does not seem to control any user-code variables
Open
- Dominant language
- C#
- Stars
- 2
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Our example durable app has the following sample for `DurableClient`
```PowerShell
[DurableClient(Name='starter')]
```
But 'starter' is not a variable name in the templated user code for a DurableClient Function, so it's unclear what this parameter is modifying. We should document this, or maybe consider not exposing this parameter.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.