Skip to content

Commit 1c90dc6

Browse files
Merge pull request #1082 from microsoftgraph/schemas/metadata-publishing-2026-04-17
Schema sync 2026-04-17 from 1.4.529.0
2 parents ab60369 + 56f8039 commit 1c90dc6

15 files changed

Lines changed: 131 additions & 3 deletions

schemas/beta-Bleu.csdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17907,6 +17907,7 @@
1790717907
<Property Name="unseenCount" Type="Edm.Int32" />
1790817908
<Property Name="unseenMessagesCount" Type="Edm.Int32" />
1790917909
<Property Name="visibility" Type="Edm.String" />
17910+
<Property Name="welcomeMessageEnabled" Type="Edm.Boolean" />
1791017911
<Property Name="writebackConfiguration" Type="graph.groupWritebackConfiguration" />
1791117912
<NavigationProperty Name="acceptedSenders" Type="Collection(graph.directoryObject)" ContainsTarget="true" />
1791217913
<NavigationProperty Name="appRoleAssignments" Type="Collection(graph.appRoleAssignment)" ContainsTarget="true" />

schemas/beta-Delos.csdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12963,6 +12963,7 @@
1296312963
<Property Name="unseenCount" Type="Edm.Int32" />
1296412964
<Property Name="unseenMessagesCount" Type="Edm.Int32" />
1296512965
<Property Name="visibility" Type="Edm.String" />
12966+
<Property Name="welcomeMessageEnabled" Type="Edm.Boolean" />
1296612967
<Property Name="writebackConfiguration" Type="graph.groupWritebackConfiguration" />
1296712968
<NavigationProperty Name="acceptedSenders" Type="Collection(graph.directoryObject)" ContainsTarget="true" />
1296812969
<NavigationProperty Name="appRoleAssignments" Type="Collection(graph.appRoleAssignment)" ContainsTarget="true" />

schemas/beta-Fairfax.csdl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2241,6 +2241,7 @@
22412241
<Member Name="compliantApplication" Value="5" />
22422242
<Member Name="passwordChange" Value="6" />
22432243
<Member Name="unknownFutureValue" Value="7" />
2244+
<Member Name="riskRemediation" Value="8" />
22442245
</EnumType>
22452246
<EnumType Name="conditionalAccessGuestOrExternalUserTypes" IsFlags="true">
22462247
<Member Name="none" Value="0" />
@@ -22842,6 +22843,7 @@
2284222843
<Property Name="unseenCount" Type="Edm.Int32" />
2284322844
<Property Name="unseenMessagesCount" Type="Edm.Int32" />
2284422845
<Property Name="visibility" Type="Edm.String" />
22846+
<Property Name="welcomeMessageEnabled" Type="Edm.Boolean" />
2284522847
<Property Name="writebackConfiguration" Type="graph.groupWritebackConfiguration" />
2284622848
<NavigationProperty Name="acceptedSenders" Type="Collection(graph.directoryObject)" ContainsTarget="true" />
2284722849
<NavigationProperty Name="appRoleAssignments" Type="Collection(graph.appRoleAssignment)" ContainsTarget="true" />
@@ -86960,7 +86962,9 @@
8696086962
<EntityType Name="forwardingPolicy" BaseType="microsoft.graph.networkaccess.policy">
8696186963
<Property Name="trafficForwardingType" Type="microsoft.graph.networkaccess.trafficForwardingType" Nullable="false" />
8696286964
</EntityType>
86963-
<EntityType Name="forwardingPolicyLink" BaseType="microsoft.graph.networkaccess.policyLink" />
86965+
<EntityType Name="forwardingPolicyLink" BaseType="microsoft.graph.networkaccess.policyLink">
86966+
<Property Name="priority" Type="Edm.Int64" />
86967+
</EntityType>
8696486968
<EntityType Name="forwardingProfile" BaseType="microsoft.graph.networkaccess.profile">
8696586969
<Property Name="associations" Type="Collection(microsoft.graph.networkaccess.association)" />
8696686970
<Property Name="priority" Type="Edm.Int32" Nullable="false" />

