-
Notifications
You must be signed in to change notification settings - Fork 134
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
Microsoft Graph Java SDK v.6.16.0 return empty site list with "*" and ""(empty) search query parameter #2184
Comments
Make some additional queries:
Expected: get list of sites
|
Work solution: #2090 (comment) Please tell me, will this bug be fixed in the next SDK releases? |
@SashaUsov this will need to be prioritized against other issues. For now, it's likely that it won't make it into the next release. In the meantime, using |
Describe the bug
Create GraphServiceClient with UsernamePasswordCredential provider
Call graphClient.sites().get().getValue()
Expected result: receive a list of the sites
Actual result: an empty list was returned without any error.
GraphServiceClient with ClientSecretCredential provider works as expected on graphClient.sites().get().getValue() call.
SDK Version
6.16.0
The text was updated successfully, but these errors were encountered: