Skip to content

Add support for retrieving multiple enum values from the UpdateMethod property of the UpdateRestrictions annotation #564

@irvinesunday

Description

@irvinesunday

We need to add support for retrieving multiple enum values from the UpdateMethod property value of UpdateRestrictions annotations.

example:

<Annotations Target="microsoft.graph.customClaimsPolicy/claims">
  <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
    <Record>
      <PropertyValue Property="UpdateMethod">
        <Collection>
          <EnumMember>Org.OData.Capabilities.V1.HttpMethod/PUT Org.OData.Capabilities.V1.HttpMethod/PATCH</EnumMember>
        </Collection>              
      </PropertyValue>
    </Record>
  </Annotation>
</Annotations>

Metadata

Metadata

Assignees

Labels

priority:p0Blocking issue/ loss of critical functions. An ICM may be filed to communicate urgency. SLA<=48hrstype:enhancementEnhancement request targeting an existing experience.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions