Skip to content

Commit 8cfded6

Browse files
committed
Schema sync 2025-04-22 from 1.3.733.0
1 parent 234dbf6 commit 8cfded6

9 files changed

Lines changed: 732 additions & 65 deletions

schemas/annotated-beta-Prod.csdl

Lines changed: 234 additions & 29 deletions
Large diffs are not rendered by default.

schemas/annotated-v1.0-Prod.csdl

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,15 @@
446446
<Member Name="federatedMultiFactor" Value="32768" />
447447
<Member Name="unknownFutureValue" Value="65536" />
448448
</EnumType>
449+
<EnumType Name="authenticationMethodPlatform">
450+
<Member Name="unknown" Value="0" />
451+
<Member Name="windows" Value="1" />
452+
<Member Name="macOS" Value="2" />
453+
<Member Name="iOS" Value="3" />
454+
<Member Name="android" Value="4" />
455+
<Member Name="linux" Value="5" />
456+
<Member Name="unknownFutureValue" Value="6" />
457+
</EnumType>
449458
<EnumType Name="authenticationMethodSignInState">
450459
<Member Name="notSupported" Value="0" />
451460
<Member Name="notAllowedByPolicy" Value="1" />
@@ -8082,6 +8091,16 @@
80828091
<NavigationProperty Name="attributes" Type="Collection(graph.identityUserFlowAttribute)" />
80838092
</ComplexType>
80848093
<ComplexType Name="onAttributeCollectionHandler" Abstract="true" />
8094+
<ComplexType Name="onAttributeCollectionStartCustomExtensionHandler" BaseType="graph.onAttributeCollectionStartHandler">
8095+
<Property Name="configuration" Type="graph.customExtensionOverwriteConfiguration" />
8096+
<NavigationProperty Name="customExtension" Type="graph.onAttributeCollectionStartCustomExtension" />
8097+
</ComplexType>
8098+
<ComplexType Name="onAttributeCollectionStartHandler" Abstract="true" />
8099+
<ComplexType Name="onAttributeCollectionSubmitCustomExtensionHandler" BaseType="graph.onAttributeCollectionSubmitHandler">
8100+
<Property Name="configuration" Type="graph.customExtensionOverwriteConfiguration" />
8101+
<NavigationProperty Name="customExtension" Type="graph.onAttributeCollectionSubmitCustomExtension" />
8102+
</ComplexType>
8103+
<ComplexType Name="onAttributeCollectionSubmitHandler" Abstract="true" />
80858104
<ComplexType Name="onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp" BaseType="graph.onAuthenticationMethodLoadStartHandler">
80868105
<NavigationProperty Name="identityProviders" Type="Collection(graph.identityProviderBase)" />
80878106
</ComplexType>
@@ -11058,7 +11077,9 @@
1105811077
<EntityType Name="attendanceRecord" BaseType="graph.entity">
1105911078
<Property Name="attendanceIntervals" Type="Collection(graph.attendanceInterval)" />
1106011079
<Property Name="emailAddress" Type="Edm.String" />
11080+
<Property Name="externalRegistrationInformation" Type="graph.virtualEventExternalRegistrationInformation" />
1106111081
<Property Name="identity" Type="graph.identity" />
11082+
<Property Name="registrationId" Type="Edm.String" />
1106211083
<Property Name="role" Type="Edm.String" />
1106311084
<Property Name="totalAttendanceInSeconds" Type="Edm.Int32" />
1106411085
</EntityType>
@@ -11100,6 +11121,7 @@
1110011121
<NavigationProperty Name="operations" Type="Collection(graph.longRunningOperation)" ContainsTarget="true" />
1110111122
<NavigationProperty Name="passwordMethods" Type="Collection(graph.passwordAuthenticationMethod)" ContainsTarget="true" />
1110211123
<NavigationProperty Name="phoneMethods" Type="Collection(graph.phoneAuthenticationMethod)" ContainsTarget="true" />
11124+
<NavigationProperty Name="platformCredentialMethods" Type="Collection(graph.platformCredentialAuthenticationMethod)" ContainsTarget="true" />
1110311125
<NavigationProperty Name="softwareOathMethods" Type="Collection(graph.softwareOathAuthenticationMethod)" ContainsTarget="true" />
1110411126
<NavigationProperty Name="temporaryAccessPassMethods" Type="Collection(graph.temporaryAccessPassAuthenticationMethod)" ContainsTarget="true" />
1110511127
<NavigationProperty Name="windowsHelloForBusinessMethods" Type="Collection(graph.windowsHelloForBusinessAuthenticationMethod)" ContainsTarget="true" />
@@ -12879,8 +12901,11 @@
1287912901
<NavigationProperty Name="users" Type="Collection(graph.educationUser)" />
1288012902
</EntityType>
1288112903
<EntityType Name="educationSubmission" BaseType="graph.entity">
12904+
<Property Name="assignmentId" Type="Edm.String" />
1288212905
<Property Name="excusedBy" Type="graph.identitySet" />
1288312906
<Property Name="excusedDateTime" Type="Edm.DateTimeOffset" />
12907+
<Property Name="lastModifiedBy" Type="graph.identitySet" />
12908+
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
1288412909
<Property Name="reassignedBy" Type="graph.identitySet" />
1288512910
<Property Name="reassignedDateTime" Type="Edm.DateTimeOffset" />
1288612911
<Property Name="recipient" Type="graph.educationSubmissionRecipient" />
@@ -13129,6 +13154,8 @@
1312913154
<EntityType Name="externalDomainName" BaseType="graph.entity" />
1313013155
<EntityType Name="externalUsersSelfServiceSignUpEventsFlow" BaseType="graph.authenticationEventsFlow">
1313113156
<Property Name="onAttributeCollection" Type="graph.onAttributeCollectionHandler" />
13157+
<Property Name="onAttributeCollectionStart" Type="graph.onAttributeCollectionStartHandler" />
13158+
<Property Name="onAttributeCollectionSubmit" Type="graph.onAttributeCollectionSubmitHandler" />
1313213159
<Property Name="onAuthenticationMethodLoadStart" Type="graph.onAuthenticationMethodLoadStartHandler" />
1313313160
<Property Name="onInteractiveAuthFlowStart" Type="graph.onInteractiveAuthFlowStartHandler" />
1313413161
<Property Name="onUserCreateStart" Type="graph.onUserCreateStartHandler" />
@@ -14248,6 +14275,7 @@
1424814275
</EntityType>
1424914276
<EntityType Name="mdmWindowsInformationProtectionPolicy" BaseType="graph.windowsInformationProtection" />
1425014277
<EntityType Name="meetingAttendanceReport" BaseType="graph.entity">
14278+
<Property Name="externalEventInformation" Type="Collection(graph.virtualEventExternalInformation)" />
1425114279
<Property Name="meetingEndDateTime" Type="Edm.DateTimeOffset" />
1425214280
<Property Name="meetingStartDateTime" Type="Edm.DateTimeOffset" />
1425314281
<Property Name="totalParticipantCount" Type="Edm.Int32" />
@@ -14483,6 +14511,14 @@
1448314511
<EntityType Name="onAttributeCollectionListener" BaseType="graph.authenticationEventListener">
1448414512
<Property Name="handler" Type="graph.onAttributeCollectionHandler" />
1448514513
</EntityType>
14514+
<EntityType Name="onAttributeCollectionStartCustomExtension" BaseType="graph.customAuthenticationExtension" />
14515+
<EntityType Name="onAttributeCollectionStartListener" BaseType="graph.authenticationEventListener">
14516+
<Property Name="handler" Type="graph.onAttributeCollectionStartHandler" />
14517+
</EntityType>
14518+
<EntityType Name="onAttributeCollectionSubmitCustomExtension" BaseType="graph.customAuthenticationExtension" />
14519+
<EntityType Name="onAttributeCollectionSubmitListener" BaseType="graph.authenticationEventListener">
14520+
<Property Name="handler" Type="graph.onAttributeCollectionSubmitHandler" />
14521+
</EntityType>
1448614522
<EntityType Name="onAuthenticationMethodLoadStartListener" BaseType="graph.authenticationEventListener">
1448714523
<Property Name="handler" Type="graph.onAuthenticationMethodLoadStartHandler" />
1448814524
</EntityType>
@@ -14916,6 +14952,13 @@
1491614952
<NavigationProperty Name="plans" Type="Collection(graph.plannerPlan)" />
1491714953
<NavigationProperty Name="tasks" Type="Collection(graph.plannerTask)" />
1491814954
</EntityType>
14955+
<EntityType Name="platformCredentialAuthenticationMethod" BaseType="graph.authenticationMethod">
14956+
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
14957+
<Property Name="displayName" Type="Edm.String" />
14958+
<Property Name="keyStrength" Type="graph.authenticationMethodKeyStrength" />
14959+
<Property Name="platform" Type="graph.authenticationMethodPlatform" />
14960+
<NavigationProperty Name="device" Type="graph.device" />
14961+
</EntityType>
1491914962
<EntityType Name="playPromptOperation" BaseType="graph.commsOperation" OpenType="true" />
1492014963
<EntityType Name="policyBase" BaseType="graph.directoryObject" Abstract="true">
1492114964
<Property Name="description" Type="Edm.String" />
@@ -23461,6 +23504,10 @@
2346123504
<Parameter Name="endDateTime" Type="Edm.DateTimeOffset" />
2346223505
<ReturnType Type="Collection(graph.archivedPrintJob)" />
2346323506
</Function>
23507+
<Function Name="getRecentlyModifiedSubmissions" IsBound="true">
23508+
<Parameter Name="bindingParameter" Type="graph.educationClass" />
23509+
<ReturnType Type="Collection(graph.educationSubmission)" />
23510+
</Function>
2346423511
<Function Name="getRecentNotebooks" IsBound="true">
2346523512
<Parameter Name="bindingParameter" Type="Collection(graph.notebook)" />
2346623513
<Parameter Name="includePersonalNotebooks" Type="Edm.Boolean" Nullable="false" />
@@ -26454,6 +26501,18 @@
2645426501
</Record>
2645526502
</Annotation>
2645626503
</Annotations>
26504+
<Annotations Target="microsoft.graph.authentication/platformCredentialMethods">
26505+
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
26506+
<Record>
26507+
<PropertyValue Property="Insertable" Bool="false" />
26508+
</Record>
26509+
</Annotation>
26510+
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
26511+
<Record>
26512+
<PropertyValue Property="Updatable" Bool="false" />
26513+
</Record>
26514+
</Annotation>
26515+
</Annotations>
2645726516
<Annotations Target="microsoft.graph.authentication/softwareOathMethods">
2645826517
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
2645926518
<Record>
@@ -30151,12 +30210,21 @@
3015130210
<Annotations Target="microsoft.graph.educationRubric/lastModifiedDateTime">
3015230211
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
3015330212
</Annotations>
30213+
<Annotations Target="microsoft.graph.educationSubmission/assignmentId">
30214+
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
30215+
</Annotations>
3015430216
<Annotations Target="microsoft.graph.educationSubmission/excusedBy">
3015530217
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
3015630218
</Annotations>
3015730219
<Annotations Target="microsoft.graph.educationSubmission/excusedDateTime">
3015830220
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
3015930221
</Annotations>
30222+
<Annotations Target="microsoft.graph.educationSubmission/lastModifiedBy">
30223+
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
30224+
</Annotations>
30225+
<Annotations Target="microsoft.graph.educationSubmission/lastModifiedDateTime">
30226+
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
30227+
</Annotations>
3016030228
<Annotations Target="microsoft.graph.educationSubmission/reassignedBy">
3016130229
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
3016230230
</Annotations>

