Microsoft Graph Beta endpoint calls from Intune Portal regarding 'NotConfigured' settings within policies result in 'null'
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:
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":
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?