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
213 stars 93 forks source link

chassistype not returned when querying all managedDevices #2178

Closed JonAmburn closed 2 years ago

JonAmburn commented 2 years ago

Describe the bug chassisType attribute is not returned when doing a managedDevices batch query, but is returned when querying individual devices by ID

To Reproduce Steps to reproduce the behavior:

  1. Go to Graph explorer
  2. Send a GET to https://graph.microsoft.com/beta/deviceManagement/managedDevices
  3. Note that the chassisType attribute is "unknown" for the entire list of returned devices
  4. Now send a GET to https://graph.microsoft.com/beta/deviceManagement/managedDevices/{managedDevice-id}
  5. Note that the chassisType correctly reflects the device that was queried

Expected behavior chassisType attribute is returned correctly regardless of method used to query managedDevices data

Screenshots When querying all devices image

When querying one device image

Desktop (please complete the following information):

Onokaev commented 2 years ago

Hey @JonAmburn. I was able to reproduce this issue. However, we cannot fix this on Graph Explorer. I have opened an issue on the Microsoft Q&A forum for a wider audience. Here's a link to the ticket: https://learn.microsoft.com/en-us/answers/questions/1059700/chassistype-not-returned-when-querying-all-managed.html Let me know if you need any further assistance

JonAmburn commented 2 years ago

Thanks for the update @Onokaev Is there any additional info I need to provide or anything else I need to do for now?

Onokaev commented 2 years ago

Not really. The support team has responded to the question on the Q&A forum. Check it out and let me know if it helps

ghost commented 2 years ago

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.