Skip to content

Commit

Permalink
Update Beta integration file and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
irvinesunday committed Feb 9, 2022
1 parent d2b3686 commit 808e768
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void GetPathsForGraphBetaModelReturnsAllPaths()

// Assert
Assert.NotNull(paths);
Assert.Equal(28227, paths.Count());
Assert.Equal(26436, paths.Count());
}

[Fact]
Expand All @@ -67,7 +67,7 @@ public void GetPathsForGraphBetaModelWithDerivedTypesConstraintReturnsAllPaths()

// Assert
Assert.NotNull(paths);
Assert.Equal(28193, paths.Count());
Assert.Equal(26394, paths.Count());
}

[Fact]
Expand Down
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='.\transforms\csdl\preprocess_csdl.xsl'?>
<edmx:Edmx Version="4.0" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx">
<edmx:DataServices>
Expand Down Expand Up @@ -7799,7 +7799,7 @@
<Property Name="uid" Type="Edm.String" />
<Property Name="webLink" Type="Edm.String" />
<NavigationProperty Name="attachments" Type="Collection(graph.attachment)" ContainsTarget="true" />
<NavigationProperty Name="calendar" Type="graph.calendar" ContainsTarget="true" />
<NavigationProperty Name="calendar" Type="graph.calendar" />
<NavigationProperty Name="exceptionOccurrences" Type="Collection(graph.event)" ContainsTarget="true" />
<NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true" />
<NavigationProperty Name="instances" Type="Collection(graph.event)" ContainsTarget="true" />
Expand Down Expand Up @@ -8120,11 +8120,11 @@
<NavigationProperty Name="drive" Type="graph.drive" />
<NavigationProperty Name="drives" Type="Collection(graph.drive)" />
<NavigationProperty Name="externalColumns" Type="Collection(graph.columnDefinition)" />
<NavigationProperty Name="items" Type="Collection(graph.baseItem)" ContainsTarget="true" />
<NavigationProperty Name="items" Type="Collection(graph.baseItem)" />
<NavigationProperty Name="lists" Type="Collection(graph.list)" ContainsTarget="true" />
<NavigationProperty Name="pages" Type="Collection(graph.sitePage)" ContainsTarget="true" />
<NavigationProperty Name="permissions" Type="Collection(graph.permission)" ContainsTarget="true" />
<NavigationProperty Name="sites" Type="Collection(graph.site)" ContainsTarget="true" />
<NavigationProperty Name="sites" Type="Collection(graph.site)" />
<NavigationProperty Name="termStore" Type="microsoft.graph.termStore.store" ContainsTarget="true" />
<NavigationProperty Name="onenote" Type="graph.onenote" ContainsTarget="true" />
</EntityType>
Expand Down Expand Up @@ -13878,7 +13878,7 @@
<Property Name="actor" Type="graph.identitySet" />
<Property Name="times" Type="graph.itemActivityTimeSet" />
<NavigationProperty Name="driveItem" Type="graph.driveItem" />
<NavigationProperty Name="listItem" Type="graph.listItem" ContainsTarget="true" />
<NavigationProperty Name="listItem" Type="graph.listItem" />
</EntityType>
<EntityType Name="driveItem" BaseType="graph.baseItem" OpenType="true">
<Property Name="audio" Type="graph.audio" />
Expand Down Expand Up @@ -13908,9 +13908,9 @@
<Property Name="video" Type="graph.video" />
<Property Name="webDavUrl" Type="Edm.String" />
<NavigationProperty Name="workbook" Type="graph.workbook" ContainsTarget="true" />
<NavigationProperty Name="activities" Type="Collection(graph.itemActivityOLD)" ContainsTarget="true" />
<NavigationProperty Name="activities" Type="Collection(graph.itemActivityOLD)" />
<NavigationProperty Name="analytics" Type="graph.itemAnalytics" />
<NavigationProperty Name="children" Type="Collection(graph.driveItem)" ContainsTarget="true" />
<NavigationProperty Name="children" Type="Collection(graph.driveItem)" />
<NavigationProperty Name="listItem" Type="graph.listItem" ContainsTarget="true" />
<NavigationProperty Name="permissions" Type="Collection(graph.permission)" ContainsTarget="true" />
<NavigationProperty Name="subscriptions" Type="Collection(graph.subscription)" ContainsTarget="true" />
Expand Down Expand Up @@ -15724,7 +15724,7 @@
<Property Name="requestApprovalSettings" Type="graph.approvalSettings" />
<Property Name="requestorSettings" Type="graph.requestorSettings" />
<NavigationProperty Name="accessPackage" Type="graph.accessPackage" />
<NavigationProperty Name="accessPackageCatalog" Type="graph.accessPackageCatalog" ContainsTarget="true" />
<NavigationProperty Name="accessPackageCatalog" Type="graph.accessPackageCatalog" />
</EntityType>
<EntityType Name="accessPackageAssignmentRequest" BaseType="graph.entity">
<Property Name="answers" Type="Collection(graph.accessPackageAnswer)" />
Expand All @@ -15738,14 +15738,14 @@
<Property Name="requestType" Type="Edm.String" />
<Property Name="schedule" Type="graph.requestSchedule" />
<NavigationProperty Name="accessPackage" Type="graph.accessPackage" />
<NavigationProperty Name="accessPackageAssignment" Type="graph.accessPackageAssignment" ContainsTarget="true" />
<NavigationProperty Name="accessPackageAssignment" Type="graph.accessPackageAssignment" />
<NavigationProperty Name="requestor" Type="graph.accessPackageSubject" ContainsTarget="true" />
</EntityType>
<EntityType Name="accessPackageAssignmentResourceRole" BaseType="graph.entity">
<Property Name="originId" Type="Edm.String" />
<Property Name="originSystem" Type="Edm.String" />
<Property Name="status" Type="Edm.String" />
<NavigationProperty Name="accessPackageAssignments" Type="Collection(graph.accessPackageAssignment)" ContainsTarget="true" />
<NavigationProperty Name="accessPackageAssignments" Type="Collection(graph.accessPackageAssignment)" />
<NavigationProperty Name="accessPackageResourceRole" Type="graph.accessPackageResourceRole" ContainsTarget="true" />
<NavigationProperty Name="accessPackageResourceScope" Type="graph.accessPackageResourceScope" ContainsTarget="true" />
<NavigationProperty Name="accessPackageSubject" Type="graph.accessPackageSubject" ContainsTarget="true" />
Expand Down Expand Up @@ -25182,8 +25182,8 @@
<Property Name="sectionGroupsUrl" Type="Edm.String" />
<Property Name="sectionsUrl" Type="Edm.String" />
<NavigationProperty Name="parentNotebook" Type="graph.notebook" />
<NavigationProperty Name="parentSectionGroup" Type="graph.sectionGroup" ContainsTarget="true" />
<NavigationProperty Name="sectionGroups" Type="Collection(graph.sectionGroup)" ContainsTarget="true" />
<NavigationProperty Name="parentSectionGroup" Type="graph.sectionGroup" />
<NavigationProperty Name="sectionGroups" Type="Collection(graph.sectionGroup)" />
<NavigationProperty Name="sections" Type="Collection(graph.onenoteSection)" ContainsTarget="true" />
</EntityType>
<EntityType Name="onenoteSection" BaseType="graph.onenoteEntityHierarchyModel">
Expand All @@ -25192,7 +25192,7 @@
<Property Name="pagesUrl" Type="Edm.String" />
<NavigationProperty Name="pages" Type="Collection(graph.onenotePage)" ContainsTarget="true" />
<NavigationProperty Name="parentNotebook" Type="graph.notebook" />
<NavigationProperty Name="parentSectionGroup" Type="graph.sectionGroup" ContainsTarget="true" />
<NavigationProperty Name="parentSectionGroup" Type="graph.sectionGroup" />
</EntityType>
<EntityType Name="operation" BaseType="graph.entity">
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
Expand All @@ -25216,7 +25216,7 @@
<Property Name="title" Type="Edm.String" />
<Property Name="userTags" Type="Collection(Edm.String)" />
<NavigationProperty Name="parentNotebook" Type="graph.notebook" />
<NavigationProperty Name="parentSection" Type="graph.onenoteSection" ContainsTarget="true" />
<NavigationProperty Name="parentSection" Type="graph.onenoteSection" />
</EntityType>
<EntityType Name="onenoteResource" BaseType="graph.onenoteEntityBaseModel">
<Property Name="content" Type="Edm.Stream" />
Expand Down Expand Up @@ -25511,7 +25511,7 @@
<Property Name="registeredRoot" Type="Edm.String" />
<Property Name="status" Type="Edm.String" />
<Property Name="type" Type="Edm.String" />
<NavigationProperty Name="parent" Type="graph.governanceResource" ContainsTarget="true" />
<NavigationProperty Name="parent" Type="graph.governanceResource" />
<NavigationProperty Name="roleAssignmentRequests" Type="Collection(graph.governanceRoleAssignmentRequest)" ContainsTarget="true" />
<NavigationProperty Name="roleAssignments" Type="Collection(graph.governanceRoleAssignment)" ContainsTarget="true" />
<NavigationProperty Name="roleDefinitions" Type="Collection(graph.governanceRoleDefinition)" ContainsTarget="true" />
Expand All @@ -25528,7 +25528,7 @@
<Property Name="status" Type="graph.governanceRoleAssignmentRequestStatus" />
<Property Name="subjectId" Type="Edm.String" />
<Property Name="type" Type="Edm.String" Nullable="false" />
<NavigationProperty Name="resource" Type="graph.governanceResource" ContainsTarget="true" />
<NavigationProperty Name="resource" Type="graph.governanceResource" />
<NavigationProperty Name="roleDefinition" Type="graph.governanceRoleDefinition" ContainsTarget="true" />
<NavigationProperty Name="subject" Type="graph.governanceSubject" ContainsTarget="true" />
</EntityType>
Expand All @@ -25544,7 +25544,7 @@
<Property Name="status" Type="Edm.String" Nullable="false" />
<Property Name="subjectId" Type="Edm.String" />
<NavigationProperty Name="linkedEligibleRoleAssignment" Type="graph.governanceRoleAssignment" />
<NavigationProperty Name="resource" Type="graph.governanceResource" ContainsTarget="true" />
<NavigationProperty Name="resource" Type="graph.governanceResource" />
<NavigationProperty Name="roleDefinition" Type="graph.governanceRoleDefinition" ContainsTarget="true" />
<NavigationProperty Name="subject" Type="graph.governanceSubject" ContainsTarget="true" />
</EntityType>
Expand All @@ -25553,8 +25553,8 @@
<Property Name="externalId" Type="Edm.String" />
<Property Name="resourceId" Type="Edm.String" />
<Property Name="templateId" Type="Edm.String" />
<NavigationProperty Name="resource" Type="graph.governanceResource" ContainsTarget="true" />
<NavigationProperty Name="roleSetting" Type="graph.governanceRoleSetting" ContainsTarget="true" />
<NavigationProperty Name="resource" Type="graph.governanceResource" />
<NavigationProperty Name="roleSetting" Type="graph.governanceRoleSetting" />
</EntityType>
<EntityType Name="governanceRoleSetting" BaseType="graph.entity">
<Property Name="adminEligibleSettings" Type="Collection(graph.governanceRuleSetting)" />
Expand All @@ -25566,7 +25566,7 @@
<Property Name="roleDefinitionId" Type="Edm.String" />
<Property Name="userEligibleSettings" Type="Collection(graph.governanceRuleSetting)" />
<Property Name="userMemberSettings" Type="Collection(graph.governanceRuleSetting)" />
<NavigationProperty Name="resource" Type="graph.governanceResource" ContainsTarget="true" />
<NavigationProperty Name="resource" Type="graph.governanceResource" />
<NavigationProperty Name="roleDefinition" Type="graph.governanceRoleDefinition" ContainsTarget="true" />
</EntityType>
<EntityType Name="governanceSubject" BaseType="graph.entity">
Expand Down Expand Up @@ -71196,7 +71196,7 @@
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.application/createdOnBehalfOf">
<Annotations Target="microsoft.graph.application/createdOnBehalfOf">
<Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
<Record>
<PropertyValue Property="Referenceable" Bool="true" />
Expand Down

0 comments on commit 808e768

Please sign in to comment.