The Removal logic currently relies on Remove-AzResource to remove most of its resources, with special handling for special cases like diagnostic settings.
It turns out some special treatment will be required for the roleAssignments resource type too, as it is actually not removed. The command does not throw an error, but the state in Azure does not change either.
Should be worked on after PR #767 is merged
The Removal logic currently relies on
Remove-AzResourceto remove most of its resources, with special handling for special cases like diagnostic settings.It turns out some special treatment will be required for the roleAssignments resource type too, as it is actually not removed. The command does not throw an error, but the state in Azure does not change either.
Should be worked on after PR #767 is merged