Open irvinesunday opened 3 months ago
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>
This can now be closed as the annotation was added recently @irvinesunday https://github.com/microsoftgraph/msgraph-metadata/pull/662
The annotation that needs to be added: