Skip to content

Commit 4e52732

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update clean metadata file with 200623 [skip ci]
1 parent a2b61d7 commit 4e52732

4 files changed

Lines changed: 179 additions & 3 deletions

clean_v10_metadata/cleanMetadata.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14012,6 +14012,7 @@
1401214012
<EntityType Name="educationAssignmentResource" BaseType="graph.entity">
1401314013
<Property Name="distributeForStudentWork" Type="Edm.Boolean" />
1401414014
<Property Name="resource" Type="graph.educationResource" />
14015+
<NavigationProperty Name="dependentResources" Type="Collection(graph.educationAssignmentResource)" ContainsTarget="true" />
1401514016
</EntityType>
1401614017
<EntityType Name="educationAssignmentSettings" BaseType="graph.entity">
1401714018
<Property Name="submissionAnimationDisabled" Type="Edm.Boolean" />
@@ -14173,6 +14174,7 @@
1417314174
<EntityType Name="educationSubmissionResource" BaseType="graph.entity">
1417414175
<Property Name="assignmentResourceUrl" Type="Edm.String" />
1417514176
<Property Name="resource" Type="graph.educationResource" />
14177+
<NavigationProperty Name="dependentResources" Type="Collection(graph.educationSubmissionResource)" ContainsTarget="true" />
1417614178
</EntityType>
1417714179
<EntityType Name="educationUser" BaseType="graph.entity">
1417814180
<Property Name="accountEnabled" Type="Edm.Boolean" />

clean_v10_metadata/cleanMetadataWithDescriptionsAndAnnotationsAndErrorsv1.0.xml

Lines changed: 59 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12267,6 +12267,9 @@
1226712267
<Property Name="resource" Type="graph.educationResource">
1226812268
<Annotation Term="Org.OData.Core.V1.Description" String="Resource object that has been associated with this assignment." />
1226912269
</Property>
12270+
<NavigationProperty Name="dependentResources" Type="Collection(graph.educationAssignmentResource)" ContainsTarget="true">
12271+
<Annotation Term="Org.OData.Core.V1.Description" String="A collection of assignment resources that depend on the parent educationAssignmentResource." />
12272+
</NavigationProperty>
1227012273
</EntityType>
1227112274
<EntityType Name="educationAssignmentSettings" BaseType="graph.entity">
1227212275
<Property Name="submissionAnimationDisabled" Type="Edm.Boolean">
@@ -12605,11 +12608,14 @@
1260512608
</EntityType>
1260612609
<EntityType Name="educationSubmissionResource" BaseType="graph.entity">
1260712610
<Property Name="assignmentResourceUrl" Type="Edm.String">
12608-
<Annotation Term="Org.OData.Core.V1.Description" String="Pointer to the assignment from which the resource was copied, and if null, the student uploaded the resource." />
12611+
<Annotation Term="Org.OData.Core.V1.Description" String="Pointer to the assignment from which the resource was copied. If the value is null, the student uploaded the resource." />
1260912612
</Property>
1261012613
<Property Name="resource" Type="graph.educationResource">
1261112614
<Annotation Term="Org.OData.Core.V1.Description" String="Resource object." />
1261212615
</Property>
12616+
<NavigationProperty Name="dependentResources" Type="Collection(graph.educationSubmissionResource)" ContainsTarget="true">
12617+
<Annotation Term="Org.OData.Core.V1.Description" String="A collection of submission resources that depend on the parent educationSubmissionResource." />
12618+
</NavigationProperty>
1261312619
</EntityType>
1261412620
<EntityType Name="educationUser" BaseType="graph.entity">
1261512621
<Property Name="accountEnabled" Type="Edm.Boolean">
@@ -61262,6 +61268,22 @@
6126261268
</Record>
6126361269
</Annotation>
6126461270
</Annotations>
61271+
<Annotations Target="microsoft.graph.GraphService/education/classes/assignments/resources/dependentResources">
61272+
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
61273+
<Record>
61274+
<PropertyValue Property="Description" String="List dependentResources" />
61275+
<PropertyValue Property="LongDescription" String="List the dependent education assignment resources for a given education assignment resource." />
61276+
</Record>
61277+
</Annotation>
61278+
<Annotation Term="Org.OData.Core.V1.Links">
61279+
<Collection>
61280+
<Record>
61281+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/list" />
61282+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/educationassignmentresource-list-dependentresources?view=graph-rest-1.0" />
61283+
</Record>
61284+
</Collection>
61285+
</Annotation>
61286+
</Annotations>
6126561287
<Annotations Target="microsoft.graph.GraphService/education/classes/assignments/rubric">
6126661288
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
6126761289
<Record>
@@ -61393,6 +61415,10 @@
6139361415
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/create" />
6139461416
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0" />
6139561417
</Record>
61418+
<Record>
61419+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/list" />
61420+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0" />
61421+
</Record>
6139661422
<Record>
6139761423
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/delete" />
6139861424
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-1.0" />
@@ -61416,6 +61442,22 @@
6141661442
</Record>
6141761443
</Annotation>
6141861444
</Annotations>
61445+
<Annotations Target="microsoft.graph.GraphService/education/classes/assignments/submissions/resources/dependentResources">
61446+
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
61447+
<Record>
61448+
<PropertyValue Property="Description" String="List dependentResources" />
61449+
<PropertyValue Property="LongDescription" String="List the dependent education submission resources for a given education submission resource." />
61450+
</Record>
61451+
</Annotation>
61452+
<Annotation Term="Org.OData.Core.V1.Links">
61453+
<Collection>
61454+
<Record>
61455+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/list" />
61456+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/educationsubmissionresource-list-dependentresources?view=graph-rest-1.0" />
61457+
</Record>
61458+
</Collection>
61459+
</Annotation>
61460+
</Annotations>
6141961461
<Annotations Target="microsoft.graph.GraphService/education/classes/assignments/submissions/submittedResources">
6142061462
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
6142161463
<Record>
@@ -66372,6 +66414,22 @@
6637266414
</Collection>
6637366415
</Annotation>
6637466416
</Annotations>
66417+
<Annotations Target="microsoft.graph.GraphService/me/cloudPCs">
66418+
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
66419+
<Record>
66420+
<PropertyValue Property="Description" String="List cloudPCs for user" />
66421+
<PropertyValue Property="LongDescription" String="List the cloudPC devices that are attributed to the signed-in user." />
66422+
</Record>
66423+
</Annotation>
66424+
<Annotation Term="Org.OData.Core.V1.Links">
66425+
<Collection>
66426+
<Record>
66427+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/list" />
66428+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/user-list-cloudpcs?view=graph-rest-1.0" />
66429+
</Record>
66430+
</Collection>
66431+
</Annotation>
66432+
</Annotations>
6637566433
<Annotations Target="microsoft.graph.GraphService/me/contactFolders">
6637666434
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
6637766435
<Record>

clean_v10_metadata/cleanMetadataWithDescriptionsAndAnnotationsv1.0.xml

Lines changed: 59 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12267,6 +12267,9 @@
1226712267
<Property Name="resource" Type="graph.educationResource">
1226812268
<Annotation Term="Org.OData.Core.V1.Description" String="Resource object that has been associated with this assignment." />
1226912269
</Property>
12270+
<NavigationProperty Name="dependentResources" Type="Collection(graph.educationAssignmentResource)" ContainsTarget="true">
12271+
<Annotation Term="Org.OData.Core.V1.Description" String="A collection of assignment resources that depend on the parent educationAssignmentResource." />
12272+
</NavigationProperty>
1227012273
</EntityType>
1227112274
<EntityType Name="educationAssignmentSettings" BaseType="graph.entity">
1227212275
<Property Name="submissionAnimationDisabled" Type="Edm.Boolean">
@@ -12605,11 +12608,14 @@
1260512608
</EntityType>
1260612609
<EntityType Name="educationSubmissionResource" BaseType="graph.entity">
1260712610
<Property Name="assignmentResourceUrl" Type="Edm.String">
12608-
<Annotation Term="Org.OData.Core.V1.Description" String="Pointer to the assignment from which the resource was copied, and if null, the student uploaded the resource." />
12611+
<Annotation Term="Org.OData.Core.V1.Description" String="Pointer to the assignment from which the resource was copied. If the value is null, the student uploaded the resource." />
1260912612
</Property>
1261012613
<Property Name="resource" Type="graph.educationResource">
1261112614
<Annotation Term="Org.OData.Core.V1.Description" String="Resource object." />
1261212615
</Property>
12616+
<NavigationProperty Name="dependentResources" Type="Collection(graph.educationSubmissionResource)" ContainsTarget="true">
12617+
<Annotation Term="Org.OData.Core.V1.Description" String="A collection of submission resources that depend on the parent educationSubmissionResource." />
12618+
</NavigationProperty>
1261312619
</EntityType>
1261412620
<EntityType Name="educationUser" BaseType="graph.entity">
1261512621
<Property Name="accountEnabled" Type="Edm.Boolean">
@@ -61449,6 +61455,22 @@
6144961455
</Record>
6145061456
</Annotation>
6145161457
</Annotations>
61458+
<Annotations Target="microsoft.graph.GraphService/education/classes/assignments/resources/dependentResources">
61459+
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
61460+
<Record>
61461+
<PropertyValue Property="Description" String="List dependentResources" />
61462+
<PropertyValue Property="LongDescription" String="List the dependent education assignment resources for a given education assignment resource." />
61463+
</Record>
61464+
</Annotation>
61465+
<Annotation Term="Org.OData.Core.V1.Links">
61466+
<Collection>
61467+
<Record>
61468+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/list" />
61469+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/educationassignmentresource-list-dependentresources?view=graph-rest-1.0" />
61470+
</Record>
61471+
</Collection>
61472+
</Annotation>
61473+
</Annotations>
6145261474
<Annotations Target="microsoft.graph.GraphService/education/classes/assignments/rubric">
6145361475
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
6145461476
<Record>
@@ -61580,6 +61602,10 @@
6158061602
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/create" />
6158161603
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0" />
6158261604
</Record>
61605+
<Record>
61606+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/list" />
61607+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0" />
61608+
</Record>
6158361609
<Record>
6158461610
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/delete" />
6158561611
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-1.0" />
@@ -61603,6 +61629,22 @@
6160361629
</Record>
6160461630
</Annotation>
6160561631
</Annotations>
61632+
<Annotations Target="microsoft.graph.GraphService/education/classes/assignments/submissions/resources/dependentResources">
61633+
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
61634+
<Record>
61635+
<PropertyValue Property="Description" String="List dependentResources" />
61636+
<PropertyValue Property="LongDescription" String="List the dependent education submission resources for a given education submission resource." />
61637+
</Record>
61638+
</Annotation>
61639+
<Annotation Term="Org.OData.Core.V1.Links">
61640+
<Collection>
61641+
<Record>
61642+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/list" />
61643+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/educationsubmissionresource-list-dependentresources?view=graph-rest-1.0" />
61644+
</Record>
61645+
</Collection>
61646+
</Annotation>
61647+
</Annotations>
6160661648
<Annotations Target="microsoft.graph.GraphService/education/classes/assignments/submissions/submittedResources">
6160761649
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
6160861650
<Record>
@@ -66559,6 +66601,22 @@
6655966601
</Collection>
6656066602
</Annotation>
6656166603
</Annotations>
66604+
<Annotations Target="microsoft.graph.GraphService/me/cloudPCs">
66605+
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
66606+
<Record>
66607+
<PropertyValue Property="Description" String="List cloudPCs for user" />
66608+
<PropertyValue Property="LongDescription" String="List the cloudPC devices that are attributed to the signed-in user." />
66609+
</Record>
66610+
</Annotation>
66611+
<Annotation Term="Org.OData.Core.V1.Links">
66612+
<Collection>
66613+
<Record>
66614+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/list" />
66615+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/user-list-cloudpcs?view=graph-rest-1.0" />
66616+
</Record>
66617+
</Collection>
66618+
</Annotation>
66619+
</Annotations>
6656266620
<Annotations Target="microsoft.graph.GraphService/me/contactFolders">
6656366621
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
6656466622
<Record>

0 commit comments

Comments
 (0)