Hello,
I was trying to use the graph API to create a new device in a test environment. I´ve created an application an assigned the needed application lvl permissions as described here:
https://docs.microsoft.com/en-us/graph/api/device-post-devices
I failed to successfully create a new device using this endpoint. The request returns an authorization issue 403.
Unfortunatley I recognized that the azure-portal-description of permission: "Device.ReadWrite.All" says that it allows all operations except create and delete. I was a little bit confused since I found nothing regarding to this in the docs.
Am I missing some point in the docs? Is there another permission I need to use to create a new device from an registered application using graph API?