msgraph-sdk-powershell icon indicating copy to clipboard operation
msgraph-sdk-powershell copied to clipboard

Missing cmdlet and Permission to Update Entra Device Registration Policy

Open NikCharlebois opened this issue 1 year ago • 0 comments

Describe the bug

The following endpoint doesn't seem to have any associated PowerShell cmdlet associated. Update deviceRegistrationPolicy - Microsoft Graph beta | Microsoft Learn

In addition to this, it seems to require the Policy.ReadWrite.DeviceConfiguration Application permissions which doesn't even exist.

Expected behavior

The cmdlet and permission would be available.

How to reproduce

Try and find the associated cmdlet.

SDK Version

2.19.0

Latest version known to work for scenario above?

No response

Known Workarounds

None, trying to call the endpoint directly with Invoke-MgGraphRequest and service principal auth complains about permission missing.

Debug output

Click to expand log ```
</details>


### Configuration

_No response_

### Other information

_No response_

NikCharlebois avatar Jul 05 '24 12:07 NikCharlebois