Related command
az ad
When deleting objects from Microsoft Graph, they are soft-deleted. They still count against the quota
https://docs.microsoft.com/en-us/azure/active-directory/enterprise-users/directory-service-limits-restrictions
A non-admin user can create no more than 250 Azure AD resources. Both active resources and deleted resources that are available to restore count toward this quota.
There are APIs for finding deleted objects and permanently (purge) them:
Azure CLI should support deletedItems APIs.
Related command
az adWhen deleting objects from Microsoft Graph, they are soft-deleted. They still count against the quota
https://docs.microsoft.com/en-us/azure/active-directory/enterprise-users/directory-service-limits-restrictions
There are APIs for finding deleted objects and permanently (purge) them:
Azure CLI should support
deletedItemsAPIs.