microsoftgraph / microsoftgraph/msgraph-metadata
Add annotations to enable generation of `PUT` and `PATCH` to the path `.../claimsPolicy`
Open
Nobody has claimed this yet.
ToTriage
- Dominant language
- XSLT
- Stars
- 166
- Forks
- 55
- Avg merge
- 16h 12m
- Merged PRs (30d)
- 14
Description
The annotation that needs to be added:
<NavigationProperty Name="claimsPolicy" Type="graph.customClaimsPolicy" ContainsTarget="true">
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
<Record>
<PropertyValue Property="UpdateMethod">
<EnumMember>Org.OData.Capabilities.V1.HttpMethod/PATCH Org.OData.Capabilities.V1.HttpMethod/PUT </EnumMember>
</PropertyValue>
</Record>
</Annotation>
</NavigationProperty>
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
Locate the Microsoft Graph metadata entry for claimsPolicy and compare its NavigationProperty with the annotation shown in the issue. Add the UpdateRestrictions annotation and verify that metadata generation exposes PUT and PATCH for the .../claimsPolicy path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- xml
- Domain
- api, tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100