microsoftgraph / microsoft-graph-explorer-v4

React/Redux version of Graph Explorer used to learn the Microsoft Graph Api
https://developer.microsoft.com/graph/graph-explorer
MIT License
202 stars 84 forks source link

Query deviceManagement/managedDevices fail if filter #3157

Closed clesieug closed 1 month ago

clesieug commented 1 month ago

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 commented 1 month ago

@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 commented 1 month ago

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 commented 1 month ago

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