Skip to content

Commit 4b02372

Browse files
Merge pull request #980 from microsoftgraph/schemas/metadata-publishing-2025-12-16
Schema sync 2025-12-16 from 1.4.335.0
2 parents d9f1685 + cf73260 commit 4b02372

15 files changed

+7237
-56
lines changed

schemas/beta-Bleu.csdl

Lines changed: 2154 additions & 23 deletions
Large diffs are not rendered by default.

schemas/beta-Delos.csdl

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@
7373
<Member Name="rejectMfaByFederatedIdp" Value="2" />
7474
<Member Name="unknownFutureValue" Value="3" />
7575
</EnumType>
76+
<EnumType Name="kind">
77+
<Member Name="unrestricted" Value="0" />
78+
<Member Name="allowedTenants" Value="1" />
79+
<Member Name="unknownFutureValue" Value="2" />
80+
</EnumType>
7681
<EnumType Name="labelKind">
7782
<Member Name="all" Value="1" />
7883
<Member Name="enumerated" Value="2" />
@@ -166,6 +171,10 @@
166171
</ComplexType>
167172
<ComplexType Name="allDomains" BaseType="graph.validatingDomains" />
168173
<ComplexType Name="allowedDataLocationInfo" OpenType="true" />
174+
<ComplexType Name="allowedTenantsAudience" BaseType="graph.signInAudienceRestrictionsBase">
175+
<Property Name="allowedTenantIds" Type="Collection(Edm.String)" Nullable="false" />
176+
<Property Name="isHomeTenantAllowed" Type="Edm.Boolean" Nullable="false" />
177+
</ComplexType>
169178
<ComplexType Name="allPreApprovedPermissions" BaseType="graph.preApprovedPermissions" />
170179
<ComplexType Name="allPreApprovedPermissionsOnResourceApp" BaseType="graph.preApprovedPermissions">
171180
<Property Name="resourceApplicationId" Type="Edm.String" />
@@ -620,6 +629,9 @@
620629
<Property Name="name" Type="Edm.String" />
621630
<Property Name="value" Type="Edm.String" />
622631
</ComplexType>
632+
<ComplexType Name="signInAudienceRestrictionsBase" Abstract="true">
633+
<Property Name="kind" Type="graph.kind" Nullable="false" />
634+
</ComplexType>
623635
<ComplexType Name="signingCertificateUpdateStatus">
624636
<Property Name="certificateUpdateResult" Type="Edm.String" />
625637
<Property Name="lastRunDateTime" Type="Edm.DateTimeOffset" />
@@ -647,6 +659,7 @@
647659
<Property Name="condition" Type="Edm.String" />
648660
<Property Name="excludedResourceActions" Type="Collection(Edm.String)" />
649661
</ComplexType>
662+
<ComplexType Name="unrestrictedAudience" BaseType="graph.signInAudienceRestrictionsBase" />
650663
<ComplexType Name="validatingDomains" Abstract="true">
651664
<Property Name="rootDomains" Type="graph.rootDomains" Nullable="false" />
652665
</ComplexType>
@@ -682,6 +695,17 @@
682695
<NavigationProperty Name="members" Type="Collection(graph.directoryObject)" />
683696
<NavigationProperty Name="scopedRoleMembers" Type="Collection(graph.scopedRoleMembership)" ContainsTarget="true" />
684697
</EntityType>
698+
<EntityType Name="agentIdentity" BaseType="graph.servicePrincipal" OpenType="true">
699+
<Property Name="agentIdentityBlueprintId" Type="Edm.String" Nullable="false" />
700+
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
701+
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
702+
</EntityType>
703+
<EntityType Name="agentIdentityBlueprint" BaseType="graph.application" OpenType="true">
704+
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
705+
</EntityType>
706+
<EntityType Name="agentIdentityBlueprintPrincipal" BaseType="graph.servicePrincipal" OpenType="true">
707+
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
708+
</EntityType>
685709
<EntityType Name="allowedDataLocation" BaseType="graph.entity" OpenType="true">
686710
<Property Name="appId" Type="Edm.String" />
687711
<Property Name="domain" Type="Edm.String" />
@@ -696,6 +720,7 @@
696720
<Property Name="appId" Type="Edm.String" />
697721
<Property Name="appRoles" Type="Collection(graph.appRole)" Nullable="false" />
698722
<Property Name="authenticationBehaviors" Type="graph.authenticationBehaviors" />
723+
<Property Name="createdByAppId" Type="Edm.String" />
699724
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
700725
<Property Name="defaultRedirectUri" Type="Edm.String" />
701726
<Property Name="description" Type="Edm.String" />
@@ -719,6 +744,7 @@
719744
<Property Name="serviceManagementReference" Type="Edm.String" />
720745
<Property Name="servicePrincipalLockConfiguration" Type="graph.servicePrincipalLockConfiguration" />
721746
<Property Name="signInAudience" Type="Edm.String" />
747+
<Property Name="signInAudienceRestrictions" Type="graph.signInAudienceRestrictionsBase" Nullable="false" />
722748
<Property Name="spa" Type="graph.spaApplication" />
723749
<Property Name="tags" Type="Collection(Edm.String)" Nullable="false" />
724750
<Property Name="tokenEncryptionKeyId" Type="Edm.Guid" />
@@ -1474,6 +1500,7 @@
14741500
<Property Name="appOwnerOrganizationId" Type="Edm.Guid" />
14751501
<Property Name="appRoleAssignmentRequired" Type="Edm.Boolean" Nullable="false" />
14761502
<Property Name="appRoles" Type="Collection(graph.appRole)" Nullable="false" />
1503+
<Property Name="createdByAppId" Type="Edm.String" />
14771504
<Property Name="customSecurityAttributes" Type="graph.customSecurityAttributeValue" />
14781505
<Property Name="description" Type="Edm.String" />
14791506
<Property Name="disabledByMicrosoftStatus" Type="Edm.String" />
@@ -1953,6 +1980,7 @@
19531980
<EntitySet Name="applications" EntityType="microsoft.graph.application">
19541981
<NavigationPropertyBinding Path="appManagementPolicies" Target="policies/appManagementPolicies" />
19551982
<NavigationPropertyBinding Path="createdOnBehalfOf" Target="directoryObjects" />
1983+
<NavigationPropertyBinding Path="microsoft.graph.agentIdentityBlueprint/sponsors" Target="directoryObjects" />
19561984
<NavigationPropertyBinding Path="owners" Target="directoryObjects" />
19571985
</EntitySet>
19581986
<EntitySet Name="appRoleAssignments" EntityType="microsoft.graph.appRoleAssignment" />
@@ -2001,6 +2029,8 @@
20012029
<NavigationPropertyBinding Path="appManagementPolicies" Target="policies/appManagementPolicies" />
20022030
<NavigationPropertyBinding Path="createdObjects" Target="directoryObjects" />
20032031
<NavigationPropertyBinding Path="memberOf" Target="directoryObjects" />
2032+
<NavigationPropertyBinding Path="microsoft.graph.agentIdentity/sponsors" Target="directoryObjects" />
2033+
<NavigationPropertyBinding Path="microsoft.graph.agentIdentityBlueprintPrincipal/sponsors" Target="directoryObjects" />
20042034
<NavigationPropertyBinding Path="oauth2PermissionGrants" Target="oauth2PermissionGrants" />
20052035
<NavigationPropertyBinding Path="ownedObjects" Target="directoryObjects" />
20062036
<NavigationPropertyBinding Path="owners" Target="directoryObjects" />
@@ -2051,13 +2081,33 @@
20512081
</Record>
20522082
</Annotation>
20532083
</Annotations>
2084+
<Annotations Target="microsoft.graph.agentIdentity">
2085+
<Annotation Term="Org.OData.Core.V1.Revisions">
2086+
<Collection>
2087+
<Record>
2088+
<PropertyValue Property="Date" Date="2025-04-14" />
2089+
<PropertyValue Property="Kind">
2090+
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
2091+
</PropertyValue>
2092+
<PropertyValue Property="RemovalDate" Date="2025-07-13" />
2093+
<PropertyValue Property="Version" String="2024-08/PrivatePreview:AgenticSP" />
2094+
</Record>
2095+
</Collection>
2096+
</Annotation>
2097+
</Annotations>
2098+
<Annotations Target="microsoft.graph.agentIdentity/agentIdentityBlueprintId">
2099+
<Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" />
2100+
</Annotations>
20542101
<Annotations Target="microsoft.graph.application">
20552102
<Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
20562103
<Record>
20572104
<PropertyValue Property="Supported" Bool="true" />
20582105
</Record>
20592106
</Annotation>
20602107
</Annotations>
2108+
<Annotations Target="microsoft.graph.application/createdByAppId">
2109+
<Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" />
2110+
</Annotations>
20612111
<Annotations Target="microsoft.graph.application/federatedIdentityCredentials">
20622112
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
20632113
<Record>
@@ -2602,6 +2652,9 @@
26022652
</Record>
26032653
</Annotation>
26042654
</Annotations>
2655+
<Annotations Target="microsoft.graph.servicePrincipal/createdByAppId">
2656+
<Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" />
2657+
</Annotations>
26052658
<Annotations Target="microsoft.graph.subscribedSku">
26062659
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
26072660
<Record>

0 commit comments

Comments
 (0)