-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use count API to make getting microsoft groups count more efficient #5109
Comments
afiune
added a commit
that referenced
this issue
Feb 3, 2025
Closes #5109 Signed-off-by: Salim Afiune Maya <afiune@mondoo.com>
afiune
added a commit
that referenced
this issue
Feb 3, 2025
Closes #5109 Signed-off-by: Salim Afiune Maya <afiune@mondoo.com>
afiune
added a commit
that referenced
this issue
Feb 3, 2025
Closes #5109 Signed-off-by: Salim Afiune Maya <afiune@mondoo.com>
afiune
added a commit
that referenced
this issue
Feb 3, 2025
Closes #5109 Signed-off-by: Salim Afiune Maya <afiune@mondoo.com>
afiune
added a commit
that referenced
this issue
Feb 4, 2025
Depends on #5156 Contributes to #5109 Relates to #5153 Use Microsoft `$count` parameter to make `microsoft.applications.length` more performant. https://learn.microsoft.com/en-us/graph/query-parameters?tabs=http#count-parameter Signed-off-by: Salim Afiune Maya <afiune@mondoo.com>
afiune
added a commit
that referenced
this issue
Feb 21, 2025
Closes #5109 Signed-off-by: Salim Afiune Maya <afiune@mondoo.com>
afiune
added a commit
that referenced
this issue
Feb 22, 2025
Closes #5109 Signed-off-by: Salim Afiune Maya <afiune@mondoo.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
instead of listing all and getting the total we can make a specific resource for this and use the count api which should be much more performant
microsoft.groups.length
The text was updated successfully, but these errors were encountered: