Skip to content

Commit

Permalink
Merge pull request #98 from kaytu-io/fix-azuread-describers
Browse files Browse the repository at this point in the history
Fix azuread describers
  • Loading branch information
artaasadi authored Apr 4, 2024
2 parents b22f2c8 + 7658162 commit 7a02487
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/steampipe/table_index_map.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a02487

Please sign in to comment.