microsoftgraph / microsoftgraph/msgraph-metadata
Remove-MgContact calls endpoint with unsupported method
Nobody has claimed this yet.
- Dominant language
- XSLT
- Stars
- 166
- Forks
- 55
- Avg merge
- 16h 12m
- Merged PRs (30d)
- 14
Description
Remove-MgContact calls "DELETE /contacts/{orgContact-id}", however the MS Graph API can only do read-only operations on orgContacts: (https://learn.microsoft.com/en-us/graph/api/resources/orgcontact?view=graph-rest-1.0)
"Additionally, organizational contacts are either synchronized from on-premises directories or from Exchange Online, and are read-only in Microsoft Graph."
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 tracing the metadata entry for orgContact and how it produces the Remove-MgContact operation; no specific file or test is named in the issue. Done means the unsupported DELETE operation is no longer generated for organizational contacts, with the relevant generation checks passing.
Written by the indexing model from the issue text.
Assessment
- Domain
- api, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100