Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeniawhite committed Oct 1, 2023
1 parent db67e08 commit 6249652
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resources/fetching/fetchers/azure/activity_logs_fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ func NewAzureActivityLogsFetcher(log *logp.Logger, ch chan fetching.ResourceInfo

func (f *AzureActivityLogsFetcher) Fetch(ctx context.Context, cMetadata fetching.CycleMetadata) error {
f.log.Info("Starting AzureActivityLogsFetcher.Fetch")
// TODO: Maybe we should use a query per type instead of listing all assets in a single query
// This might be relevant if we'd like to fetch assets in parallel in order to evaluate a rule that uses multiple resources
assets, err := f.provider.ListAllAssetTypesByName(maps.Keys(AzureActivityLogsResourceTypes))
if err != nil {
return err
Expand Down

0 comments on commit 6249652

Please sign in to comment.