I started to work with Azure Blueprints, and to make the usage "repeatable" it is desirable to "clean" automatically all resources they have created in a resource group and re-assign the blueprint.
As I have experienced, some resource types get only soft-deleted, when I delete a RG. Can I somehow know,
- which resource types even have a soft-deletion feature (key vaults + APIM + ???)
- list with one powershell command all soft deleted resources in a given subscription or RG ?