File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 478478 </Annotation >
479479 </xsl : copy >
480480 </xsl : template >
481+ <!-- Remove the appRoleAssignments entityset as it is not directly queriable from the root path -->
482+ <xsl : template match =" edm:Schema[@Namespace='microsoft.graph']/edm:EntityContainer[@Name='GraphService']/edm:EntitySet[@Name='appRoleAssignments']" />
481483 <xsl : template match =" edm:Schema[@Namespace='microsoft.graph.ediscovery']/edm:EntityType[@Name='case']/edm:NavigationProperty[@Name='operations']" >
482484 <xsl : copy >
483485 <xsl : copy-of select =" @* | node()" />
Original file line number Diff line number Diff line change 460460 <EntitySet Name =" groups" EntityType =" microsoft.graph.group" />
461461 <EntitySet Name =" servicePrincipals" EntityType =" microsoft.graph.servicePrincipal" />
462462 <EntitySet Name =" directoryObjects" EntityType =" microsoft.graph.directoryObject" />
463+ <EntitySet Name =" appRoleAssignments" EntityType =" microsoft.graph.directoryObject" />
463464 <EntitySet Name =" places" EntityType =" microsoft.graph.place" />
464465 </EntityContainer >
465466 <Function Name =" delta" IsBound =" true" >
You can’t perform that action at this time.
0 commit comments