Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions schemas/beta-Bleu.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -17907,6 +17907,7 @@
<Property Name="unseenCount" Type="Edm.Int32" />
<Property Name="unseenMessagesCount" Type="Edm.Int32" />
<Property Name="visibility" Type="Edm.String" />
<Property Name="welcomeMessageEnabled" Type="Edm.Boolean" />
<Property Name="writebackConfiguration" Type="graph.groupWritebackConfiguration" />
<NavigationProperty Name="acceptedSenders" Type="Collection(graph.directoryObject)" ContainsTarget="true" />
<NavigationProperty Name="appRoleAssignments" Type="Collection(graph.appRoleAssignment)" ContainsTarget="true" />
Expand Down
1 change: 1 addition & 0 deletions schemas/beta-Delos.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -12963,6 +12963,7 @@
<Property Name="unseenCount" Type="Edm.Int32" />
<Property Name="unseenMessagesCount" Type="Edm.Int32" />
<Property Name="visibility" Type="Edm.String" />
<Property Name="welcomeMessageEnabled" Type="Edm.Boolean" />
<Property Name="writebackConfiguration" Type="graph.groupWritebackConfiguration" />
<NavigationProperty Name="acceptedSenders" Type="Collection(graph.directoryObject)" ContainsTarget="true" />
<NavigationProperty Name="appRoleAssignments" Type="Collection(graph.appRoleAssignment)" ContainsTarget="true" />
Expand Down
6 changes: 5 additions & 1 deletion schemas/beta-Fairfax.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -2241,6 +2241,7 @@
<Member Name="compliantApplication" Value="5" />
<Member Name="passwordChange" Value="6" />
<Member Name="unknownFutureValue" Value="7" />
<Member Name="riskRemediation" Value="8" />
</EnumType>
<EnumType Name="conditionalAccessGuestOrExternalUserTypes" IsFlags="true">
<Member Name="none" Value="0" />
Expand Down Expand Up @@ -22842,6 +22843,7 @@
<Property Name="unseenCount" Type="Edm.Int32" />
<Property Name="unseenMessagesCount" Type="Edm.Int32" />
<Property Name="visibility" Type="Edm.String" />
<Property Name="welcomeMessageEnabled" Type="Edm.Boolean" />
<Property Name="writebackConfiguration" Type="graph.groupWritebackConfiguration" />
<NavigationProperty Name="acceptedSenders" Type="Collection(graph.directoryObject)" ContainsTarget="true" />
<NavigationProperty Name="appRoleAssignments" Type="Collection(graph.appRoleAssignment)" ContainsTarget="true" />
Expand Down Expand Up @@ -86960,7 +86962,9 @@
<EntityType Name="forwardingPolicy" BaseType="microsoft.graph.networkaccess.policy">
<Property Name="trafficForwardingType" Type="microsoft.graph.networkaccess.trafficForwardingType" Nullable="false" />
</EntityType>
<EntityType Name="forwardingPolicyLink" BaseType="microsoft.graph.networkaccess.policyLink" />
<EntityType Name="forwardingPolicyLink" BaseType="microsoft.graph.networkaccess.policyLink">
<Property Name="priority" Type="Edm.Int64" />
</EntityType>
<EntityType Name="forwardingProfile" BaseType="microsoft.graph.networkaccess.profile">
<Property Name="associations" Type="Collection(microsoft.graph.networkaccess.association)" />
<Property Name="priority" Type="Edm.Int32" Nullable="false" />
Expand Down
1 change: 1 addition & 0 deletions schemas/beta-Mooncake.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -18323,6 +18323,7 @@
<Property Name="uniqueName" Type="Edm.String" />
<Property Name="unseenCount" Type="Edm.Int32" />
<Property Name="visibility" Type="Edm.String" />
<Property Name="welcomeMessageEnabled" Type="Edm.Boolean" />
<Property Name="writebackConfiguration" Type="graph.groupWritebackConfiguration" />
<NavigationProperty Name="acceptedSenders" Type="Collection(graph.directoryObject)" ContainsTarget="true" />
<NavigationProperty Name="appRoleAssignments" Type="Collection(graph.appRoleAssignment)" ContainsTarget="true" />
Expand Down
91 changes: 89 additions & 2 deletions schemas/beta-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,18 @@
<Member Name="target" Value="1" />
<Member Name="createdBy" Value="2" />
<Member Name="unknownFutureValue" Value="99" />
<Member Name="targetManager" Value="100" />
<Member Name="targetAgentIdentitySponsorOrOwner" Value="101" />
</EnumType>
<EnumType Name="accessPackageAssignmentRequestFilterByCurrentUserOptions">
<Member Name="target" Value="1" />
<Member Name="createdBy" Value="2" />
<Member Name="approver" Value="3" />
<Member Name="unknownFutureValue" Value="99" />
<Member Name="targetOrRequestor" Value="100" />
<Member Name="targetManager" Value="101" />
<Member Name="requestForOthers" Value="102" />
<Member Name="targetAgentIdentitySponsorOrOwner" Value="103" />
</EnumType>
<EnumType Name="accessPackageCustomExtensionHandlerStatus">
<Member Name="requestSent" Value="1" />
Expand Down Expand Up @@ -81,6 +87,14 @@
<Member Name="requested" Value="3" />
<Member Name="unknownFutureValue" Value="4" />
</EnumType>
<EnumType Name="accessReviewInstanceDecisionItemApplyResult">
<Member Name="new" Value="0" />
<Member Name="appliedSuccessfully" Value="1" />
<Member Name="appliedWithUnknownFailure" Value="2" />
<Member Name="appliedSuccessfullyButObjectNotFound" Value="3" />
<Member Name="applyNotSupported" Value="4" />
<Member Name="unknownFutureValue" Value="5" />
</EnumType>
<EnumType Name="accessReviewInstanceDecisionItemFilterByCurrentUserOptions">
<Member Name="reviewer" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
Expand Down Expand Up @@ -12271,7 +12285,11 @@
<ComplexType Name="accessReviewInstanceDecisionItemAzureRoleResource" BaseType="graph.accessReviewInstanceDecisionItemResource" OpenType="true">
<Property Name="scope" Type="graph.accessReviewInstanceDecisionItemResource" />
</ComplexType>
<ComplexType Name="accessReviewInstanceDecisionItemCustomDataProvidedResource" BaseType="graph.accessReviewInstanceDecisionItemResource" OpenType="true" />
<ComplexType Name="accessReviewInstanceDecisionItemCustomDataProvidedResource" BaseType="graph.accessReviewInstanceDecisionItemResource" OpenType="true">
<Property Name="customData" Type="Edm.String" />
<Property Name="scopeDisplayName" Type="Edm.String" />
<Property Name="scopeId" Type="Edm.String" />
</ComplexType>
<ComplexType Name="accessReviewInstanceDecisionItemPermission">
<Property Name="description" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" />
Expand Down Expand Up @@ -23750,6 +23768,21 @@
<NavigationProperty Name="agentCardManifest" Type="graph.agentCardManifest" />
<NavigationProperty Name="collections" Type="Collection(graph.agentCollection)" />
</EntityType>
<EntityType Name="agentRegistration" BaseType="graph.entity">
<Property Name="agentCard" Type="graph.Json" />
<Property Name="agentIdentityBlueprintId" Type="Edm.String" />
<Property Name="agentIdentityId" Type="Edm.String" />
<Property Name="createdBy" Type="Edm.String" Nullable="false" />
<Property Name="description" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" Nullable="false" />
<Property Name="lastPublishedBy" Type="Edm.String" />
<Property Name="managedByAppId" Type="Edm.String" />
<Property Name="originatingStore" Type="Edm.String" />
<Property Name="ownerIds" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="sourceAgentId" Type="Edm.String" />
<Property Name="sourceCreatedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="sourceLastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
</EntityType>
<EntityType Name="agentRegistry">
<NavigationProperty Name="agentCardManifests" Type="Collection(graph.agentCardManifest)" ContainsTarget="true" />
<NavigationProperty Name="agentCollections" Type="Collection(graph.agentCollection)" ContainsTarget="true" />
Expand Down Expand Up @@ -27347,6 +27380,7 @@
<EntityType Name="copilotReportRoot" BaseType="graph.entity" />
<EntityType Name="copilotRoot">
<NavigationProperty Name="admin" Type="graph.copilotAdmin" ContainsTarget="true" />
<NavigationProperty Name="agentRegistrations" Type="Collection(graph.agentRegistration)" ContainsTarget="true" />
<NavigationProperty Name="agents" Type="Collection(graph.agent)" />
<NavigationProperty Name="communications" Type="graph.copilotCommunicationsRoot" ContainsTarget="true" />
<NavigationProperty Name="conversations" Type="Collection(graph.copilotConversation)" ContainsTarget="true" />
Expand Down Expand Up @@ -42395,6 +42429,12 @@
<Parameter Name="minLength" Type="graph.Json" />
<ReturnType Type="graph.workbookFunctionResult" />
</Action>
<Action Name="batchApplyCustomDataProvidedResourceDecisions" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.accessReviewInstance" />
<Parameter Name="applyResult" Type="graph.accessReviewInstanceDecisionItemApplyResult" Nullable="false" />
<Parameter Name="applyDescription" Type="Edm.String" Unicode="false" />
<Parameter Name="customDataProvidedResourceId" Type="Edm.String" Nullable="false" Unicode="false" />
</Action>
<Action Name="batchCleanupUserSettingsPersistenceProfile" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.cloudPCUserSettingsPersistenceDetail" />
<Parameter Name="configurationId" Type="Edm.String" Unicode="false" />
Expand Down Expand Up @@ -54978,6 +55018,48 @@
<Annotations Target="microsoft.graph.agentInstance/createdDateTime">
<Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.agentRegistration">
<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." />
</Annotations>
<Annotations Target="microsoft.graph.agentRegistration/agentCard">
<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." />
</Annotations>
<Annotations Target="microsoft.graph.agentRegistration/agentIdentityBlueprintId">
<Annotation Term="Org.OData.Core.V1.Description" String="Agent identity blueprint identifier." />
</Annotations>
<Annotations Target="microsoft.graph.agentRegistration/agentIdentityId">
<Annotation Term="Org.OData.Core.V1.Description" String="Entra agent identity identifier." />
</Annotations>
<Annotations Target="microsoft.graph.agentRegistration/createdBy">
<Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the user or app who created the agent registration." />
</Annotations>
<Annotations Target="microsoft.graph.agentRegistration/description">
<Annotation Term="Org.OData.Core.V1.Description" String="The agent description providing an overview of its purpose and capabilities." />
</Annotations>
<Annotations Target="microsoft.graph.agentRegistration/displayName">
<Annotation Term="Org.OData.Core.V1.Description" String="Display name for the agent instance." />
</Annotations>
<Annotations Target="microsoft.graph.agentRegistration/lastPublishedBy">
<Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the last person to publish the agent." />
</Annotations>
<Annotations Target="microsoft.graph.agentRegistration/managedByAppId">
<Annotation Term="Org.OData.Core.V1.Description" String="Application identifier managing this agent." />
</Annotations>
<Annotations Target="microsoft.graph.agentRegistration/originatingStore">
<Annotation Term="Org.OData.Core.V1.Description" String="Name of the store/system where the agent originated." />
</Annotations>
<Annotations Target="microsoft.graph.agentRegistration/ownerIds">
<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" />
</Annotations>
<Annotations Target="microsoft.graph.agentRegistration/sourceAgentId">
<Annotation Term="Org.OData.Core.V1.Description" String="Original agent identifier from source system." />
</Annotations>
<Annotations Target="microsoft.graph.agentRegistration/sourceCreatedDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="The date and time when the agent instance was created from source." />
</Annotations>
<Annotations Target="microsoft.graph.agentRegistration/sourceLastModifiedDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="The date and time when the agent instance was last modified from source." />
</Annotations>
<Annotations Target="microsoft.graph.agentRegistry/agentCardManifests">
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
<Record>
Expand Down Expand Up @@ -64645,6 +64727,9 @@
<Annotations Target="microsoft.graph.copilotRoot">
<Annotation Term="Org.OData.Core.V1.Description" String="Root singleton for all Copilot APIs on Microsoft Graph." />
</Annotations>
<Annotations Target="microsoft.graph.copilotRoot/agentRegistrations">
<Annotation Term="Org.OData.Core.V1.Description" String="Navigation property to access agent registrations at /copilot/agentRegistrations." />
</Annotations>
<Annotations Target="microsoft.graph.copilotRoot/communications">
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
<Record>
Expand Down Expand Up @@ -111148,7 +111233,9 @@
<Property Name="privateAccessAppId" Type="Edm.String" />
<Property Name="trafficForwardingType" Type="microsoft.graph.networkaccess.trafficForwardingType" Nullable="false" />
</EntityType>
<EntityType Name="forwardingPolicyLink" BaseType="microsoft.graph.networkaccess.policyLink" />
<EntityType Name="forwardingPolicyLink" BaseType="microsoft.graph.networkaccess.policyLink">
<Property Name="priority" Type="Edm.Int64" />
</EntityType>
<EntityType Name="forwardingProfile" BaseType="microsoft.graph.networkaccess.profile">
<Property Name="associations" Type="Collection(microsoft.graph.networkaccess.association)" />
<Property Name="isCustomProfile" Type="Edm.Boolean" Nullable="false" />
Expand Down
1 change: 1 addition & 0 deletions schemas/beta-USNat.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -8963,6 +8963,7 @@
<Property Name="unseenCount" Type="Edm.Int32" />
<Property Name="unseenMessagesCount" Type="Edm.Int32" />
<Property Name="visibility" Type="Edm.String" />
<Property Name="welcomeMessageEnabled" Type="Edm.Boolean" />
<NavigationProperty Name="acceptedSenders" Type="Collection(graph.directoryObject)" ContainsTarget="true" />
<NavigationProperty Name="appRoleAssignments" Type="Collection(graph.appRoleAssignment)" ContainsTarget="true" />
<NavigationProperty Name="calendar" Type="graph.calendar" ContainsTarget="true" />
Expand Down
1 change: 1 addition & 0 deletions schemas/beta-USSec.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -9280,6 +9280,7 @@
<Property Name="unseenCount" Type="Edm.Int32" />
<Property Name="unseenMessagesCount" Type="Edm.Int32" />
<Property Name="visibility" Type="Edm.String" />
<Property Name="welcomeMessageEnabled" Type="Edm.Boolean" />
<NavigationProperty Name="acceptedSenders" Type="Collection(graph.directoryObject)" ContainsTarget="true" />
<NavigationProperty Name="appRoleAssignments" Type="Collection(graph.appRoleAssignment)" ContainsTarget="true" />
<NavigationProperty Name="calendar" Type="graph.calendar" ContainsTarget="true" />
Expand Down
1 change: 1 addition & 0 deletions schemas/v1.0-Bleu.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -5872,6 +5872,7 @@
<Property Name="isFallbackPublicClient" Type="Edm.Boolean" />
<Property Name="keyCredentials" Type="Collection(graph.keyCredential)" Nullable="false" />
<Property Name="logo" Type="Edm.Stream" Nullable="false" />
<Property Name="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" />
<Property Name="notes" Type="Edm.String" />
<Property Name="oauth2RequirePostResponse" Type="Edm.Boolean" Nullable="false" />
<Property Name="optionalClaims" Type="graph.optionalClaims" />
Expand Down
1 change: 1 addition & 0 deletions schemas/v1.0-Delos.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -3371,6 +3371,7 @@
<Property Name="isFallbackPublicClient" Type="Edm.Boolean" />
<Property Name="keyCredentials" Type="Collection(graph.keyCredential)" Nullable="false" />
<Property Name="logo" Type="Edm.Stream" Nullable="false" />
<Property Name="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" />
<Property Name="notes" Type="Edm.String" />
<Property Name="oauth2RequirePostResponse" Type="Edm.Boolean" Nullable="false" />
<Property Name="optionalClaims" Type="graph.optionalClaims" />
Expand Down
1 change: 1 addition & 0 deletions schemas/v1.0-Fairfax.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
<Member Name="systemRemove" Value="9" />
<Member Name="onBehalfAdd" Value="10" />
<Member Name="unknownFutureValue" Value="11" />
<Member Name="approverRemove" Value="12" />
</EnumType>
<EnumType Name="accessPackageSubjectType">
<Member Name="notSpecified" Value="0" />
Expand Down
1 change: 1 addition & 0 deletions schemas/v1.0-GovSG.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@
<Property Name="isFallbackPublicClient" Type="Edm.Boolean" />
<Property Name="keyCredentials" Type="Collection(graph.keyCredential)" Nullable="false" />
<Property Name="logo" Type="Edm.Stream" Nullable="false" />
<Property Name="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" />
<Property Name="notes" Type="Edm.String" />
<Property Name="oauth2RequirePostResponse" Type="Edm.Boolean" Nullable="false" />
<Property Name="optionalClaims" Type="graph.optionalClaims" />
Expand Down
2 changes: 2 additions & 0 deletions schemas/v1.0-Mooncake.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
<Member Name="systemRemove" Value="9" />
<Member Name="onBehalfAdd" Value="10" />
<Member Name="unknownFutureValue" Value="11" />
<Member Name="approverRemove" Value="12" />
</EnumType>
<EnumType Name="accessPackageSubjectType">
<Member Name="notSpecified" Value="0" />
Expand Down Expand Up @@ -6747,6 +6748,7 @@
<Property Name="isFallbackPublicClient" Type="Edm.Boolean" />
<Property Name="keyCredentials" Type="Collection(graph.keyCredential)" Nullable="false" />
<Property Name="logo" Type="Edm.Stream" Nullable="false" />
<Property Name="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" />
<Property Name="notes" Type="Edm.String" />
<Property Name="oauth2RequirePostResponse" Type="Edm.Boolean" Nullable="false" />
<Property Name="optionalClaims" Type="graph.optionalClaims" />
Expand Down
Loading
Loading