Skip to content

Commit 69bb120

Browse files
marabooypeombwa
andauthored
Schema sync 2026-08-04 from 1.4.687.0 (#1175)
Co-authored-by: Peter Ombwa <peombwa@microsoft.com>
1 parent 73fc270 commit 69bb120

8 files changed

Lines changed: 366 additions & 4166 deletions

File tree

schemas/beta-Bleu.csdl

Lines changed: 45 additions & 894 deletions
Large diffs are not rendered by default.

schemas/beta-Delos.csdl

Lines changed: 46 additions & 977 deletions
Large diffs are not rendered by default.

schemas/beta-Fairfax.csdl

Lines changed: 45 additions & 992 deletions
Large diffs are not rendered by default.

schemas/beta-GovSG.csdl

Lines changed: 0 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -906,9 +906,6 @@
906906
<EntityType Name="agentIdentity" BaseType="graph.servicePrincipal" OpenType="true">
907907
<Property Name="agentIdentityBlueprintId" Type="Edm.String" Nullable="false" />
908908
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
909-
<Property Name="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" />
910-
<NavigationProperty Name="inheritedAppRoleAssignments" Type="Collection(graph.appRoleAssignment)" />
911-
<NavigationProperty Name="inheritedOauth2PermissionGrants" Type="Collection(graph.oAuth2PermissionGrant)" />
912909
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
913910
</EntityType>
914911
<EntityType Name="agentIdentityBlueprint" BaseType="graph.application" OpenType="true">
@@ -917,7 +914,6 @@
917914
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
918915
</EntityType>
919916
<EntityType Name="agentIdentityBlueprintPrincipal" BaseType="graph.servicePrincipal" OpenType="true">
920-
<Property Name="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" />
921917
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
922918
</EntityType>
923919
<EntityType Name="agentUser" BaseType="graph.user" OpenType="true" />
@@ -2355,115 +2351,9 @@
23552351
<Annotations Target="microsoft.graph.agentIdentity/agentIdentityBlueprintId">
23562352
<Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" />
23572353
</Annotations>
2358-
<Annotations Target="microsoft.graph.agentIdentity/inheritedAppRoleAssignments">
2359-
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
2360-
<Record>
2361-
<PropertyValue Property="Countable" Bool="false" />
2362-
</Record>
2363-
</Annotation>
2364-
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
2365-
<Record>
2366-
<PropertyValue Property="Deletable" Bool="false" />
2367-
</Record>
2368-
</Annotation>
2369-
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
2370-
<Record>
2371-
<PropertyValue Property="Expandable" Bool="false" />
2372-
</Record>
2373-
</Annotation>
2374-
<Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
2375-
<Record>
2376-
<PropertyValue Property="Filterable" Bool="false" />
2377-
</Record>
2378-
</Annotation>
2379-
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
2380-
<Record>
2381-
<PropertyValue Property="Insertable" Bool="false" />
2382-
</Record>
2383-
</Annotation>
2384-
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
2385-
<Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
2386-
<Record>
2387-
<PropertyValue Property="Sortable" Bool="false" />
2388-
</Record>
2389-
</Annotation>
2390-
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
2391-
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
2392-
<Record>
2393-
<PropertyValue Property="Updatable" Bool="false" />
2394-
</Record>
2395-
</Annotation>
2396-
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
2397-
</Annotations>
2398-
<Annotations Target="microsoft.graph.agentIdentity/inheritedOauth2PermissionGrants">
2399-
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
2400-
<Record>
2401-
<PropertyValue Property="Countable" Bool="false" />
2402-
</Record>
2403-
</Annotation>
2404-
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
2405-
<Record>
2406-
<PropertyValue Property="Deletable" Bool="false" />
2407-
</Record>
2408-
</Annotation>
2409-
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
2410-
<Record>
2411-
<PropertyValue Property="Expandable" Bool="false" />
2412-
</Record>
2413-
</Annotation>
2414-
<Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
2415-
<Record>
2416-
<PropertyValue Property="Filterable" Bool="false" />
2417-
</Record>
2418-
</Annotation>
2419-
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
2420-
<Record>
2421-
<PropertyValue Property="Insertable" Bool="false" />
2422-
</Record>
2423-
</Annotation>
2424-
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
2425-
<Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
2426-
<Record>
2427-
<PropertyValue Property="Sortable" Bool="false" />
2428-
</Record>
2429-
</Annotation>
2430-
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
2431-
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
2432-
<Record>
2433-
<PropertyValue Property="Updatable" Bool="false" />
2434-
</Record>
2435-
</Annotation>
2436-
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
2437-
</Annotations>
2438-
<Annotations Target="microsoft.graph.agentIdentity/managerApplications">
2439-
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
2440-
<Record>
2441-
<PropertyValue Property="Insertable" Bool="false" />
2442-
</Record>
2443-
</Annotation>
2444-
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
2445-
<Record>
2446-
<PropertyValue Property="Updatable" Bool="false" />
2447-
</Record>
2448-
</Annotation>
2449-
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
2450-
</Annotations>
24512354
<Annotations Target="microsoft.graph.agentIdentityBlueprint/createdByAppId">
24522355
<Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" />
24532356
</Annotations>
2454-
<Annotations Target="microsoft.graph.agentIdentityBlueprintPrincipal/managerApplications">
2455-
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
2456-
<Record>
2457-
<PropertyValue Property="Insertable" Bool="false" />
2458-
</Record>
2459-
</Annotation>
2460-
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
2461-
<Record>
2462-
<PropertyValue Property="Updatable" Bool="false" />
2463-
</Record>
2464-
</Annotation>
2465-
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
2466-
</Annotations>
24672357
<Annotations Target="microsoft.graph.application">
24682358
<Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
24692359
<Record>

0 commit comments

Comments
 (0)