Skip to content

Commit 8e7df3f

Browse files
committed
Merge remote-tracking branch 'remotes/origin/schemas/metadata-publishing-2025-09-23' into mmainer/batch-schema-changes
2 parents 483a512 + f195566 commit 8e7df3f

8 files changed

Lines changed: 387 additions & 0 deletions

File tree

schemas/beta-Bleu.csdl

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

schemas/beta-Delos.csdl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1690,6 +1690,7 @@
16901690
<NavigationProperty Name="licenseDetails" Type="Collection(graph.licenseDetails)" ContainsTarget="true" />
16911691
<NavigationProperty Name="manager" Type="graph.directoryObject" />
16921692
<NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" />
1693+
<NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" />
16931694
<NavigationProperty Name="ownedDevices" Type="Collection(graph.directoryObject)" />
16941695
<NavigationProperty Name="ownedObjects" Type="Collection(graph.directoryObject)" />
16951696
<NavigationProperty Name="registeredDevices" Type="Collection(graph.directoryObject)" />
@@ -2455,6 +2456,16 @@
24552456
</Annotation>
24562457
</Annotations>
24572458
<Annotations Target="microsoft.graph.GraphService/users">
2459+
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
2460+
<Record>
2461+
<PropertyValue Property="Expandable" Bool="true" />
2462+
<PropertyValue Property="NonExpandableProperties">
2463+
<Collection>
2464+
<NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath>
2465+
</Collection>
2466+
</PropertyValue>
2467+
</Record>
2468+
</Annotation>
24582469
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
24592470
<Record>
24602471
<PropertyValue Property="CustomHeaders">

schemas/beta-Fairfax.csdl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26810,6 +26810,7 @@
2681026810
<NavigationProperty Name="messages" Type="Collection(graph.message)" ContainsTarget="true" />
2681126811
<NavigationProperty Name="mobileAppIntentAndStates" Type="Collection(graph.mobileAppIntentAndState)" ContainsTarget="true" />
2681226812
<NavigationProperty Name="mobileAppTroubleshootingEvents" Type="Collection(graph.mobileAppTroubleshootingEvent)" ContainsTarget="true" />
26813+
<NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" />
2681326814
<NavigationProperty Name="outlook" Type="graph.outlookUser" ContainsTarget="true" />
2681426815
<NavigationProperty Name="ownedDevices" Type="Collection(graph.directoryObject)" />
2681526816
<NavigationProperty Name="ownedObjects" Type="Collection(graph.directoryObject)" />
@@ -57328,10 +57329,12 @@
5732857329
<Annotations Target="microsoft.graph.GraphService/users">
5732957330
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions" Qualifier="Org.OData.Capabilities.V1.ExpandRestrictions">
5733057331
<Record>
57332+
<PropertyValue Property="Expandable" Bool="true" />
5733157333
<PropertyValue Property="NonExpandableProperties">
5733257334
<Collection>
5733357335
<NavigationPropertyPath>chats</NavigationPropertyPath>
5733457336
<NavigationPropertyPath>joinedTeams</NavigationPropertyPath>
57337+
<NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath>
5733557338
<NavigationPropertyPath>permissionGrants</NavigationPropertyPath>
5733657339
<NavigationPropertyPath>teamwork</NavigationPropertyPath>
5733757340
</Collection>

schemas/beta-GovSG.csdl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1690,6 +1690,7 @@
16901690
<NavigationProperty Name="licenseDetails" Type="Collection(graph.licenseDetails)" ContainsTarget="true" />
16911691
<NavigationProperty Name="manager" Type="graph.directoryObject" />
16921692
<NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" />
1693+
<NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" />
16931694
<NavigationProperty Name="ownedDevices" Type="Collection(graph.directoryObject)" />
16941695
<NavigationProperty Name="ownedObjects" Type="Collection(graph.directoryObject)" />
16951696
<NavigationProperty Name="registeredDevices" Type="Collection(graph.directoryObject)" />
@@ -2455,6 +2456,16 @@
24552456
</Annotation>
24562457
</Annotations>
24572458
<Annotations Target="microsoft.graph.GraphService/users">
2459+
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
2460+
<Record>
2461+
<PropertyValue Property="Expandable" Bool="true" />
2462+
<PropertyValue Property="NonExpandableProperties">
2463+
<Collection>
2464+
<NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath>
2465+
</Collection>
2466+
</PropertyValue>
2467+
</Record>
2468+
</Annotation>
24582469
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
24592470
<Record>
24602471
<PropertyValue Property="CustomHeaders">

