Skip to content

Commit 744865d

Browse files
committed
Schema sync 2026-01-27 from 1.4.385.0
1 parent f4daac2 commit 744865d

File tree

11 files changed

+900
-44
lines changed

11 files changed

+900
-44
lines changed

schemas/beta-Bleu.csdl

Lines changed: 348 additions & 0 deletions
Large diffs are not rendered by default.

schemas/beta-Fairfax.csdl

Lines changed: 292 additions & 1 deletion
Large diffs are not rendered by default.

schemas/beta-Mooncake.csdl

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3511,6 +3511,25 @@
35113511
<Member Name="promptForCredentialsOnTheSecureDesktop" Value="2" />
35123512
<Member Name="promptForCredentials" Value="3" />
35133513
</EnumType>
3514+
<EnumType Name="locationType">
3515+
<Member Name="default" Value="0" />
3516+
<Member Name="conferenceRoom" Value="1" />
3517+
<Member Name="homeAddress" Value="2" />
3518+
<Member Name="businessAddress" Value="3" />
3519+
<Member Name="geoCoordinates" Value="4" />
3520+
<Member Name="streetAddress" Value="5" />
3521+
<Member Name="hotel" Value="6" />
3522+
<Member Name="restaurant" Value="7" />
3523+
<Member Name="localBusiness" Value="8" />
3524+
<Member Name="postalAddress" Value="9" />
3525+
</EnumType>
3526+
<EnumType Name="locationUniqueIdType">
3527+
<Member Name="unknown" Value="0" />
3528+
<Member Name="locationStore" Value="1" />
3529+
<Member Name="directory" Value="2" />
3530+
<Member Name="private" Value="3" />
3531+
<Member Name="bing" Value="4" />
3532+
</EnumType>
35143533
<EnumType Name="longRunningOperationStatus">
35153534
<Member Name="notStarted" Value="0" />
35163535
<Member Name="running" Value="1" />
@@ -5894,6 +5913,7 @@
58945913
<Member Name="fido2SecurityKey" Value="25" />
58955914
<Member Name="oneTimePasscode" Value="26" />
58965915
<Member Name="passKeySynced" Value="27" />
5916+
<Member Name="qrCode" Value="28" />
58975917
</EnumType>
58985918
<EnumType Name="userAction">
58995919
<Member Name="registerSecurityInformation" Value="0" />
@@ -10220,7 +10240,10 @@
1022010240
<Property Name="coordinates" Type="graph.outlookGeoCoordinates" />
1022110241
<Property Name="displayName" Type="Edm.String" />
1022210242
<Property Name="locationEmailAddress" Type="Edm.String" />
10243+
<Property Name="locationType" Type="graph.locationType" />
1022310244
<Property Name="locationUri" Type="Edm.String" />
10245+
<Property Name="uniqueId" Type="Edm.String" />
10246+
<Property Name="uniqueIdType" Type="graph.locationUniqueIdType" />
1022410247
</ComplexType>
1022510248
<ComplexType Name="locationConstraint">
1022610249
<Property Name="isRequired" Type="Edm.Boolean" />

schemas/beta-Prod.csdl

Lines changed: 179 additions & 8 deletions
Large diffs are not rendered by default.

schemas/beta-USNat.csdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2413,6 +2413,7 @@
24132413
<Member Name="fido2SecurityKey" Value="25" />
24142414
<Member Name="oneTimePasscode" Value="26" />
24152415
<Member Name="passKeySynced" Value="27" />
2416+
<Member Name="qrCode" Value="28" />
24162417
</EnumType>
24172418
<EnumType Name="usageRights" IsFlags="true">
24182419
<Member Name="unknown" Value="1" />

schemas/beta-USSec.csdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2435,6 +2435,7 @@
24352435
<Member Name="fido2SecurityKey" Value="25" />
24362436
<Member Name="oneTimePasscode" Value="26" />
24372437
<Member Name="passKeySynced" Value="27" />
2438+
<Member Name="qrCode" Value="28" />
24382439
</EnumType>
24392440
<EnumType Name="usageRights" IsFlags="true">
24402441
<Member Name="unknown" Value="1" />

schemas/v1.0-Fairfax.csdl

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9230,7 +9230,9 @@
92309230
<Property Name="authenticationEventsFlowId" Type="Edm.String" />
92319231
<Property Name="conditions" Type="graph.authenticationConditions" />
92329232
</EntityType>
9233-
<EntityType Name="authenticationMethod" BaseType="graph.entity" Abstract="true" />
9233+
<EntityType Name="authenticationMethod" BaseType="graph.entity" Abstract="true">
9234+
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
9235+
</EntityType>
92349236
<EntityType Name="authenticationMethodConfiguration" BaseType="graph.entity" Abstract="true">
92359237
<Property Name="excludeTargets" Type="Collection(graph.excludeTarget)" />
92369238
<Property Name="state" Type="graph.authenticationMethodState" />
@@ -10332,6 +10334,7 @@
1033210334
<NavigationProperty Name="userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric" Type="graph.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric" ContainsTarget="true" />
1033310335
<NavigationProperty Name="userExperienceAnalyticsWorkFromAnywhereMetrics" Type="Collection(graph.userExperienceAnalyticsWorkFromAnywhereMetric)" ContainsTarget="true" />
1033410336
<NavigationProperty Name="userExperienceAnalyticsWorkFromAnywhereModelPerformance" Type="Collection(graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance)" ContainsTarget="true" />
10337+
<NavigationProperty Name="virtualEndpoint" Type="graph.virtualEndpoint" ContainsTarget="true" />
1033510338
<NavigationProperty Name="windowsAutopilotDeviceIdentities" Type="Collection(graph.windowsAutopilotDeviceIdentity)" ContainsTarget="true" />
1033610339
<NavigationProperty Name="windowsInformationProtectionAppLearningSummaries" Type="Collection(graph.windowsInformationProtectionAppLearningSummary)" ContainsTarget="true" />
1033710340
<NavigationProperty Name="windowsInformationProtectionNetworkLearningSummaries" Type="Collection(graph.windowsInformationProtectionNetworkLearningSummary)" ContainsTarget="true" />
@@ -10745,7 +10748,6 @@
1074510748
<Property Name="aaGuid" Type="Edm.String" />
1074610749
<Property Name="attestationCertificates" Type="Collection(Edm.String)" />
1074710750
<Property Name="attestationLevel" Type="graph.attestationLevel" />
10748-
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
1074910751
<Property Name="displayName" Type="Edm.String" />
1075010752
<Property Name="model" Type="Edm.String" />
1075110753
</EntityType>
@@ -11749,7 +11751,6 @@
1174911751
<Property Name="userId" Type="Edm.String" />
1175011752
</EntityType>
1175111753
<EntityType Name="microsoftAuthenticatorAuthenticationMethod" BaseType="graph.authenticationMethod">
11752-
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
1175311754
<Property Name="deviceTag" Type="Edm.String" />
1175411755
<Property Name="displayName" Type="Edm.String" />
1175511756
<Property Name="phoneAppVersion" Type="Edm.String" />
@@ -12034,7 +12035,6 @@
1203412035
<Property Name="recordingInfo" Type="graph.recordingInfo" />
1203512036
</EntityType>
1203612037
<EntityType Name="passwordAuthenticationMethod" BaseType="graph.authenticationMethod">
12037-
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
1203812038
<Property Name="password" Type="Edm.String" />
1203912039
</EntityType>
1204012040
<EntityType Name="peopleAdminSettings" BaseType="graph.entity">
@@ -12183,7 +12183,6 @@
1218312183
<NavigationProperty Name="tasks" Type="Collection(graph.plannerTask)" />
1218412184
</EntityType>
1218512185
<EntityType Name="platformCredentialAuthenticationMethod" BaseType="graph.authenticationMethod">
12186-
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
1218712186
<Property Name="displayName" Type="Edm.String" />
1218812187
<Property Name="keyStrength" Type="graph.authenticationMethodKeyStrength" />
1218912188
<Property Name="platform" Type="graph.authenticationMethodPlatform" />
@@ -13263,7 +13262,6 @@
1326313262
<Property Name="userId" Type="Edm.String" />
1326413263
</EntityType>
1326513264
<EntityType Name="temporaryAccessPassAuthenticationMethod" BaseType="graph.authenticationMethod">
13266-
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
1326713265
<Property Name="isUsable" Type="Edm.Boolean" />
1326813266
<Property Name="isUsableOnce" Type="Edm.Boolean" />
1326913267
<Property Name="lifetimeInMinutes" Type="Edm.Int32" />
@@ -13965,6 +13963,7 @@
1396513963
<Property Name="emphasis" Type="graph.sectionEmphasisType" />
1396613964
<NavigationProperty Name="webparts" Type="Collection(graph.webPart)" ContainsTarget="true" />
1396713965
</EntityType>
13966+
<EntityType Name="virtualEndpoint" BaseType="graph.entity" />
1396813967
<EntityType Name="voiceAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration">
1396913968
<Property Name="isOfficePhoneAllowed" Type="Edm.Boolean" />
1397013969
<NavigationProperty Name="includeTargets" Type="Collection(graph.authenticationMethodTarget)" ContainsTarget="true" />
@@ -14433,7 +14432,6 @@
1443314432
<Property Name="threatState" Type="graph.windowsMalwareThreatState" />
1443414433
</EntityType>
1443514434
<EntityType Name="windowsHelloForBusinessAuthenticationMethod" BaseType="graph.authenticationMethod">
14436-
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
1443714435
<Property Name="displayName" Type="Edm.String" />
1443814436
<Property Name="keyStrength" Type="graph.authenticationMethodKeyStrength" />
1443914437
<NavigationProperty Name="device" Type="graph.device" />
@@ -37939,7 +37937,9 @@
3793937937
<NavigationProperty Name="dataSource" Type="microsoft.graph.security.dataSource" ContainsTarget="true" />
3794037938
<NavigationProperty Name="lastIndexOperation" Type="microsoft.graph.security.ediscoveryIndexOperation" />
3794137939
</EntityType>
37942-
<EntityType Name="ediscoveryPurgeDataOperation" BaseType="microsoft.graph.security.caseOperation" />
37940+
<EntityType Name="ediscoveryPurgeDataOperation" BaseType="microsoft.graph.security.caseOperation">
37941+
<Property Name="reportFileMetadata" Type="Collection(microsoft.graph.security.reportFileMetadata)" />
37942+
</EntityType>
3794337943
<EntityType Name="ediscoveryReviewSet" BaseType="microsoft.graph.security.dataSet">
3794437944
<NavigationProperty Name="queries" Type="Collection(microsoft.graph.security.ediscoveryReviewSetQuery)" ContainsTarget="true" />
3794537945
</EntityType>

