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

Query deviceManagement/managedDevices fail if filter #3157

Closed
clesieug opened this issue May 22, 2024 · 3 comments
Closed

Query deviceManagement/managedDevices fail if filter #3157

clesieug opened this issue May 22, 2024 · 3 comments

Comments

@clesieug
Copy link

Describe the bug
Query deviceManagement/managedDevices fail if filter

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'graph-explorer'
  2. Run query: https://graph.microsoft.com/v1.0/deviceManagement/managedDevices?$filter=deviceName eq 'XXXXXX'
  3. See error

{
"error": {
"code": "InternalServerError",
"message": "{ "_version": 3, "Message": "An internal server error has occurred - Operation ID (for customer support): 00000000-0000-0000-0000-000000000000 - Activity ID: 3e43f1c7-dece-dc29-0770-9d1ceae7e86e - Url: https://fef.msub01.manage.microsoft.com/DeviceFE/StatelessDeviceFEService/deviceManagement/managedDevices?api-version=2023-10-19&$filter=deviceName+eq+%27COLAS17328%27\", "CustomApiErrorPhrase": "", "RetryAfter": null, "ErrorSourceService": "", "HttpHeaders": "{}"}",
"innerError": {
"date": "2024-05-22T09:41:40",
"request-id": "e0632382-b271-43e0-97fc-475ae068ed6f",
"client-request-id": "3e43f1c7-dece-dc29-0770-9d1ceae7e86e"
}
}
}

@musale
Copy link
Contributor

musale commented May 27, 2024

@clesieug I cannot reproduce this on my end, the provided query example works as expected:

image

Could you retry or run it with a different tenant?

@clesieug
Copy link
Author

Hello Musale
Thank you for your test.
The problem solved itself at the end of the day.
I'm waiting for microsoft to get back to me.
Certainly a problem on one of their endpoint.
Thank you

@musale
Copy link
Contributor

musale commented May 30, 2024

@clesieug glad to be of help. Open a new issue with the details if it re-occurs. Closing this one.

@musale musale closed this as completed May 30, 2024
@musale musale removed the ToTriage label May 30, 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