Skip to content

Commit 12db0f8

Browse files
authored
Schema sync 2025-10-03 from 1.4.210.0 (#898)
1 parent 01d5421 commit 12db0f8

16 files changed

Lines changed: 3476 additions & 96 deletions

schemas/beta-Bleu.csdl

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

schemas/beta-Delos.csdl

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,6 +1172,7 @@
11721172
<NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" />
11731173
<NavigationProperty Name="members" Type="Collection(graph.directoryObject)" />
11741174
<NavigationProperty Name="membersWithLicenseErrors" Type="Collection(graph.directoryObject)" />
1175+
<NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" />
11751176
<NavigationProperty Name="owners" Type="Collection(graph.directoryObject)" />
11761177
<NavigationProperty Name="permissionGrants" Type="Collection(graph.resourceSpecificPermissionGrant)" ContainsTarget="true" />
11771178
<NavigationProperty Name="settings" Type="Collection(graph.directorySetting)" ContainsTarget="true" />
@@ -1244,6 +1245,9 @@
12441245
<Property Name="configuration" Type="graph.onPremisesDirectorySynchronizationConfiguration" />
12451246
<Property Name="features" Type="graph.onPremisesDirectorySynchronizationFeature" Nullable="false" />
12461247
</EntityType>
1248+
<EntityType Name="onPremisesSyncBehavior" BaseType="graph.entity">
1249+
<Property Name="isCloudManaged" Type="Edm.Boolean" Nullable="false" />
1250+
</EntityType>
12471251
<EntityType Name="organization" BaseType="graph.directoryObject" OpenType="true">
12481252
<Property Name="assignedPlans" Type="Collection(graph.assignedPlan)" Nullable="false" />
12491253
<Property Name="businessPhones" Type="Collection(Edm.String)" Nullable="false" />
@@ -1327,6 +1331,7 @@
13271331
<NavigationProperty Name="directReports" Type="Collection(graph.directoryObject)" />
13281332
<NavigationProperty Name="manager" Type="graph.directoryObject" />
13291333
<NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" />
1334+
<NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" />
13301335
<NavigationProperty Name="transitiveMemberOf" Type="Collection(graph.directoryObject)" />
13311336
<NavigationProperty Name="transitiveReports" Type="Collection(graph.directoryObject)" />
13321337
</EntityType>
@@ -1685,6 +1690,7 @@
16851690
<NavigationProperty Name="licenseDetails" Type="Collection(graph.licenseDetails)" ContainsTarget="true" />
16861691
<NavigationProperty Name="manager" Type="graph.directoryObject" />
16871692
<NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" />
1693+
<NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" />
16881694
<NavigationProperty Name="ownedDevices" Type="Collection(graph.directoryObject)" />
16891695
<NavigationProperty Name="ownedObjects" Type="Collection(graph.directoryObject)" />
16901696
<NavigationProperty Name="registeredDevices" Type="Collection(graph.directoryObject)" />
@@ -2324,6 +2330,16 @@
23242330
</Annotation>
23252331
</Annotations>
23262332
<Annotations Target="microsoft.graph.GraphService/contacts">
2333+
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
2334+
<Record>
2335+
<PropertyValue Property="Expandable" Bool="true" />
2336+
<PropertyValue Property="NonExpandableProperties">
2337+
<Collection>
2338+
<NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath>
2339+
</Collection>
2340+
</PropertyValue>
2341+
</Record>
2342+
</Annotation>
23272343
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
23282344
<Record>
23292345
<PropertyValue Property="CustomHeaders">
@@ -2372,6 +2388,16 @@
23722388
</Annotation>
23732389
</Annotations>
23742390
<Annotations Target="microsoft.graph.GraphService/groups">
2391+
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
2392+
<Record>
2393+
<PropertyValue Property="Expandable" Bool="true" />
2394+
<PropertyValue Property="NonExpandableProperties">
2395+
<Collection>
2396+
<NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath>
2397+
</Collection>
2398+
</PropertyValue>
2399+
</Record>
2400+
</Annotation>
23752401
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
23762402
<Record>
23772403
<PropertyValue Property="CustomHeaders">
@@ -2430,6 +2456,16 @@
24302456
</Annotation>
24312457
</Annotations>
24322458
<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>
24332469
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
24342470
<Record>
24352471
<PropertyValue Property="CustomHeaders">

0 commit comments

Comments
 (0)