schemas/v1.0-Mooncake.csdl

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,6 +1264,25 @@
12641264
<Member Name="invited" Value="5" />
12651265
<Member Name="organizationExcludingGuests" Value="6" />
12661266
</EnumType>
1267+
<EnumType Name="locationType">
1268+
<Member Name="default" Value="0" />
1269+
<Member Name="conferenceRoom" Value="1" />
1270+
<Member Name="homeAddress" Value="2" />
1271+
<Member Name="businessAddress" Value="3" />
1272+
<Member Name="geoCoordinates" Value="4" />
1273+
<Member Name="streetAddress" Value="5" />
1274+
<Member Name="hotel" Value="6" />
1275+
<Member Name="restaurant" Value="7" />
1276+
<Member Name="localBusiness" Value="8" />
1277+
<Member Name="postalAddress" Value="9" />
1278+
</EnumType>
1279+
<EnumType Name="locationUniqueIdType">
1280+
<Member Name="unknown" Value="0" />
1281+
<Member Name="locationStore" Value="1" />
1282+
<Member Name="directory" Value="2" />
1283+
<Member Name="private" Value="3" />
1284+
<Member Name="bing" Value="4" />
1285+
</EnumType>
12671286
<EnumType Name="longRunningOperationStatus">
12681287
<Member Name="notStarted" Value="0" />
12691288
<Member Name="running" Value="1" />
@@ -4410,7 +4429,13 @@
44104429
</ComplexType>
44114430
<ComplexType Name="location">
44124431
<Property Name="address" Type="graph.physicalAddress" />
4432+
<Property Name="coordinates" Type="graph.outlookGeoCoordinates" />
44134433
<Property Name="displayName" Type="Edm.String" />
4434+
<Property Name="locationEmailAddress" Type="Edm.String" />
4435+
<Property Name="locationType" Type="graph.locationType" />
4436+
<Property Name="locationUri" Type="Edm.String" />
4437+
<Property Name="uniqueId" Type="Edm.String" />
4438+
<Property Name="uniqueIdType" Type="graph.locationUniqueIdType" />
44144439
</ComplexType>
44154440
<ComplexType Name="logicAppTriggerEndpointConfiguration" BaseType="graph.customExtensionEndpointConfiguration">
44164441
<Property Name="logicAppWorkflowName" Type="Edm.String" />
@@ -6736,7 +6761,9 @@
67366761
<Property Name="displayName" Type="Edm.String" />
67376762
<Property Name="selfServiceSignUp" Type="graph.selfServiceSignUpAuthenticationFlowConfiguration" />
67386763
</EntityType>
6739-
<EntityType Name="authenticationMethod" BaseType="graph.entity" Abstract="true" />
6764+
<EntityType Name="authenticationMethod" BaseType="graph.entity" Abstract="true">
6765+
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
6766+
</EntityType>
67406767
<EntityType Name="authenticationMethodConfiguration" BaseType="graph.entity" Abstract="true">
67416768
<Property Name="excludeTargets" Type="Collection(graph.excludeTarget)" />
67426769
<Property Name="state" Type="graph.authenticationMethodState" />
@@ -8991,7 +9018,6 @@
89919018
<Property Name="userId" Type="Edm.String" />
89929019
</EntityType>
89939020
<EntityType Name="microsoftAuthenticatorAuthenticationMethod" BaseType="graph.authenticationMethod">
8994-
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
89959021
<Property Name="deviceTag" Type="Edm.String" />
89969022
<Property Name="displayName" Type="Edm.String" />
89979023
<Property Name="phoneAppVersion" Type="Edm.String" />
@@ -9269,7 +9295,6 @@
92699295
<Property Name="phone" Type="Edm.String" />
92709296
</EntityType>
92719297
<EntityType Name="platformCredentialAuthenticationMethod" BaseType="graph.authenticationMethod">
9272-
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
92739298
<Property Name="displayName" Type="Edm.String" />
92749299
<Property Name="keyStrength" Type="graph.authenticationMethodKeyStrength" />
92759300
<Property Name="platform" Type="graph.authenticationMethodPlatform" />