schemas/beta-Fairfax.csdl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83745,10 +83745,10 @@
8374583745
<Property Name="stageNumber" Type="Edm.String" Nullable="false" />
8374683746
</EntityType>
8374783747
<EntityType Name="ediscoveryAddToReviewSetOperation" BaseType="microsoft.graph.security.caseOperation">
83748-
<Property Name="additionalDataOptions" Type="microsoft.graph.security.additionalDataOptions" Nullable="false" />
83749-
<Property Name="cloudAttachmentVersion" Type="microsoft.graph.security.cloudAttachmentVersion" Nullable="false" />
83750-
<Property Name="documentVersion" Type="microsoft.graph.security.documentVersion" Nullable="false" />
83751-
<Property Name="itemsToInclude" Type="microsoft.graph.security.itemsToInclude" Nullable="false" />
83748+
<Property Name="additionalDataOptions" Type="microsoft.graph.security.additionalDataOptions" />
83749+
<Property Name="cloudAttachmentVersion" Type="microsoft.graph.security.cloudAttachmentVersion" />
83750+
<Property Name="documentVersion" Type="microsoft.graph.security.documentVersion" />
83751+
<Property Name="itemsToInclude" Type="microsoft.graph.security.itemsToInclude" />
8375283752
<NavigationProperty Name="reviewSet" Type="microsoft.graph.security.ediscoveryReviewSet" />
8375383753
<NavigationProperty Name="search" Type="microsoft.graph.security.ediscoverySearch" />
8375483754
</EntityType>
@@ -83783,7 +83783,7 @@
8378383783
<Property Name="indexedItemsSize" Type="Edm.Int64" />
8378483784
<Property Name="mailboxCount" Type="Edm.Int32" />
8378583785
<Property Name="siteCount" Type="Edm.Int32" />
83786-
<Property Name="statisticsOptions" Type="microsoft.graph.security.statisticsOptions" Nullable="false" />
83786+
<Property Name="statisticsOptions" Type="microsoft.graph.security.statisticsOptions" />
8378783787
<Property Name="unindexedItemCount" Type="Edm.Int64" />
8378883788
<Property Name="unindexedItemsSize" Type="Edm.Int64" />
8378983789
<NavigationProperty Name="search" Type="microsoft.graph.security.ediscoverySearch" />
@@ -83838,10 +83838,10 @@
8383883838
</EntityType>
8383983839
<EntityType Name="ediscoverySearchExportOperation" BaseType="microsoft.graph.security.caseOperation">
8384083840
<Property Name="additionalOptions" Type="microsoft.graph.security.additionalOptions" />
83841-
<Property Name="cloudAttachmentVersion" Type="microsoft.graph.security.cloudAttachmentVersion" Nullable="false" />
83841+
<Property Name="cloudAttachmentVersion" Type="microsoft.graph.security.cloudAttachmentVersion" />
8384283842
<Property Name="description" Type="Edm.String" />
8384383843
<Property Name="displayName" Type="Edm.String" />
83844-
<Property Name="documentVersion" Type="microsoft.graph.security.documentVersion" Nullable="false" />
83844+
<Property Name="documentVersion" Type="microsoft.graph.security.documentVersion" />
8384583845
<Property Name="exportCriteria" Type="microsoft.graph.security.exportCriteria" />
8384683846
<Property Name="exportFileMetadata" Type="Collection(microsoft.graph.security.exportFileMetadata)" />
8384783847
<Property Name="exportFormat" Type="microsoft.graph.security.exportFormat" />

0 commit comments

Comments
 (0)