Support Microsoft Graph pagination
What does this MR do and why?
Related to #426032 (closed) Support Microsoft Graph pagination
Microsoft Azure Group Sync currently does not support pagination. This change adds pagination support in the MS Graph client and also increases the page size to the maximum 999 supported by the API.
Microsoft Graph docs describe how they handle pagination at https://learn.microsoft.com/en-us/graph/paging. If there are more items to be returned the response will include a @odata.nextLink
property with a full URL to the next data set. The key part of the URL returned is a skiptoken
.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.