microsoftgraph / microsoftgraph/msgraph-metadata

Add annotations to enable generation of `PUT` and `PATCH` to the path `.../claimsPolicy`

Open
#660 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.