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
IntuneDeviceConfigurationPolicyAndroidDeviceOwner can define the properties DetailedHelpText, DeviceOwnerLockScreenMessage or ShortHelpText, which are a CIM instance of type MSFT_MicrosoftGraphandroiddeviceowneruserfacingmessage, but if they are in the configuration then when trying to deploy the policy it fails with Request is invalid.
It looks like the problem is being caused by the CIM instance being sent without the @odata.type which should be set to #microsoft.graph.androidDeviceOwnerUserFacingMessage
I patched the resource to send '@odata.type' set to #microsoft.graph.androidDeviceOwnerUserFacingMessage in the CIM instance and I see it being sent in the request but it still fails.
The problem is really with these 3 properties, if I remove them from the request being sent the resource is deployed without issues so not sure exactly what the issue is.
Description of the issue
IntuneDeviceConfigurationPolicyAndroidDeviceOwner can define the properties DetailedHelpText, DeviceOwnerLockScreenMessage or ShortHelpText, which are a CIM instance of type MSFT_MicrosoftGraphandroiddeviceowneruserfacingmessage, but if they are in the configuration then when trying to deploy the policy it fails with Request is invalid.
It looks like the problem is being caused by the CIM instance being sent without the @odata.type which should be set to #microsoft.graph.androidDeviceOwnerUserFacingMessage
Microsoft 365 DSC Version
1.24.1113.1
Which workloads are affected
Intune
The DSC configuration
Verbose logs showing the problem
Environment Information + PowerShell Version
The text was updated successfully, but these errors were encountered: