Hi, please help me. I'm using Pulumi up to create ...
# azure
w
Hi, please help me. I'm using Pulumi up to create management group and then pulumi destroy to delete management group. But it said I don't have delete permission, although I can delete management group manually in the portal. Thank you.
Copy code
does not have authorization to perform action 'Microsoft.Management/managementGroups/delete'
c
You have run into the following issue: Cannot create a ManagementGroup at ManagementGroup Level
w
@cool-fireman-90027 actually, I can create ManagementGroup but then I can't delete it using pulumi. Is it the same root cause described in the link?