Skip to content

Commit 3fa8d04

Browse files
microsoft-graph-devx-bot[bot]Microsoft Graph DevX Tooling
andauthored
Update generated files with build 199349 (#241)
Co-authored-by: Microsoft Graph DevX Tooling <[email protected]>
1 parent ed43405 commit 3fa8d04

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

microsoft-graph.d.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
// Project: https://github.com/microsoftgraph/msgraph-beta-typescript-typings
22
// Definitions by: Microsoft Graph Team <https://github.com/microsoftgraph>
33
// Michael Mainer <https://github.com/MIchaelMainer>
4-
// Gavin Barron <https://github.com/gavinbarron>
5-
// Adrian Obando <https://github.com/adrian05-ms>
4+
// Peter Ombwa <https://github.com/peombwa>
5+
// Mustafa Zengin <https://github.com/zengin>
6+
// DeVere Dyett <https://github.com/ddyett>
7+
// Nikitha Udaykumar Chettiar <https://github.com/nikithauc>
68
// TypeScript Version: 2.1
79

810
export as namespace microsoftgraphbeta;
@@ -20876,6 +20878,7 @@ export interface EducationAssignmentResource extends Entity {
2087620878
distributeForStudentWork?: NullableOption<boolean>;
2087720879
// Resource object that is associated with this assignment.
2087820880
resource?: NullableOption<EducationResource>;
20881+
// A collection of assignment resources that depend on the parent educationAssignmentResource.
2087920882
dependentResources?: NullableOption<EducationAssignmentResource[]>;
2088020883
}
2088120884
export interface EducationAssignmentSettings extends Entity {
@@ -21174,6 +21177,7 @@ export interface EducationSubmissionResource extends Entity {
2117421177
assignmentResourceUrl?: NullableOption<string>;
2117521178
// Resource object.
2117621179
resource?: NullableOption<EducationResource>;
21180+
// A collection of submission resources that depend on the parent educationSubmissionResource.
2117721181
dependentResources?: NullableOption<EducationSubmissionResource[]>;
2117821182
}
2117921183
export interface EducationUser extends Entity {

0 commit comments

Comments
 (0)