schemas/beta-Mooncake.csdl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19010,6 +19010,7 @@
1901019010
<EntityType Name="mailFolder" BaseType="graph.entity">
1901119011
<Property Name="childFolderCount" Type="Edm.Int32" />
1901219012
<Property Name="displayName" Type="Edm.String" />
19013+
<Property Name="isHidden" Type="Edm.Boolean" />
1901319014
<Property Name="parentFolderId" Type="Edm.String" />
1901419015
<Property Name="totalItemCount" Type="Edm.Int32" />
1901519016
<Property Name="unreadItemCount" Type="Edm.Int32" />
@@ -22080,6 +22081,7 @@
2208022081
<NavigationProperty Name="messages" Type="Collection(graph.message)" ContainsTarget="true" />
2208122082
<NavigationProperty Name="mobileAppIntentAndStates" Type="Collection(graph.mobileAppIntentAndState)" ContainsTarget="true" />
2208222083
<NavigationProperty Name="mobileAppTroubleshootingEvents" Type="Collection(graph.mobileAppTroubleshootingEvent)" ContainsTarget="true" />
22084+
<NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" />
2208322085
<NavigationProperty Name="outlook" Type="graph.outlookUser" ContainsTarget="true" />
2208422086
<NavigationProperty Name="ownedDevices" Type="Collection(graph.directoryObject)" />
2208522087
<NavigationProperty Name="ownedObjects" Type="Collection(graph.directoryObject)" />
@@ -47183,10 +47185,12 @@
4718347185
<Annotations Target="microsoft.graph.GraphService/users">
4718447186
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions" Qualifier="Org.OData.Capabilities.V1.ExpandRestrictions">
4718547187
<Record>
47188+
<PropertyValue Property="Expandable" Bool="true" />
4718647189
<PropertyValue Property="NonExpandableProperties">
4718747190
<Collection>
4718847191
<NavigationPropertyPath>chats</NavigationPropertyPath>
4718947192
<NavigationPropertyPath>joinedTeams</NavigationPropertyPath>
47193+
<NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath>
4719047194
<NavigationPropertyPath>permissionGrants</NavigationPropertyPath>
4719147195
<NavigationPropertyPath>teamwork</NavigationPropertyPath>
4719247196
</Collection>