schemas/v1.0-Prod.csdl

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5259,7 +5259,8 @@
52595259
<Member Name="encryptedProtectionTypeNotSupportedException" Value="131072" />
52605260
<Member Name="purviewClaimsChallengeNotSupportedException" Value="262144" />
52615261
<Member Name="exception" Value="524288" />
5262-
<Member Name="unknownFutureValue" Value="1048576" />
5262+
<Member Name="labelNotFoundException" Value="1048576" />
5263+
<Member Name="unknownFutureValue" Value="2097152" />
52635264
</EnumType>
52645265
<EnumType Name="userAccountSecurityType">
52655266
<Member Name="unknown" Value="0" />
@@ -11679,7 +11680,7 @@
1167911680
<Property Name="links" Type="Collection(graph.aiInteractionLink)" />
1168011681
<Property Name="locale" Type="Edm.String" Nullable="false" />
1168111682
<Property Name="mentions" Type="Collection(graph.aiInteractionMention)" />
11682-
<Property Name="requestId" Type="Edm.String" Nullable="false" />
11683+
<Property Name="requestId" Type="Edm.String" />
1168311684
<Property Name="sessionId" Type="Edm.String" Nullable="false" />
1168411685
</EntityType>
1168511686
<EntityType Name="aiInteractionHistory" BaseType="graph.entity" />
@@ -12135,6 +12136,7 @@
1213512136
</EntityType>
1213612137
<EntityType Name="authentication" BaseType="graph.entity">
1213712138
<NavigationProperty Name="emailMethods" Type="Collection(graph.emailAuthenticationMethod)" ContainsTarget="true" />
12139+
<NavigationProperty Name="externalAuthenticationMethods" Type="Collection(graph.externalAuthenticationMethod)" ContainsTarget="true" />
1213812140
<NavigationProperty Name="fido2Methods" Type="Collection(graph.fido2AuthenticationMethod)" ContainsTarget="true" />
1213912141
<NavigationProperty Name="methods" Type="Collection(graph.authenticationMethod)" ContainsTarget="true" />
1214012142
<NavigationProperty Name="microsoftAuthenticatorMethods" Type="Collection(graph.microsoftAuthenticatorAuthenticationMethod)" ContainsTarget="true" />
@@ -12175,7 +12177,9 @@
1217512177
<Property Name="displayName" Type="Edm.String" />
1217612178
<Property Name="selfServiceSignUp" Type="graph.selfServiceSignUpAuthenticationFlowConfiguration" />
1217712179
</EntityType>
12178-
<EntityType Name="authenticationMethod" BaseType="graph.entity" Abstract="true" />
12180+
<EntityType Name="authenticationMethod" BaseType="graph.entity" Abstract="true">
12181+
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
12182+
</EntityType>
1217912183
<EntityType Name="authenticationMethodConfiguration" BaseType="graph.entity" Abstract="true">
1218012184
<Property Name="excludeTargets" Type="Collection(graph.excludeTarget)" />
1218112185
<Property Name="state" Type="graph.authenticationMethodState" />
@@ -14339,6 +14343,10 @@
1433914343
<Property Name="name" Type="Edm.String" Nullable="false" />
1434014344
<Property Name="targetObjects" Type="Collection(Edm.String)" Nullable="false" />
1434114345
</EntityType>
14346+
<EntityType Name="externalAuthenticationMethod" BaseType="graph.authenticationMethod">
14347+
<Property Name="configurationId" Type="Edm.String" Nullable="false" />
14348+
<Property Name="displayName" Type="Edm.String" Nullable="false" />
14349+
</EntityType>
1434214350
<EntityType Name="externalDomainName" BaseType="graph.entity" />
1434314351
<EntityType Name="externalUsersSelfServiceSignUpEventsFlow" BaseType="graph.authenticationEventsFlow">
1434414352
<Property Name="onAttributeCollection" Type="graph.onAttributeCollectionHandler" />
@@ -14381,7 +14389,6 @@
1438114389
<Property Name="aaGuid" Type="Edm.String" />
1438214390
<Property Name="attestationCertificates" Type="Collection(Edm.String)" />
1438314391
<Property Name="attestationLevel" Type="graph.attestationLevel" />
14384-
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
1438514392
<Property Name="displayName" Type="Edm.String" />
1438614393
<Property Name="model" Type="Edm.String" />
1438714394
</EntityType>
@@ -15597,7 +15604,6 @@
1559715604
<Property Name="userId" Type="Edm.String" />
1559815605
</EntityType>
1559915606
<EntityType Name="microsoftAuthenticatorAuthenticationMethod" BaseType="graph.authenticationMethod">
15600-
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
1560115607
<Property Name="deviceTag" Type="Edm.String" />
1560215608
<Property Name="displayName" Type="Edm.String" />
1560315609
<Property Name="phoneAppVersion" Type="Edm.String" />
@@ -16080,7 +16086,6 @@
1608016086
<NavigationProperty Name="billing" Type="microsoft.graph.partners.billing.billing" ContainsTarget="true" />
1608116087
</EntityType>
1608216088
<EntityType Name="passwordAuthenticationMethod" BaseType="graph.authenticationMethod">
16083-
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
1608416089
<Property Name="password" Type="Edm.String" />
1608516090
</EntityType>
1608616091
<EntityType Name="payload" BaseType="graph.entity">
@@ -16258,7 +16263,6 @@
1625816263
<NavigationProperty Name="tasks" Type="Collection(graph.plannerTask)" />
1625916264
</EntityType>
1626016265
<EntityType Name="platformCredentialAuthenticationMethod" BaseType="graph.authenticationMethod">
16261-
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
1626216266
<Property Name="displayName" Type="Edm.String" />
1626316267
<Property Name="keyStrength" Type="graph.authenticationMethodKeyStrength" />
1626416268
<Property Name="platform" Type="graph.authenticationMethodPlatform" />
@@ -17753,7 +17757,6 @@
1775317757
<Property Name="userId" Type="Edm.String" />
1775417758
</EntityType>
1775517759
<EntityType Name="temporaryAccessPassAuthenticationMethod" BaseType="graph.authenticationMethod">
17756-
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
1775717760
<Property Name="isUsable" Type="Edm.Boolean" />
1775817761
<Property Name="isUsableOnce" Type="Edm.Boolean" />
1775917762
<Property Name="lifetimeInMinutes" Type="Edm.Int32" />
@@ -19191,7 +19194,6 @@
1919119194
<Property Name="threatState" Type="graph.windowsMalwareThreatState" />
1919219195
</EntityType>
1919319196
<EntityType Name="windowsHelloForBusinessAuthenticationMethod" BaseType="graph.authenticationMethod">
19194-
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
1919519197
<Property Name="displayName" Type="Edm.String" />
1919619198
<Property Name="keyStrength" Type="graph.authenticationMethodKeyStrength" />
1919719199
<NavigationProperty Name="device" Type="graph.device" />
@@ -46335,7 +46337,9 @@
4633546337
<NavigationProperty Name="dataSource" Type="microsoft.graph.security.dataSource" ContainsTarget="true" />
4633646338
<NavigationProperty Name="lastIndexOperation" Type="microsoft.graph.security.ediscoveryIndexOperation" />
4633746339
</EntityType>
46338-
<EntityType Name="ediscoveryPurgeDataOperation" BaseType="microsoft.graph.security.caseOperation" />
46340+
<EntityType Name="ediscoveryPurgeDataOperation" BaseType="microsoft.graph.security.caseOperation">
46341+
<Property Name="reportFileMetadata" Type="Collection(microsoft.graph.security.reportFileMetadata)" />
46342+
</EntityType>
4633946343
<EntityType Name="ediscoveryReviewSet" BaseType="microsoft.graph.security.dataSet">
4634046344
<NavigationProperty Name="queries" Type="Collection(microsoft.graph.security.ediscoveryReviewSetQuery)" ContainsTarget="true" />
4634146345
</EntityType>

0 commit comments

Comments
 (0)