You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This isn't necessarily a bug, but it can be confusing.
The m365 spo site appcatalog list command returns entries for site collection app catalogs even when the corresponding site collections have been deleted. Can this command be enhanced to follow the approach used in PnP PowerShell, which supports an -ExcludeDeletedSites flag in Get-PnPSiteCollectionAppCatalog?
Steps to reproduce
Delete a site collection that has an app catalog enabled.
Run the command
Verify the sites returned in the results
Expected results
The command should provide an option to exclude deleted sites from the results.
Actual results
It returns the list of site collections including the deleted sites.