microsoftgraph / microsoftgraph/msgraph-metadata
Deletability should be removed on `users/managedDevices` navigation property
Nobody has claimed this yet.
- Dominant language
- XSLT
- Stars
- 166
- Forks
- 55
- Avg merge
- 16h 12m
- Merged PRs (30d)
- 14
Description
As mentioned in https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/1831, calls to DELETE /users/{user-id}/managedDevices/{managedDevice-id} currently fail with No OData route exists that match template ~/entityset/key/navigation/key with http verb DELETE for request.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the metadata entry for the users/managedDevices navigation property and compare its DELETE capability with the failing endpoint described in the issue. Use the referenced msgraph-sdk-powershell issue for context, then verify that the metadata no longer marks this navigation as deletable and that the DELETE route behavior is corrected.
Written by the indexing model from the issue text.
Assessment
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100