Microsoft Graph Beta endpoint calls from Intune Portal regarding 'NotConfigured' settings within policies result in 'null'

Wennekes, Tim 1 Reputation point
2022-11-10T13:04:35.7+00:00

When configuring certain policies through the Intune portal it sends calls to the Microsoft Graph beta endpoint. This can be seen with the developer tools (F12) in Edge. In the example below I've to set the policy setting "Detect potentially unwanted applications" to "Not configured". When saving I can see Intune is making the call to the Microsoft Graph beta endpoint:

259066-intune-graphbetaendpoint.png

Now when I copy this graph call and check the setting with Graph Explorer I can see the value has been set to "null" and not "notConfigured":

259057-graphexplorer-null.png

This setting should've been set to "notConfigured" like other policy settings. This is causing issues when we are trying to use this graph call to edit this setting as it is expecting "null" unlike other policies which are expecting "notConfigured".

Can this bug be reported to the Microsoft Graph developers?

Microsoft Security | Intune | Configuration
Microsoft Security | Intune | Other
Microsoft Security | Microsoft Graph
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.