schemas/beta-Prod.csdl

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,6 +1022,11 @@
10221022
<Member Name="Boolean" Value="4" />
10231023
<Member Name="DateTime" Value="5" />
10241024
</EnumType>
1025+
<EnumType Name="auditIdentityType">
1026+
<Member Name="agent" Value="0" />
1027+
<Member Name="servicePrincipal" Value="1" />
1028+
<Member Name="unknownFutureValue" Value="2" />
1029+
</EnumType>
10251030
<EnumType Name="auditLogRecordType" />
10261031
<EnumType Name="auditLogUserType" />
10271032
<EnumType Name="authenticationAppAdminConfiguration">
@@ -12219,6 +12224,11 @@
1221912224
<Property Name="linkableIdentifiers" Type="graph.linkableIdentifiers" />
1222012225
<Property Name="user" Type="graph.auditUserIdentity" />
1222112226
</ComplexType>
12227+
<ComplexType Name="auditActivityPerformer">
12228+
<Property Name="appId" Type="Edm.String" Nullable="false" />
12229+
<Property Name="blueprintId" Type="Edm.String" />
12230+
<Property Name="identityType" Type="graph.auditIdentityType" Nullable="false" />
12231+
</ComplexType>
1222212232
<ComplexType Name="auditActor">
1222312233
<Property Name="applicationDisplayName" Type="Edm.String" />
1222412234
<Property Name="applicationId" Type="Edm.String" />
@@ -15267,7 +15277,11 @@
1526715277
<Property Name="isOcrEnabled" Type="Edm.Boolean" />
1526815278
<Property Name="itemMajorVersionLimit" Type="Edm.Int32" />
1526915279
</ComplexType>
15280+
<ComplexType Name="fileStorageContainerTypeAgentSettings">
15281+
<Property Name="chatEmbedAllowedHosts" Type="Collection(Edm.String)" Nullable="false" />
15282+
</ComplexType>
1527015283
<ComplexType Name="fileStorageContainerTypeRegistrationSettings">
15284+
<Property Name="agent" Type="graph.fileStorageContainerTypeAgentSettings" />
1527115285
<Property Name="isDiscoverabilityEnabled" Type="Edm.Boolean" />
1527215286
<Property Name="isItemVersioningEnabled" Type="Edm.Boolean" />
1527315287
<Property Name="isSearchEnabled" Type="Edm.Boolean" />
@@ -15278,6 +15292,7 @@
1527815292
<Property Name="urlTemplate" Type="Edm.String" />
1527915293
</ComplexType>
1528015294
<ComplexType Name="fileStorageContainerTypeSettings">
15295+
<Property Name="agent" Type="graph.fileStorageContainerTypeAgentSettings" />
1528115296
<Property Name="consumingTenantOverridables" Type="graph.fileStorageContainerTypeSettingsOverride" />
1528215297
<Property Name="isDiscoverabilityEnabled" Type="Edm.Boolean" />
1528315298
<Property Name="isItemVersioningEnabled" Type="Edm.Boolean" />
@@ -21076,6 +21091,11 @@
2107621091
<Property Name="gracePeriodInMinutes" Type="Edm.Int32" Nullable="false" />
2107721092
<Property Name="restartNotificationSnoozeDurationInMinutes" Type="Edm.Int32" />
2107821093
</ComplexType>
21094+
<ComplexType Name="workbookCommentMention">
21095+
<Property Name="email" Type="Edm.String" />
21096+
<Property Name="id" Type="Edm.Int32" Nullable="false" />
21097+
<Property Name="name" Type="Edm.String" />
21098+
</ComplexType>
2107921099
<ComplexType Name="workbookDocumentTaskSchedule">
2108021100
<Property Name="dueDateTime" Type="Edm.DateTimeOffset" />
2108121101
<Property Name="startDateTime" Type="Edm.DateTimeOffset" />
@@ -27022,6 +27042,7 @@
2702227042
<Property Name="initiatedBy" Type="graph.auditActivityInitiator" Nullable="false" />
2702327043
<Property Name="loggedByService" Type="Edm.String" />
2702427044
<Property Name="operationType" Type="Edm.String" />
27045+
<Property Name="performedBy" Type="graph.auditActivityPerformer" />
2702527046
<Property Name="result" Type="graph.operationResult" />
2702627047
<Property Name="resultReason" Type="Edm.String" />
2702727048
<Property Name="targetResources" Type="Collection(graph.targetResource)" />
@@ -35999,6 +36020,7 @@
3599936020
<NavigationProperty Name="oauth2PermissionGrants" Type="Collection(graph.oAuth2PermissionGrant)" />
3600036021
<NavigationProperty Name="onenote" Type="graph.onenote" ContainsTarget="true" />
3600136022
<NavigationProperty Name="onlineMeetings" Type="Collection(graph.onlineMeeting)" ContainsTarget="true" />
36023+
<NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" />
3600236024
<NavigationProperty Name="outlook" Type="graph.outlookUser" ContainsTarget="true" />
3600336025
<NavigationProperty Name="ownedDevices" Type="Collection(graph.directoryObject)" />
3600436026
<NavigationProperty Name="ownedObjects" Type="Collection(graph.directoryObject)" />
@@ -38676,14 +38698,19 @@
3867638698
<NavigationProperty Name="font" Type="graph.workbookChartFont" ContainsTarget="true" />
3867738699
</EntityType>
3867838700
<EntityType Name="workbookComment" BaseType="graph.entity">
38701+
<Property Name="cellAddress" Type="Edm.String" />
3867938702
<Property Name="content" Type="Edm.String" />
3868038703
<Property Name="contentType" Type="Edm.String" Nullable="false" />
38704+
<Property Name="mentions" Type="Collection(graph.workbookCommentMention)" />
38705+
<Property Name="richContent" Type="Edm.String" />
3868138706
<NavigationProperty Name="replies" Type="Collection(graph.workbookCommentReply)" ContainsTarget="true" />
3868238707
<NavigationProperty Name="task" Type="graph.workbookDocumentTask" ContainsTarget="true" />
3868338708
</EntityType>
3868438709
<EntityType Name="workbookCommentReply" BaseType="graph.entity">
3868538710
<Property Name="content" Type="Edm.String" />
3868638711
<Property Name="contentType" Type="Edm.String" Nullable="false" />
38712+
<Property Name="mentions" Type="Collection(graph.workbookCommentMention)" />
38713+
<Property Name="richContent" Type="Edm.String" />
3868738714
<NavigationProperty Name="task" Type="graph.workbookDocumentTask" ContainsTarget="true" />
3868838715
</EntityType>
3868938716
<EntityType Name="workbookDocumentTask" BaseType="graph.entity">

