Skip to content

Commit

Permalink
chore: log message
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Aug 1, 2024
1 parent d0130e4 commit 16b57bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/scanners/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
type ResourceScanner struct{}

func (sc ResourceScanner) GetAllResources(ctx context.Context, cred azcore.TokenCredential, subscriptions map[string]string, filters *azqr.Filters) []*azqr.Resource {
azqr.LogResourceTypeScan("All Resources")
azqr.LogResourceTypeScan("Resources")

graphClient := graph.NewGraphQuery(cred)
query := "resources | project id, subscriptionId, resourceGroup, location, type, name, sku.name, sku.tier, kind"
Expand Down

0 comments on commit 16b57bf

Please sign in to comment.