Carol Kigoonya
Carol Kigoonya
- [ ] An object model for the overlay document - [ ] Overlay reader class & a set of deserializers - [ ] Implement the overlay service - [...
#2600 to resolve this
Issue is resolved in PowerShell v2
Return @odata.nextLink for Invoke-MgGraphRequest Expected experience URI to include the page size you need e.g. "https://graph.microsoft.com/v1.0/users?$top=5" Response to include "@odata.nextLink" to get the next pages. Reference: https://learn.microsoft.com/en-us/graph/paging?tabs=powershell
Adding this issue to be tracked for the next major version
Hello @msJinLei, Could we get the Azure Identity version bumped as soon as possible? This is affecting the experience in Graph PowerShell as @timayabi2020 mentioned.
Short-term solution #224
We do want to support this, but it is not a high priority. Adding the reasons the capability is supported for reference below: - UX improvement for users to incorporate...