"az logic workflow create" overwrites existing resource instead of giving duplication error
Open
act-observability-squad
Auto-Assign
customer-reported
Logic App
Service Attention
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
**Related command**
`az logic workflow create`
**Is your feature request related to a problem? Please describe.**
When existing resource name is used for following command, it overwrites (updates) the resource.
`az logic workflow create`
**Describe the solution you'd like**
Feature request to give out duplication error if existing resource name is used for following commands, instead of overwriting (updating) existing resources:
`az logic workflow create`
**Describe alternatives you've considered**
Giving option to ovewrite or not
**Additional context**
https://learn.microsoft.com/en-us/cli/azure/logic/workflow?view=azure-cli-latest#az-logic-workflow-create
Contributor guide
Assessment
This issue has not been assessed yet.