|
23 | 23 | <Member Name="target" Value="1" /> |
24 | 24 | <Member Name="createdBy" Value="2" /> |
25 | 25 | <Member Name="unknownFutureValue" Value="99" /> |
| 26 | + <Member Name="targetManager" Value="100" /> |
| 27 | + <Member Name="targetAgentIdentitySponsorOrOwner" Value="101" /> |
26 | 28 | </EnumType> |
27 | 29 | <EnumType Name="accessPackageAssignmentRequestFilterByCurrentUserOptions"> |
28 | 30 | <Member Name="target" Value="1" /> |
29 | 31 | <Member Name="createdBy" Value="2" /> |
30 | 32 | <Member Name="approver" Value="3" /> |
31 | 33 | <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" /> |
32 | 38 | </EnumType> |
33 | 39 | <EnumType Name="accessPackageCustomExtensionHandlerStatus"> |
34 | 40 | <Member Name="requestSent" Value="1" /> |
|
81 | 87 | <Member Name="requested" Value="3" /> |
82 | 88 | <Member Name="unknownFutureValue" Value="4" /> |
83 | 89 | </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> |
84 | 98 | <EnumType Name="accessReviewInstanceDecisionItemFilterByCurrentUserOptions"> |
85 | 99 | <Member Name="reviewer" Value="1" /> |
86 | 100 | <Member Name="unknownFutureValue" Value="2" /> |
|
12271 | 12285 | <ComplexType Name="accessReviewInstanceDecisionItemAzureRoleResource" BaseType="graph.accessReviewInstanceDecisionItemResource" OpenType="true"> |
12272 | 12286 | <Property Name="scope" Type="graph.accessReviewInstanceDecisionItemResource" /> |
12273 | 12287 | </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> |
12275 | 12293 | <ComplexType Name="accessReviewInstanceDecisionItemPermission"> |
12276 | 12294 | <Property Name="description" Type="Edm.String" /> |
12277 | 12295 | <Property Name="displayName" Type="Edm.String" /> |
|
23750 | 23768 | <NavigationProperty Name="agentCardManifest" Type="graph.agentCardManifest" /> |
23751 | 23769 | <NavigationProperty Name="collections" Type="Collection(graph.agentCollection)" /> |
23752 | 23770 | </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> |
23753 | 23786 | <EntityType Name="agentRegistry"> |
23754 | 23787 | <NavigationProperty Name="agentCardManifests" Type="Collection(graph.agentCardManifest)" ContainsTarget="true" /> |
23755 | 23788 | <NavigationProperty Name="agentCollections" Type="Collection(graph.agentCollection)" ContainsTarget="true" /> |
|
27347 | 27380 | <EntityType Name="copilotReportRoot" BaseType="graph.entity" /> |
27348 | 27381 | <EntityType Name="copilotRoot"> |
27349 | 27382 | <NavigationProperty Name="admin" Type="graph.copilotAdmin" ContainsTarget="true" /> |
| 27383 | + <NavigationProperty Name="agentRegistrations" Type="Collection(graph.agentRegistration)" ContainsTarget="true" /> |
27350 | 27384 | <NavigationProperty Name="agents" Type="Collection(graph.agent)" /> |
27351 | 27385 | <NavigationProperty Name="communications" Type="graph.copilotCommunicationsRoot" ContainsTarget="true" /> |
27352 | 27386 | <NavigationProperty Name="conversations" Type="Collection(graph.copilotConversation)" ContainsTarget="true" /> |
|
42395 | 42429 | <Parameter Name="minLength" Type="graph.Json" /> |
42396 | 42430 | <ReturnType Type="graph.workbookFunctionResult" /> |
42397 | 42431 | </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> |
42398 | 42438 | <Action Name="batchCleanupUserSettingsPersistenceProfile" IsBound="true"> |
42399 | 42439 | <Parameter Name="bindingParameter" Type="graph.cloudPCUserSettingsPersistenceDetail" /> |
42400 | 42440 | <Parameter Name="configurationId" Type="Edm.String" Unicode="false" /> |
|
54978 | 55018 | <Annotations Target="microsoft.graph.agentInstance/createdDateTime"> |
54979 | 55019 | <Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" /> |
54980 | 55020 | </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
configuration, tools, and publishing information.
This entity provides developers and administrators with all details needed to
manage agent instances including their instructions, owners, publishing status,
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
specifications. Can include displayName, description, iconUrl, version, provider,
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> |
54981 | 55063 | <Annotations Target="microsoft.graph.agentRegistry/agentCardManifests"> |
54982 | 55064 | <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"> |
54983 | 55065 | <Record> |
|
64645 | 64727 | <Annotations Target="microsoft.graph.copilotRoot"> |
64646 | 64728 | <Annotation Term="Org.OData.Core.V1.Description" String="Root singleton for all Copilot APIs on Microsoft Graph." /> |
64647 | 64729 | </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> |
64648 | 64733 | <Annotations Target="microsoft.graph.copilotRoot/communications"> |
64649 | 64734 | <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"> |
64650 | 64735 | <Record> |
@@ -111148,7 +111233,9 @@ |
111148 | 111233 | <Property Name="privateAccessAppId" Type="Edm.String" /> |
111149 | 111234 | <Property Name="trafficForwardingType" Type="microsoft.graph.networkaccess.trafficForwardingType" Nullable="false" /> |
111150 | 111235 | </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> |
111152 | 111239 | <EntityType Name="forwardingProfile" BaseType="microsoft.graph.networkaccess.profile"> |
111153 | 111240 | <Property Name="associations" Type="Collection(microsoft.graph.networkaccess.association)" /> |
111154 | 111241 | <Property Name="isCustomProfile" Type="Edm.Boolean" Nullable="false" /> |
|
0 commit comments