You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When calling the Get/List deviceEnrollmentPlatformRestrictionsConfiguration (Rest call:" GET /deviceManagement/deviceEnrollmentConfigurations) a list of deviceEnrollmentConfigurations are being returned. I have observed the following:
Beta (correct): deviceEnrollmentPlatformRestrictionsConfigurations objects are returned with an odatatype
V1.0 (incorrect): deviceEnrollmentPlatformRestrictionsConfigurations objects are returned without an odatatype
Note: I have also tested this using Graph Explorer, and the same happened there so I presume the issue is within the Graph API (Opened ticket here since I didn't know where to open the ticket for the Graph API)
Search for the deviceEnrollmentPlatformRestrictionsConfiguration Id noted in step 4
Look for the odatatype, which for me it is not being returned
Expected behavior
The v1.0 call should return the odatatype for ALL deviceEnrollmentConfiguration objects (In this case I only found that the only one missing is deviceEnrollmentPlatformRestrictionsConfiguration )
Screenshots
Beta (correct):
V1.0 (incorrect):
The text was updated successfully, but these errors were encountered:
As this is indeed an API issue and this repo is mainly intended for SDK related issues, any chance you can create an issue at the link below so that the API owners may get visibility into this. It would be great if you could post back the link to the same here so that anyone else who has a similar issue may find it.
Describe the bug
When calling the Get/List deviceEnrollmentPlatformRestrictionsConfiguration (Rest call:" GET /deviceManagement/deviceEnrollmentConfigurations) a list of deviceEnrollmentConfigurations are being returned. I have observed the following:
Note: I have also tested this using Graph Explorer, and the same happened there so I presume the issue is within the Graph API (Opened ticket here since I didn't know where to open the ticket for the Graph API)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The v1.0 call should return the odatatype for ALL deviceEnrollmentConfiguration objects (In this case I only found that the only one missing is deviceEnrollmentPlatformRestrictionsConfiguration )
Screenshots
Beta (correct):
V1.0 (incorrect):
The text was updated successfully, but these errors were encountered: