Skip to content
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

Paging for CrossTenantAccessPolicy.Partners.Get() missing #694

Closed
tobiaszuercher opened this issue Apr 23, 2024 · 1 comment
Closed

Paging for CrossTenantAccessPolicy.Partners.Get() missing #694

tobiaszuercher opened this issue Apr 23, 2024 · 1 comment
Assignees

Comments

@tobiaszuercher
Copy link

tobiaszuercher commented Apr 23, 2024

graphClient := msgraphsdk.NewGraphServiceClientWithCredentials(xxx)
graphClient.Policies().CrossTenantAccessPolicy().Partners().Get(ctx, nil)

has no paging. any chance to get paging implemented?

i've also tried with RequestHeaders to set $top and $skip, but these had no effect in the result.

in the current implementation: what is the max items returned?

@rkodev rkodev self-assigned this May 14, 2024
@rkodev
Copy link
Contributor

rkodev commented May 16, 2024

Hi @tobiaszuercher, Thanks for trying the SDK.
For request to service layer issues or enhancements, it best advised to post them in Microsoft Q&A for service teams to address.
This repo's scope only addresses issues related to the Go Graph SDK and not the individual service issues.

@rkodev rkodev closed this as completed May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants