Skip to content

Commit

Permalink
Update input and output tests
Browse files Browse the repository at this point in the history
  • Loading branch information
irvinesunday committed Jun 10, 2024
1 parent fc69395 commit f6b60d8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
8 changes: 8 additions & 0 deletions transforms/csdl/preprocess_csdl_test_input.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,14 @@
<EntityType Name="identityContainer">
<NavigationProperty Name="authenticationEventsFlows" Type="Collection(graph.authenticationEventsFlow)" ContainsTarget="true" />
</EntityType>
<Annotations Target="microsoft.graph.GraphService/invitations">
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
<Record>
<PropertyValue Property="Description" String="Create invitation" />
<PropertyValue Property="LongDescription" String="Use this API to create a new invitation. Invitation adds an external user to the organization. When creating a new invitation, you have several options available:" />
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.directory/deletedItems">
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
<Record>
Expand Down
5 changes: 4 additions & 1 deletion transforms/csdl/preprocess_csdl_test_output.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type='text/xsl' href='preprocess_csdl.xsl'?>
<edmx:Edmx Version="4.0" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx">
<edmx:DataServices>
Expand Down Expand Up @@ -599,6 +599,9 @@
</Annotation>
</NavigationProperty>
</EntityType>
<Annotations Target="microsoft.graph.GraphService/invitations">
<Annotation Term="Org.OData.Capabilities.V1.IndexableByKey" Bool="false" />
</Annotations>
<Annotations Target="microsoft.graph.directory/deletedItems">
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
<Record>
Expand Down

0 comments on commit f6b60d8

Please sign in to comment.