|
4281 | 4281 | <Member Name="audit" Value="1" /> |
4282 | 4282 | <Member Name="block" Value="2" /> |
4283 | 4283 | </EnumType> |
| 4284 | + <EnumType Name="retrievalDataSource"> |
| 4285 | + <Member Name="sharePoint" Value="0" /> |
| 4286 | + <Member Name="oneDriveBusiness" Value="1" /> |
| 4287 | + <Member Name="externalItem" Value="2" /> |
| 4288 | + <Member Name="unknownFutureValue" Value="3" /> |
| 4289 | + </EnumType> |
| 4290 | + <EnumType Name="retrievalEntityType"> |
| 4291 | + <Member Name="site" Value="0" /> |
| 4292 | + <Member Name="list" Value="1" /> |
| 4293 | + <Member Name="listItem" Value="2" /> |
| 4294 | + <Member Name="drive" Value="3" /> |
| 4295 | + <Member Name="driveItem" Value="4" /> |
| 4296 | + <Member Name="externalItem" Value="5" /> |
| 4297 | + <Member Name="unknownFutureValue" Value="6" /> |
| 4298 | + </EnumType> |
4284 | 4299 | <EnumType Name="riskDetail"> |
4285 | 4300 | <Member Name="none" Value="0" /> |
4286 | 4301 | <Member Name="adminGeneratedTemporaryPassword" Value="1" /> |
|
7043 | 7058 | <ComplexType Name="connectionInfo"> |
7044 | 7059 | <Property Name="url" Type="Edm.String" /> |
7045 | 7060 | </ComplexType> |
| 7061 | + <ComplexType Name="connectionItem"> |
| 7062 | + <Property Name="connectionId" Type="Edm.String" Nullable="false" /> |
| 7063 | + </ComplexType> |
7046 | 7064 | <ComplexType Name="containerFilter"> |
7047 | 7065 | <Property Name="includedContainers" Type="Collection(Edm.String)" /> |
7048 | 7066 | </ComplexType> |
|
7174 | 7192 | <Property Name="durationInMinutes" Type="Edm.Int32" /> |
7175 | 7193 | <Property Name="url" Type="Edm.String" /> |
7176 | 7194 | </ComplexType> |
| 7195 | + <ComplexType Name="dataSourceConfiguration"> |
| 7196 | + <Property Name="externalItem" Type="graph.externalItemConfiguration" /> |
| 7197 | + </ComplexType> |
7177 | 7198 | <ComplexType Name="dataSubject" OpenType="true"> |
7178 | 7199 | <Property Name="email" Type="Edm.String" /> |
7179 | 7200 | <Property Name="firstName" Type="Edm.String" /> |
|
7422 | 7443 | <Property Name="message" Type="Edm.String" /> |
7423 | 7444 | <Property Name="url" Type="Edm.String" /> |
7424 | 7445 | </ComplexType> |
| 7446 | + <ComplexType Name="dictionaries" OpenType="true" /> |
7425 | 7447 | <ComplexType Name="Dictionary" OpenType="true" /> |
7426 | 7448 | <ComplexType Name="disableAndDeleteUserApplyAction" BaseType="graph.accessReviewApplyAction" /> |
7427 | 7449 | <ComplexType Name="displayNameLocalization"> |
|
7549 | 7571 | <ComplexType Name="educationFileResource" BaseType="graph.educationResource"> |
7550 | 7572 | <Property Name="fileUrl" Type="Edm.String" /> |
7551 | 7573 | </ComplexType> |
| 7574 | + <ComplexType Name="educationGradingSchemeGrade"> |
| 7575 | + <Property Name="defaultPercentage" Type="Edm.Single" /> |
| 7576 | + <Property Name="displayName" Type="Edm.String" Nullable="false" /> |
| 7577 | + <Property Name="minPercentage" Type="Edm.Single" Nullable="false" /> |
| 7578 | + </ComplexType> |
7552 | 7579 | <ComplexType Name="educationItemBody"> |
7553 | 7580 | <Property Name="content" Type="Edm.String" /> |
7554 | 7581 | <Property Name="contentType" Type="graph.bodyType" /> |
|
7705 | 7732 | <Property Name="domainName" Type="Edm.String" /> |
7706 | 7733 | <Property Name="issuerUri" Type="Edm.String" /> |
7707 | 7734 | </ComplexType> |
| 7735 | + <ComplexType Name="externalItemConfiguration"> |
| 7736 | + <Property Name="connections" Type="Collection(graph.connectionItem)" Nullable="false" /> |
| 7737 | + </ComplexType> |
7708 | 7738 | <ComplexType Name="externalLink"> |
7709 | 7739 | <Property Name="href" Type="Edm.String" /> |
7710 | 7740 | </ComplexType> |
|
9519 | 9549 | <Property Name="interval" Type="Edm.String" /> |
9520 | 9550 | <Property Name="period" Type="Edm.Duration" /> |
9521 | 9551 | </ComplexType> |
| 9552 | + <ComplexType Name="retrievalExtract"> |
| 9553 | + <Property Name="relevanceScore" Type="Edm.Double" /> |
| 9554 | + <Property Name="text" Type="Edm.String" /> |
| 9555 | + </ComplexType> |
| 9556 | + <ComplexType Name="retrievalHit"> |
| 9557 | + <Property Name="extracts" Type="Collection(graph.retrievalExtract)" Nullable="false" /> |
| 9558 | + <Property Name="resourceMetadata" Type="graph.searchResourceMetadataDictionary" /> |
| 9559 | + <Property Name="resourceType" Type="graph.retrievalEntityType" /> |
| 9560 | + <Property Name="sensitivityLabel" Type="graph.sensitivityLabelInfo" /> |
| 9561 | + <Property Name="webUrl" Type="Edm.String" /> |
| 9562 | + </ComplexType> |
| 9563 | + <ComplexType Name="retrievalResponse"> |
| 9564 | + <Property Name="retrievalHits" Type="Collection(graph.retrievalHit)" Nullable="false" /> |
| 9565 | + </ComplexType> |
9522 | 9566 | <ComplexType Name="rgbColor"> |
9523 | 9567 | <Property Name="b" Type="Edm.Byte" Nullable="false" /> |
9524 | 9568 | <Property Name="g" Type="Edm.Byte" Nullable="false" /> |
|
9649 | 9693 | <Property Name="size" Type="Edm.Int32" Nullable="false" /> |
9650 | 9694 | <Property Name="sortProperties" Type="Collection(graph.sortProperty)" /> |
9651 | 9695 | </ComplexType> |
| 9696 | + <ComplexType Name="searchResourceMetadataDictionary" BaseType="graph.dictionaries" OpenType="true" /> |
9652 | 9697 | <ComplexType Name="searchResponse"> |
9653 | 9698 | <Property Name="hitsContainers" Type="Collection(graph.searchHitsContainer)" /> |
9654 | 9699 | <Property Name="queryAlterationResponse" Type="graph.alterationResponse" /> |
|
9699 | 9744 | <Property Name="sensitivityLabelId" Type="Edm.String" Nullable="false" /> |
9700 | 9745 | <Property Name="tenantId" Type="Edm.String" Nullable="false" /> |
9701 | 9746 | </ComplexType> |
| 9747 | + <ComplexType Name="sensitivityLabelInfo"> |
| 9748 | + <Property Name="color" Type="Edm.String" /> |
| 9749 | + <Property Name="displayName" Type="Edm.String" /> |
| 9750 | + <Property Name="priority" Type="Edm.Int32" /> |
| 9751 | + <Property Name="sensitivityLabelId" Type="Edm.String" /> |
| 9752 | + <Property Name="tooltip" Type="Edm.String" /> |
| 9753 | + </ComplexType> |
9702 | 9754 | <ComplexType Name="serverProcessedContent"> |
9703 | 9755 | <Property Name="htmlStrings" Type="Collection(graph.metaDataKeyStringPair)" /> |
9704 | 9756 | <Property Name="imageSources" Type="Collection(graph.metaDataKeyStringPair)" /> |
|
13978 | 14030 | <Property Name="feedbackResourcesFolderUrl" Type="Edm.String" /> |
13979 | 14031 | <Property Name="grading" Type="graph.educationAssignmentGradeType" /> |
13980 | 14032 | <Property Name="instructions" Type="graph.educationItemBody" /> |
| 14033 | + <Property Name="languageTag" Type="Edm.String" /> |
13981 | 14034 | <Property Name="lastModifiedBy" Type="graph.identitySet" /> |
13982 | 14035 | <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /> |
13983 | 14036 | <Property Name="moduleUrl" Type="Edm.String" /> |
|
13993 | 14046 | </Annotation> |
13994 | 14047 | </NavigationProperty> |
13995 | 14048 | <NavigationProperty Name="gradingCategory" Type="graph.educationGradingCategory" /> |
| 14049 | + <NavigationProperty Name="gradingScheme" Type="graph.educationGradingScheme" /> |
13996 | 14050 | <NavigationProperty Name="resources" Type="Collection(graph.educationAssignmentResource)" ContainsTarget="true" /> |
13997 | 14051 | <NavigationProperty Name="rubric" Type="graph.educationRubric" ContainsTarget="true"> |
13998 | 14052 | <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"> |
|
14016 | 14070 | </EntityType> |
14017 | 14071 | <EntityType Name="educationAssignmentSettings" BaseType="graph.entity"> |
14018 | 14072 | <Property Name="submissionAnimationDisabled" Type="Edm.Boolean" /> |
| 14073 | + <NavigationProperty Name="defaultGradingScheme" Type="graph.educationGradingScheme" /> |
14019 | 14074 | <NavigationProperty Name="gradingCategories" Type="Collection(graph.educationGradingCategory)" ContainsTarget="true" /> |
| 14075 | + <NavigationProperty Name="gradingSchemes" Type="Collection(graph.educationGradingScheme)" ContainsTarget="true" /> |
14020 | 14076 | </EntityType> |
14021 | 14077 | <EntityType Name="educationCategory" BaseType="graph.entity"> |
14022 | 14078 | <Property Name="displayName" Type="Edm.String" /> |
|
14068 | 14124 | <Property Name="displayName" Type="Edm.String" Nullable="false" /> |
14069 | 14125 | <Property Name="percentageWeight" Type="Edm.Int32" Nullable="false" /> |
14070 | 14126 | </EntityType> |
| 14127 | + <EntityType Name="educationGradingScheme" BaseType="graph.entity"> |
| 14128 | + <Property Name="displayName" Type="Edm.String" Nullable="false" /> |
| 14129 | + <Property Name="grades" Type="Collection(graph.educationGradingSchemeGrade)" Nullable="false" /> |
| 14130 | + <Property Name="hidePointsDuringGrading" Type="Edm.Boolean" Nullable="false" /> |
| 14131 | + </EntityType> |
14071 | 14132 | <EntityType Name="educationModule" BaseType="graph.entity"> |
14072 | 14133 | <Property Name="createdBy" Type="graph.identitySet" /> |
14073 | 14134 | <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
|
24544 | 24605 | <Action Name="retire" IsBound="true"> |
24545 | 24606 | <Parameter Name="bindingParameter" Type="graph.managedDevice" /> |
24546 | 24607 | </Action> |
| 24608 | + <Action Name="retrieval" IsBound="true"> |
| 24609 | + <Parameter Name="bindingParameter" Type="graph.copilotRoot" /> |
| 24610 | + <Parameter Name="queryString" Type="Edm.String" Nullable="false" Unicode="false" /> |
| 24611 | + <Parameter Name="dataSource" Type="graph.retrievalDataSource" /> |
| 24612 | + <Parameter Name="filterExpression" Type="Edm.String" Unicode="false"> |
| 24613 | + <Annotation Term="Org.OData.Core.V1.OptionalParameter" /> |
| 24614 | + </Parameter> |
| 24615 | + <Parameter Name="resourceMetadata" Type="Collection(Edm.String)" Unicode="false"> |
| 24616 | + <Annotation Term="Org.OData.Core.V1.OptionalParameter" /> |
| 24617 | + </Parameter> |
| 24618 | + <Parameter Name="maximumNumberOfResults" Type="Edm.Int32"> |
| 24619 | + <Annotation Term="Org.OData.Core.V1.OptionalParameter" /> |
| 24620 | + </Parameter> |
| 24621 | + <Parameter Name="dataSourceConfiguration" Type="graph.dataSourceConfiguration"> |
| 24622 | + <Annotation Term="Org.OData.Core.V1.OptionalParameter" /> |
| 24623 | + </Parameter> |
| 24624 | + <ReturnType Type="graph.retrievalResponse" Nullable="false" /> |
| 24625 | + </Action> |
24547 | 24626 | <Action Name="retrieveDeviceAppInstallationStatusReport" IsBound="true"> |
24548 | 24627 | <Parameter Name="bindingParameter" Type="graph.deviceManagementReports" /> |
24549 | 24628 | <Parameter Name="name" Type="Edm.String" Unicode="false" /> |
|
27906 | 27985 | <PropertyValue Property="Readable" Bool="false" /> |
27907 | 27986 | </Record> |
27908 | 27987 | </Annotation> |
27909 | | - <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"> |
27910 | | - <Record> |
27911 | | - <PropertyValue Property="Insertable" Bool="false" /> |
27912 | | - </Record> |
27913 | | - </Annotation> |
27914 | 27988 | </Annotations> |
27915 | 27989 | <Annotations Target="microsoft.graph.GraphService/drives"> |
27916 | 27990 | <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"> |
|
33886 | 33960 | <Annotations Target="microsoft.graph.educationAssignment/webUrl"> |
33887 | 33961 | <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /> |
33888 | 33962 | </Annotations> |
| 33963 | + <Annotations Target="microsoft.graph.educationAssignmentSettings/gradingSchemes"> |
| 33964 | + <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"> |
| 33965 | + <Record> |
| 33966 | + <PropertyValue Property="Upsertable" Bool="true" /> |
| 33967 | + </Record> |
| 33968 | + </Annotation> |
| 33969 | + </Annotations> |
33889 | 33970 | <Annotations Target="microsoft.graph.educationClass/assignmentCategories"> |
33890 | 33971 | <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"> |
33891 | 33972 | <Record> |
|
40300 | 40381 | <Annotations Target="microsoft.graph.retire(microsoft.graph.managedDevice)"> |
40301 | 40382 | <Annotation Term="Org.OData.Core.V1.Description" String="Retire a device" /> |
40302 | 40383 | </Annotations> |
| 40384 | + <Annotations Target="microsoft.graph.retrieval(microsoft.graph.copilotRoot, Edm.String, microsoft.graph.retrievalDataSource, Edm.String, Collection(Edm.String), Edm.Int32, microsoft.graph.dataSourceConfiguration)"> |
| 40385 | + <Annotation Term="Org.OData.Core.V1.Revisions"> |
| 40386 | + <Collection> |
| 40387 | + <Record> |
| 40388 | + <PropertyValue Property="Date" Date="2024-02-23" /> |
| 40389 | + <PropertyValue Property="Kind"> |
| 40390 | + <EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember> |
| 40391 | + </PropertyValue> |
| 40392 | + <PropertyValue Property="RemovalDate" Date="2025-12-31" /> |
| 40393 | + <PropertyValue Property="Version" String="2024-12/PrivatePreview:retrievalAPI" /> |
| 40394 | + </Record> |
| 40395 | + </Collection> |
| 40396 | + </Annotation> |
| 40397 | + </Annotations> |
40303 | 40398 | <Annotations Target="microsoft.graph.rgbColor"> |
40304 | 40399 | <Annotation Term="Org.OData.Core.V1.Description" String="Color in RGB." /> |
40305 | 40400 | </Annotations> |
|
0 commit comments