az resource delete --resource-type "Microsoft.Logic/workflows" doen't work when we try to delete a logic app.
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 64
Description
> ### `az feedback` auto-generates most of the information requested below, as of CLI version 2.0.62
**Related command**
az resource delete --resource-group --name --subscription --resource-type "Microsoft.Logic/workflows"
**Describe the bug**
When we ran commented command, the logic app is never deleted. There is not response after run the command.
**To Reproduce**
run this command az resource delete --resource-group --name --subscription --resource-type "Microsoft.Logic/workflows"
**Expected behavior**
Logic app expected to be deleted.
**Environment summary**
N/A
**Additional context**
We also tested with powershell command getting the same result. We use AZ CLI command mainly.
Contributor guide
Assessment
This issue has not been assessed yet.