File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 997997
998998 <xsl : template match =" edm:Schema[@Namespace='microsoft.graph']/edm:EntityType[@Name='event']/edm:NavigationProperty[@Name='exceptionOccurrences']" >
999999 <xsl : copy >
1000- <xsl : apply-templates select =" @* | node()" />
1001- <xsl : call-template name =" ReadRestrictionsTemplate" >
1002- <xsl : with-param name =" readable" >false</xsl : with-param >
1003- <xsl : with-param name =" readableByKey" >false</xsl : with-param >
1004- </xsl : call-template >
1005- <xsl : call-template name =" IndexableByKeyTemplate" >
1006- <xsl : with-param name =" indexableByKey" >false</xsl : with-param >
1007- </xsl : call-template >
1000+ <xsl : copy-of select =" @* | node()" />
1001+ <xsl : call-template name =" NavigationRestrictionsTemplate" >
1002+ <xsl : with-param name =" navigability" >None</xsl : with-param >
1003+ </xsl : call-template >
10081004 </xsl : copy >
10091005 </xsl : template >
10101006
Original file line number Diff line number Diff line change 5656 </EntityType >
5757 <EntityType Name =" event" BaseType =" graph.outlookItem" OpenType =" true" >
5858 <NavigationProperty Name =" exceptionOccurrences" Type =" Collection(graph.event)" ContainsTarget =" true" >
59- <Annotation Term =" Org.OData.Capabilities.V1.ReadRestrictions " >
59+ <Annotation Term =" Org.OData.Capabilities.V1.NavigationRestrictions " >
6060 <Record >
61- <PropertyValue Property =" Readable" Bool =" false" />
62- <PropertyValue Property =" ReadByKeyRestrictions" >
63- <Record >
64- <PropertyValue Property =" Readable" Bool =" false" />
65- </Record >
61+ <PropertyValue Property =" Navigability" >
62+ <EnumMember >Org.OData.Capabilities.V1.NavigationType/None</EnumMember >
6663 </PropertyValue >
6764 </Record >
6865 </Annotation >
69- <Annotation Term =" Org.OData.Capabilities.V1.IndexableByKey" Bool =" false" />
7066 </NavigationProperty >
7167 <NavigationProperty Name =" instances" Type =" Collection(graph.event)" ContainsTarget =" true" >
7268 <Annotation Term =" Org.OData.Capabilities.V1.NavigationRestrictions" >
You can’t perform that action at this time.
0 commit comments