schemas/beta-Mooncake.csdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18323,6 +18323,7 @@
1832318323
<Property Name="uniqueName" Type="Edm.String" />
1832418324
<Property Name="unseenCount" Type="Edm.Int32" />
1832518325
<Property Name="visibility" Type="Edm.String" />
18326+
<Property Name="welcomeMessageEnabled" Type="Edm.Boolean" />
1832618327
<Property Name="writebackConfiguration" Type="graph.groupWritebackConfiguration" />
1832718328
<NavigationProperty Name="acceptedSenders" Type="Collection(graph.directoryObject)" ContainsTarget="true" />
1832818329
<NavigationProperty Name="appRoleAssignments" Type="Collection(graph.appRoleAssignment)" ContainsTarget="true" />

schemas/beta-Prod.csdl

Lines changed: 89 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,18 @@
2323
<Member Name="target" Value="1" />
2424
<Member Name="createdBy" Value="2" />
2525
<Member Name="unknownFutureValue" Value="99" />
26+
<Member Name="targetManager" Value="100" />
27+
<Member Name="targetAgentIdentitySponsorOrOwner" Value="101" />
2628
</EnumType>
2729
<EnumType Name="accessPackageAssignmentRequestFilterByCurrentUserOptions">
2830
<Member Name="target" Value="1" />
2931
<Member Name="createdBy" Value="2" />
3032
<Member Name="approver" Value="3" />
3133
<Member Name="unknownFutureValue" Value="99" />
34+
<Member Name="targetOrRequestor" Value="100" />
35+
<Member Name="targetManager" Value="101" />
36+
<Member Name="requestForOthers" Value="102" />
37+
<Member Name="targetAgentIdentitySponsorOrOwner" Value="103" />
3238
</EnumType>
3339
<EnumType Name="accessPackageCustomExtensionHandlerStatus">
3440
<Member Name="requestSent" Value="1" />
@@ -81,6 +87,14 @@
8187
<Member Name="requested" Value="3" />
8288
<Member Name="unknownFutureValue" Value="4" />
8389
</EnumType>
90+
<EnumType Name="accessReviewInstanceDecisionItemApplyResult">
91+
<Member Name="new" Value="0" />
92+
<Member Name="appliedSuccessfully" Value="1" />
93+
<Member Name="appliedWithUnknownFailure" Value="2" />
94+
<Member Name="appliedSuccessfullyButObjectNotFound" Value="3" />
95+
<Member Name="applyNotSupported" Value="4" />
96+
<Member Name="unknownFutureValue" Value="5" />
97+
</EnumType>
8498
<EnumType Name="accessReviewInstanceDecisionItemFilterByCurrentUserOptions">
8599
<Member Name="reviewer" Value="1" />
86100
<Member Name="unknownFutureValue" Value="2" />
@@ -12271,7 +12285,11 @@
1227112285
<ComplexType Name="accessReviewInstanceDecisionItemAzureRoleResource" BaseType="graph.accessReviewInstanceDecisionItemResource" OpenType="true">
1227212286
<Property Name="scope" Type="graph.accessReviewInstanceDecisionItemResource" />
1227312287
</ComplexType>
12274-
<ComplexType Name="accessReviewInstanceDecisionItemCustomDataProvidedResource" BaseType="graph.accessReviewInstanceDecisionItemResource" OpenType="true" />
12288+
<ComplexType Name="accessReviewInstanceDecisionItemCustomDataProvidedResource" BaseType="graph.accessReviewInstanceDecisionItemResource" OpenType="true">
12289+
<Property Name="customData" Type="Edm.String" />
12290+
<Property Name="scopeDisplayName" Type="Edm.String" />
12291+
<Property Name="scopeId" Type="Edm.String" />
12292+
</ComplexType>
1227512293
<ComplexType Name="accessReviewInstanceDecisionItemPermission">
1227612294
<Property Name="description" Type="Edm.String" />
1227712295
<Property Name="displayName" Type="Edm.String" />
@@ -23750,6 +23768,21 @@
2375023768
<NavigationProperty Name="agentCardManifest" Type="graph.agentCardManifest" />
2375123769
<NavigationProperty Name="collections" Type="Collection(graph.agentCollection)" />
2375223770
</EntityType>
23771+
<EntityType Name="agentRegistration" BaseType="graph.entity">
23772+
<Property Name="agentCard" Type="graph.Json" />
23773+
<Property Name="agentIdentityBlueprintId" Type="Edm.String" />
23774+
<Property Name="agentIdentityId" Type="Edm.String" />
23775+
<Property Name="createdBy" Type="Edm.String" Nullable="false" />
23776+
<Property Name="description" Type="Edm.String" />
23777+
<Property Name="displayName" Type="Edm.String" Nullable="false" />
23778+
<Property Name="lastPublishedBy" Type="Edm.String" />
23779+
<Property Name="managedByAppId" Type="Edm.String" />
23780+
<Property Name="originatingStore" Type="Edm.String" />
23781+
<Property Name="ownerIds" Type="Collection(Edm.String)" Nullable="false" />
23782+
<Property Name="sourceAgentId" Type="Edm.String" />
23783+
<Property Name="sourceCreatedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
23784+
<Property Name="sourceLastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
23785+
</EntityType>
2375323786
<EntityType Name="agentRegistry">
2375423787
<NavigationProperty Name="agentCardManifests" Type="Collection(graph.agentCardManifest)" ContainsTarget="true" />
2375523788
<NavigationProperty Name="agentCollections" Type="Collection(graph.agentCollection)" ContainsTarget="true" />
@@ -27347,6 +27380,7 @@
2734727380
<EntityType Name="copilotReportRoot" BaseType="graph.entity" />
2734827381
<EntityType Name="copilotRoot">
2734927382
<NavigationProperty Name="admin" Type="graph.copilotAdmin" ContainsTarget="true" />
27383+
<NavigationProperty Name="agentRegistrations" Type="Collection(graph.agentRegistration)" ContainsTarget="true" />
2735027384
<NavigationProperty Name="agents" Type="Collection(graph.agent)" />
2735127385
<NavigationProperty Name="communications" Type="graph.copilotCommunicationsRoot" ContainsTarget="true" />
2735227386
<NavigationProperty Name="conversations" Type="Collection(graph.copilotConversation)" ContainsTarget="true" />
@@ -42395,6 +42429,12 @@
4239542429
<Parameter Name="minLength" Type="graph.Json" />
4239642430
<ReturnType Type="graph.workbookFunctionResult" />
4239742431
</Action>
42432+
<Action Name="batchApplyCustomDataProvidedResourceDecisions" IsBound="true">
42433+
<Parameter Name="bindingParameter" Type="graph.accessReviewInstance" />
42434+
<Parameter Name="applyResult" Type="graph.accessReviewInstanceDecisionItemApplyResult" Nullable="false" />
42435+
<Parameter Name="applyDescription" Type="Edm.String" Unicode="false" />
42436+
<Parameter Name="customDataProvidedResourceId" Type="Edm.String" Nullable="false" Unicode="false" />
42437+
</Action>
4239842438
<Action Name="batchCleanupUserSettingsPersistenceProfile" IsBound="true">
4239942439
<Parameter Name="bindingParameter" Type="graph.cloudPCUserSettingsPersistenceDetail" />
4240042440
<Parameter Name="configurationId" Type="Edm.String" Unicode="false" />
@@ -54978,6 +55018,48 @@
5497855018
<Annotations Target="microsoft.graph.agentInstance/createdDateTime">
5497955019
<Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" />
5498055020
</Annotations>
55021+
<Annotations Target="microsoft.graph.agentRegistration">
55022+
<Annotation Term="Org.OData.Core.V1.Description" String="Entity that represents an agent registration containing metadata, endpoint&#xA;configuration, tools, and publishing information.&#xA;This entity provides developers and administrators with all details needed to&#xA;manage agent instances including their instructions, owners, publishing status,&#xA;and associated tools." />
55023+
</Annotations>
55024+
<Annotations Target="microsoft.graph.agentRegistration/agentCard">
55025+
<Annotation Term="Org.OData.Core.V1.Description" String="Flexible Json manifest containing agent card information following public manifest&#xA;specifications. Can include displayName, description, iconUrl, version, provider,&#xA;capabilities, skills, security, and other manifest-defined fields." />
55026+
</Annotations>
55027+
<Annotations Target="microsoft.graph.agentRegistration/agentIdentityBlueprintId">
55028+
<Annotation Term="Org.OData.Core.V1.Description" String="Agent identity blueprint identifier." />
55029+
</Annotations>
55030+
<Annotations Target="microsoft.graph.agentRegistration/agentIdentityId">
55031+
<Annotation Term="Org.OData.Core.V1.Description" String="Entra agent identity identifier." />
55032+
</Annotations>
55033+
<Annotations Target="microsoft.graph.agentRegistration/createdBy">
55034+
<Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the user or app who created the agent registration." />
55035+
</Annotations>
55036+
<Annotations Target="microsoft.graph.agentRegistration/description">
55037+
<Annotation Term="Org.OData.Core.V1.Description" String="The agent description providing an overview of its purpose and capabilities." />
55038+
</Annotations>
55039+
<Annotations Target="microsoft.graph.agentRegistration/displayName">
55040+
<Annotation Term="Org.OData.Core.V1.Description" String="Display name for the agent instance." />
55041+
</Annotations>
55042+
<Annotations Target="microsoft.graph.agentRegistration/lastPublishedBy">
55043+
<Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the last person to publish the agent." />
55044+
</Annotations>
55045+
<Annotations Target="microsoft.graph.agentRegistration/managedByAppId">
55046+
<Annotation Term="Org.OData.Core.V1.Description" String="Application identifier managing this agent." />
55047+
</Annotations>
55048+
<Annotations Target="microsoft.graph.agentRegistration/originatingStore">
55049+
<Annotation Term="Org.OData.Core.V1.Description" String="Name of the store/system where the agent originated." />
55050+
</Annotations>
55051+
<Annotations Target="microsoft.graph.agentRegistration/ownerIds">
55052+
<Annotation Term="Org.OData.Core.V1.Description" String="List of owner identifiers for the agent in case of user registering agent. Either owners or managedby is required" />
55053+
</Annotations>
55054+
<Annotations Target="microsoft.graph.agentRegistration/sourceAgentId">
55055+
<Annotation Term="Org.OData.Core.V1.Description" String="Original agent identifier from source system." />
55056+
</Annotations>
55057+
<Annotations Target="microsoft.graph.agentRegistration/sourceCreatedDateTime">
55058+
<Annotation Term="Org.OData.Core.V1.Description" String="The date and time when the agent instance was created from source." />
55059+
</Annotations>
55060+
<Annotations Target="microsoft.graph.agentRegistration/sourceLastModifiedDateTime">
55061+
<Annotation Term="Org.OData.Core.V1.Description" String="The date and time when the agent instance was last modified from source." />
55062+
</Annotations>
5498155063
<Annotations Target="microsoft.graph.agentRegistry/agentCardManifests">
5498255064
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
5498355065
<Record>
@@ -64645,6 +64727,9 @@
6464564727
<Annotations Target="microsoft.graph.copilotRoot">
6464664728
<Annotation Term="Org.OData.Core.V1.Description" String="Root singleton for all Copilot APIs on Microsoft Graph." />
6464764729
</Annotations>
64730+
<Annotations Target="microsoft.graph.copilotRoot/agentRegistrations">
64731+
<Annotation Term="Org.OData.Core.V1.Description" String="Navigation property to access agent registrations at /copilot/agentRegistrations." />
64732+
</Annotations>
6464864733
<Annotations Target="microsoft.graph.copilotRoot/communications">
6464964734
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
6465064735
<Record>
@@ -111148,7 +111233,9 @@
111148111233
<Property Name="privateAccessAppId" Type="Edm.String" />
111149111234
<Property Name="trafficForwardingType" Type="microsoft.graph.networkaccess.trafficForwardingType" Nullable="false" />
111150111235
</EntityType>
111151-
<EntityType Name="forwardingPolicyLink" BaseType="microsoft.graph.networkaccess.policyLink" />
111236+
<EntityType Name="forwardingPolicyLink" BaseType="microsoft.graph.networkaccess.policyLink">
111237+
<Property Name="priority" Type="Edm.Int64" />
111238+
</EntityType>
111152111239
<EntityType Name="forwardingProfile" BaseType="microsoft.graph.networkaccess.profile">
111153111240
<Property Name="associations" Type="Collection(microsoft.graph.networkaccess.association)" />
111154111241
<Property Name="isCustomProfile" Type="Edm.Boolean" Nullable="false" />

schemas/beta-USNat.csdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8963,6 +8963,7 @@
89638963
<Property Name="unseenCount" Type="Edm.Int32" />
89648964
<Property Name="unseenMessagesCount" Type="Edm.Int32" />
89658965
<Property Name="visibility" Type="Edm.String" />
8966+
<Property Name="welcomeMessageEnabled" Type="Edm.Boolean" />
89668967
<NavigationProperty Name="acceptedSenders" Type="Collection(graph.directoryObject)" ContainsTarget="true" />
89678968
<NavigationProperty Name="appRoleAssignments" Type="Collection(graph.appRoleAssignment)" ContainsTarget="true" />
89688969
<NavigationProperty Name="calendar" Type="graph.calendar" ContainsTarget="true" />

schemas/beta-USSec.csdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9280,6 +9280,7 @@
92809280
<Property Name="unseenCount" Type="Edm.Int32" />
92819281
<Property Name="unseenMessagesCount" Type="Edm.Int32" />
92829282
<Property Name="visibility" Type="Edm.String" />
9283+
<Property Name="welcomeMessageEnabled" Type="Edm.Boolean" />
92839284
<NavigationProperty Name="acceptedSenders" Type="Collection(graph.directoryObject)" ContainsTarget="true" />
92849285
<NavigationProperty Name="appRoleAssignments" Type="Collection(graph.appRoleAssignment)" ContainsTarget="true" />
92859286
<NavigationProperty Name="calendar" Type="graph.calendar" ContainsTarget="true" />

