diff --git a/microsoft-graph.d.ts b/microsoft-graph.d.ts index cb92ec3..81be1c7 100644 --- a/microsoft-graph.d.ts +++ b/microsoft-graph.d.ts @@ -1,8 +1,10 @@ // Project: https://github.com/microsoftgraph/msgraph-beta-typescript-typings // Definitions by: Microsoft Graph Team // Michael Mainer -// Gavin Barron -// Adrian Obando +// Peter Ombwa +// Mustafa Zengin +// DeVere Dyett +// Nikitha Udaykumar Chettiar // TypeScript Version: 2.1 export as namespace microsoftgraphbeta; @@ -20876,6 +20878,7 @@ export interface EducationAssignmentResource extends Entity { distributeForStudentWork?: NullableOption; // Resource object that is associated with this assignment. resource?: NullableOption; + // A collection of assignment resources that depend on the parent educationAssignmentResource. dependentResources?: NullableOption; } export interface EducationAssignmentSettings extends Entity { @@ -21174,6 +21177,7 @@ export interface EducationSubmissionResource extends Entity { assignmentResourceUrl?: NullableOption; // Resource object. resource?: NullableOption; + // A collection of submission resources that depend on the parent educationSubmissionResource. dependentResources?: NullableOption; } export interface EducationUser extends Entity {