UX in Logic App Standard does not allow double hyphen (--) characters in the workflow name, works via CLI
- Dominant language
- TypeScript
- Stars
- 111
- Forks
- 109
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 20
Description
### Severity
P3 - Medium (Minor functionality affected)
### Describe the Bug with repro steps
Expected Behavior:
- Deploy a Logic App Standard workflow with double hyphen (--) characters in the name
Actual Behavior:
- When we try to create a workflow from the Portal, it throws a validation error which is misleading/incorrect, because it actually works when deploying via CLI.
Steps to reproduce:
1. Create a Logic App Standard and add a workflow
2. For the workflow name, add double hyphens in the name, like test--wf
3. The wizard will not allow you to create it.
With AZ CLI, the deployment of that workflow with that name works.
### What type of Logic App Is this happening in?
Standard (Portal)
### Are you experiencing a regression?
_No response_
### Which operating system are you using?
Windows
### Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg
Yes
### Workflow JSON
```json
```
### Screenshots or Videos
(Testing with double hyphen in the name...)
Deploying through AZ CLI works -
Trying from the Portal throws validation errors -
### Environment
- Browser: Edge
### Additional context
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.