Skip to content

Commit

Permalink
Invoking membership expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
mvbrock committed Jan 10, 2025
1 parent 0573347 commit 2e89053
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/srv/discovery/fetchers/azure-sync/azure-sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,11 @@ func (a *Fetcher) fetch(ctx context.Context, feats Features) (*Resources, error)
errsCh <- err
return err
}
err = expandMemberships(ctx, a.graphClient, principals)
if err != nil {
errsCh <- err
return err
}
result.Principals = principals
return nil
})
Expand Down

0 comments on commit 2e89053

Please sign in to comment.