diff --git a/pkg/steampipe/table_index_map.go b/pkg/steampipe/table_index_map.go index 08c82d0..e735af2 100644 --- a/pkg/steampipe/table_index_map.go +++ b/pkg/steampipe/table_index_map.go @@ -26,6 +26,7 @@ var AzureADKeys = map[string]struct{}{ strings.ToLower("Microsoft.Entra/enterpriseApplication"): {}, strings.ToLower("Microsoft.Entra/managedIdentity"): {}, strings.ToLower("Microsoft.Entra/microsoftApplication"): {}, + strings.ToLower("Microsoft.Entra/tenant"): {}, } type SteampipePlugin string