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
As a result, it is not possible to fetch any devices with other enrolment types than the ones included in the enumeration. Example error: InvalidArgumentException: Invalid enum value appleACMEBasicBYOD at vendor/microsoft/kiota-abstractions/src/Enum.php:57
Expected behavior
It should be possible to fetch devices. Either the enumeration needs to be updated, or the code should allow to fetch devices even if an unknown DeviceEnrollmentType is returned by the API.
How to reproduce
Try to fetch a device where the DeviceEnrollmentType is e.g. appleACMEBasicBYOD
SDK Version
2.17.0
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
Click to expand log
```
</details>
### Configuration
_No response_
### Other information
_No response_
The text was updated successfully, but these errors were encountered:
Describe the bug
The DeviceEnrollmentType enumeration is missing a few cases: List from https://learn.microsoft.com/en-us/graph/api/resources/intune-troubleshooting-deviceenrollmenttype?view=graph-rest-1.0 contains 25 cases, the enumeration only contains 13 cases.
As a result, it is not possible to fetch any devices with other enrolment types than the ones included in the enumeration. Example error:
InvalidArgumentException: Invalid enum value appleACMEBasicBYOD at vendor/microsoft/kiota-abstractions/src/Enum.php:57
Expected behavior
It should be possible to fetch devices. Either the enumeration needs to be updated, or the code should allow to fetch devices even if an unknown DeviceEnrollmentType is returned by the API.
How to reproduce
Try to fetch a device where the DeviceEnrollmentType is e.g. appleACMEBasicBYOD
SDK Version
2.17.0
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
Click to expand log
```The text was updated successfully, but these errors were encountered: