|
12267 | 12267 | <Property Name="resource" Type="graph.educationResource"> |
12268 | 12268 | <Annotation Term="Org.OData.Core.V1.Description" String="Resource object that has been associated with this assignment." /> |
12269 | 12269 | </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> |
12270 | 12273 | </EntityType> |
12271 | 12274 | <EntityType Name="educationAssignmentSettings" BaseType="graph.entity"> |
12272 | 12275 | <Property Name="submissionAnimationDisabled" Type="Edm.Boolean"> |
@@ -12605,11 +12608,14 @@ |
12605 | 12608 | </EntityType> |
12606 | 12609 | <EntityType Name="educationSubmissionResource" BaseType="graph.entity"> |
12607 | 12610 | <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." /> |
12609 | 12612 | </Property> |
12610 | 12613 | <Property Name="resource" Type="graph.educationResource"> |
12611 | 12614 | <Annotation Term="Org.OData.Core.V1.Description" String="Resource object." /> |
12612 | 12615 | </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> |
12613 | 12619 | </EntityType> |
12614 | 12620 | <EntityType Name="educationUser" BaseType="graph.entity"> |
12615 | 12621 | <Property Name="accountEnabled" Type="Edm.Boolean"> |
|
61262 | 61268 | </Record> |
61263 | 61269 | </Annotation> |
61264 | 61270 | </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> |
61265 | 61287 | <Annotations Target="microsoft.graph.GraphService/education/classes/assignments/rubric"> |
61266 | 61288 | <Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"> |
61267 | 61289 | <Record> |
|
61393 | 61415 | <PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/create" /> |
61394 | 61416 | <PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0" /> |
61395 | 61417 | </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> |
61396 | 61422 | <Record> |
61397 | 61423 | <PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/delete" /> |
61398 | 61424 | <PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-1.0" /> |
|
61416 | 61442 | </Record> |
61417 | 61443 | </Annotation> |
61418 | 61444 | </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> |
61419 | 61461 | <Annotations Target="microsoft.graph.GraphService/education/classes/assignments/submissions/submittedResources"> |
61420 | 61462 | <Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"> |
61421 | 61463 | <Record> |
|
66372 | 66414 | </Collection> |
66373 | 66415 | </Annotation> |
66374 | 66416 | </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> |
66375 | 66433 | <Annotations Target="microsoft.graph.GraphService/me/contactFolders"> |
66376 | 66434 | <Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"> |
66377 | 66435 | <Record> |
|
0 commit comments