schemas/v1.0-Bleu.csdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5872,6 +5872,7 @@
58725872
<Property Name="isFallbackPublicClient" Type="Edm.Boolean" />
58735873
<Property Name="keyCredentials" Type="Collection(graph.keyCredential)" Nullable="false" />
58745874
<Property Name="logo" Type="Edm.Stream" Nullable="false" />
5875+
<Property Name="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" />
58755876
<Property Name="notes" Type="Edm.String" />
58765877
<Property Name="oauth2RequirePostResponse" Type="Edm.Boolean" Nullable="false" />
58775878
<Property Name="optionalClaims" Type="graph.optionalClaims" />

schemas/v1.0-Delos.csdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3371,6 +3371,7 @@
33713371
<Property Name="isFallbackPublicClient" Type="Edm.Boolean" />
33723372
<Property Name="keyCredentials" Type="Collection(graph.keyCredential)" Nullable="false" />
33733373
<Property Name="logo" Type="Edm.Stream" Nullable="false" />
3374+
<Property Name="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" />
33743375
<Property Name="notes" Type="Edm.String" />
33753376
<Property Name="oauth2RequirePostResponse" Type="Edm.Boolean" Nullable="false" />
33763377
<Property Name="optionalClaims" Type="graph.optionalClaims" />

schemas/v1.0-Fairfax.csdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
<Member Name="systemRemove" Value="9" />
7777
<Member Name="onBehalfAdd" Value="10" />
7878
<Member Name="unknownFutureValue" Value="11" />
79+
<Member Name="approverRemove" Value="12" />
7980
</EnumType>
8081
<EnumType Name="accessPackageSubjectType">
8182
<Member Name="notSpecified" Value="0" />

0 commit comments

Comments
 (0)