Azure / azure-cli

Azure Command-Line Interface
MIT License
3.91k stars 2.88k forks source link

"az logic workflow create" overwrites existing resource instead of giving duplication error #28919

Open atsugimatsu opened 2 months ago

atsugimatsu commented 2 months ago

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

yonzhan commented 2 months ago

Thank you for opening this issue, we will look into it.