Closed tomw-ucb closed 3 years ago
This will be in the next release. It is currently available in dev.
Hi @MIchaelMainer
The class does contain a value for "windowsAzureADJoin", but it does not contain a value for "windowsAzureADJoinUsingDeviceAuth".
KR Tom
I'm sorry that I missed that windowsAzureADJoinUsingDeviceAuth was missing. That enum is neither documented nor contained in the metadata https://graph.microsoft.com/beta/$metadata. What is your source for that missing enum value? Are you seeing it in a response?
Yes, the Graph API (beta) returns the attached response on the endpoint : https://graph.microsoft.com/beta/deviceManagement/managedDevices/{{managedDeviceId}}
This is fixed in version 1.27.0 as of now:
Hi MS team,
Recently we have enrolled our HoloLens 2 onto Intune and our application could not handle the enrollment type. We are using msgraph-sdk-php v1.25.0
The class Beta\Microsoft\Graph\Model\DeviceEnrollmentType is missing the enumeration value for windowsAzureADJoinUsingDeviceAuth
Can you please add this enum value ?
Thank you in advance,
Tom AB#7841