schemas/beta-USNat.csdl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10734,6 +10734,7 @@
1073410734
<NavigationProperty Name="manager" Type="graph.directoryObject" />
1073510735
<NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" />
1073610736
<NavigationProperty Name="messages" Type="Collection(graph.message)" ContainsTarget="true" />
10737+
<NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" />
1073710738
<NavigationProperty Name="outlook" Type="graph.outlookUser" ContainsTarget="true" />
1073810739
<NavigationProperty Name="ownedDevices" Type="Collection(graph.directoryObject)" />
1073910740
<NavigationProperty Name="ownedObjects" Type="Collection(graph.directoryObject)" />
@@ -15030,10 +15031,12 @@
1503015031
<Annotations Target="microsoft.graph.GraphService/users">
1503115032
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions" Qualifier="Org.OData.Capabilities.V1.ExpandRestrictions">
1503215033
<Record>
15034+
<PropertyValue Property="Expandable" Bool="true" />
1503315035
<PropertyValue Property="NonExpandableProperties">
1503415036
<Collection>
1503515037
<NavigationPropertyPath>chats</NavigationPropertyPath>
1503615038
<NavigationPropertyPath>joinedTeams</NavigationPropertyPath>
15039+
<NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath>
1503715040
<NavigationPropertyPath>permissionGrants</NavigationPropertyPath>
1503815041
<NavigationPropertyPath>teamwork</NavigationPropertyPath>
1503915042
</Collection>

schemas/beta-USSec.csdl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10763,6 +10763,7 @@
1076310763
<NavigationProperty Name="manager" Type="graph.directoryObject" />
1076410764
<NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" />
1076510765
<NavigationProperty Name="messages" Type="Collection(graph.message)" ContainsTarget="true" />
10766+
<NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" />
1076610767
<NavigationProperty Name="outlook" Type="graph.outlookUser" ContainsTarget="true" />
1076710768
<NavigationProperty Name="ownedDevices" Type="Collection(graph.directoryObject)" />
1076810769
<NavigationProperty Name="ownedObjects" Type="Collection(graph.directoryObject)" />
@@ -15059,10 +15060,12 @@
1505915060
<Annotations Target="microsoft.graph.GraphService/users">
1506015061
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions" Qualifier="Org.OData.Capabilities.V1.ExpandRestrictions">
1506115062
<Record>
15063+
<PropertyValue Property="Expandable" Bool="true" />
1506215064
<PropertyValue Property="NonExpandableProperties">
1506315065
<Collection>
1506415066
<NavigationPropertyPath>chats</NavigationPropertyPath>
1506515067
<NavigationPropertyPath>joinedTeams</NavigationPropertyPath>
15068+
<NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath>
1506615069
<NavigationPropertyPath>permissionGrants</NavigationPropertyPath>
1506715070
<NavigationPropertyPath>teamwork</NavigationPropertyPath>
1506815071
</Collection>

0 commit comments

Comments
 (0)