Skip to content

Commit c1c9706

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update clean v1.0 metadata file with 201716 [skip ci]
1 parent f90a837 commit c1c9706

File tree

4 files changed

+394
-20
lines changed

4 files changed

+394
-20
lines changed

clean_v10_metadata/cleanMetadata.xml

Lines changed: 100 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4281,6 +4281,21 @@
42814281
<Member Name="audit" Value="1" />
42824282
<Member Name="block" Value="2" />
42834283
</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>
42844299
<EnumType Name="riskDetail">
42854300
<Member Name="none" Value="0" />
42864301
<Member Name="adminGeneratedTemporaryPassword" Value="1" />
@@ -7043,6 +7058,9 @@
70437058
<ComplexType Name="connectionInfo">
70447059
<Property Name="url" Type="Edm.String" />
70457060
</ComplexType>
7061+
<ComplexType Name="connectionItem">
7062+
<Property Name="connectionId" Type="Edm.String" Nullable="false" />
7063+
</ComplexType>
70467064
<ComplexType Name="containerFilter">
70477065
<Property Name="includedContainers" Type="Collection(Edm.String)" />
70487066
</ComplexType>
@@ -7174,6 +7192,9 @@
71747192
<Property Name="durationInMinutes" Type="Edm.Int32" />
71757193
<Property Name="url" Type="Edm.String" />
71767194
</ComplexType>
7195+
<ComplexType Name="dataSourceConfiguration">
7196+
<Property Name="externalItem" Type="graph.externalItemConfiguration" />
7197+
</ComplexType>
71777198
<ComplexType Name="dataSubject" OpenType="true">
71787199
<Property Name="email" Type="Edm.String" />
71797200
<Property Name="firstName" Type="Edm.String" />
@@ -7422,6 +7443,7 @@
74227443
<Property Name="message" Type="Edm.String" />
74237444
<Property Name="url" Type="Edm.String" />
74247445
</ComplexType>
7446+
<ComplexType Name="dictionaries" OpenType="true" />
74257447
<ComplexType Name="Dictionary" OpenType="true" />
74267448
<ComplexType Name="disableAndDeleteUserApplyAction" BaseType="graph.accessReviewApplyAction" />
74277449
<ComplexType Name="displayNameLocalization">
@@ -7549,6 +7571,11 @@
75497571
<ComplexType Name="educationFileResource" BaseType="graph.educationResource">
75507572
<Property Name="fileUrl" Type="Edm.String" />
75517573
</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>
75527579
<ComplexType Name="educationItemBody">
75537580
<Property Name="content" Type="Edm.String" />
75547581
<Property Name="contentType" Type="graph.bodyType" />
@@ -7705,6 +7732,9 @@
77057732
<Property Name="domainName" Type="Edm.String" />
77067733
<Property Name="issuerUri" Type="Edm.String" />
77077734
</ComplexType>
7735+
<ComplexType Name="externalItemConfiguration">
7736+
<Property Name="connections" Type="Collection(graph.connectionItem)" Nullable="false" />
7737+
</ComplexType>
77087738
<ComplexType Name="externalLink">
77097739
<Property Name="href" Type="Edm.String" />
77107740
</ComplexType>
@@ -9519,6 +9549,20 @@
95199549
<Property Name="interval" Type="Edm.String" />
95209550
<Property Name="period" Type="Edm.Duration" />
95219551
</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>
95229566
<ComplexType Name="rgbColor">
95239567
<Property Name="b" Type="Edm.Byte" Nullable="false" />
95249568
<Property Name="g" Type="Edm.Byte" Nullable="false" />
@@ -9649,6 +9693,7 @@
96499693
<Property Name="size" Type="Edm.Int32" Nullable="false" />
96509694
<Property Name="sortProperties" Type="Collection(graph.sortProperty)" />
96519695
</ComplexType>
9696+
<ComplexType Name="searchResourceMetadataDictionary" BaseType="graph.dictionaries" OpenType="true" />
96529697
<ComplexType Name="searchResponse">
96539698
<Property Name="hitsContainers" Type="Collection(graph.searchHitsContainer)" />
96549699
<Property Name="queryAlterationResponse" Type="graph.alterationResponse" />
@@ -9699,6 +9744,13 @@
96999744
<Property Name="sensitivityLabelId" Type="Edm.String" Nullable="false" />
97009745
<Property Name="tenantId" Type="Edm.String" Nullable="false" />
97019746
</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>
97029754
<ComplexType Name="serverProcessedContent">
97039755
<Property Name="htmlStrings" Type="Collection(graph.metaDataKeyStringPair)" />
97049756
<Property Name="imageSources" Type="Collection(graph.metaDataKeyStringPair)" />
@@ -13978,6 +14030,7 @@
1397814030
<Property Name="feedbackResourcesFolderUrl" Type="Edm.String" />
1397914031
<Property Name="grading" Type="graph.educationAssignmentGradeType" />
1398014032
<Property Name="instructions" Type="graph.educationItemBody" />
14033+
<Property Name="languageTag" Type="Edm.String" />
1398114034
<Property Name="lastModifiedBy" Type="graph.identitySet" />
1398214035
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
1398314036
<Property Name="moduleUrl" Type="Edm.String" />
@@ -13993,6 +14046,7 @@
1399314046
</Annotation>
1399414047
</NavigationProperty>
1399514048
<NavigationProperty Name="gradingCategory" Type="graph.educationGradingCategory" />
14049+
<NavigationProperty Name="gradingScheme" Type="graph.educationGradingScheme" />
1399614050
<NavigationProperty Name="resources" Type="Collection(graph.educationAssignmentResource)" ContainsTarget="true" />
1399714051
<NavigationProperty Name="rubric" Type="graph.educationRubric" ContainsTarget="true">
1399814052
<Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
@@ -14016,7 +14070,9 @@
1401614070
</EntityType>
1401714071
<EntityType Name="educationAssignmentSettings" BaseType="graph.entity">
1401814072
<Property Name="submissionAnimationDisabled" Type="Edm.Boolean" />
14073+
<NavigationProperty Name="defaultGradingScheme" Type="graph.educationGradingScheme" />
1401914074
<NavigationProperty Name="gradingCategories" Type="Collection(graph.educationGradingCategory)" ContainsTarget="true" />
14075+
<NavigationProperty Name="gradingSchemes" Type="Collection(graph.educationGradingScheme)" ContainsTarget="true" />
1402014076
</EntityType>
1402114077
<EntityType Name="educationCategory" BaseType="graph.entity">
1402214078
<Property Name="displayName" Type="Edm.String" />
@@ -14068,6 +14124,11 @@
1406814124
<Property Name="displayName" Type="Edm.String" Nullable="false" />
1406914125
<Property Name="percentageWeight" Type="Edm.Int32" Nullable="false" />
1407014126
</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>
1407114132
<EntityType Name="educationModule" BaseType="graph.entity">
1407214133
<Property Name="createdBy" Type="graph.identitySet" />
1407314134
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
@@ -24544,6 +24605,24 @@
2454424605
<Action Name="retire" IsBound="true">
2454524606
<Parameter Name="bindingParameter" Type="graph.managedDevice" />
2454624607
</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>
2454724626
<Action Name="retrieveDeviceAppInstallationStatusReport" IsBound="true">
2454824627
<Parameter Name="bindingParameter" Type="graph.deviceManagementReports" />
2454924628
<Parameter Name="name" Type="Edm.String" Unicode="false" />
@@ -27906,11 +27985,6 @@
2790627985
<PropertyValue Property="Readable" Bool="false" />
2790727986
</Record>
2790827987
</Annotation>
27909-
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
27910-
<Record>
27911-
<PropertyValue Property="Insertable" Bool="false" />
27912-
</Record>
27913-
</Annotation>
2791427988
</Annotations>
2791527989
<Annotations Target="microsoft.graph.GraphService/drives">
2791627990
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
@@ -33886,6 +33960,13 @@
3388633960
<Annotations Target="microsoft.graph.educationAssignment/webUrl">
3388733961
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
3388833962
</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>
3388933970
<Annotations Target="microsoft.graph.educationClass/assignmentCategories">
3389033971
<Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
3389133972
<Record>
@@ -40300,6 +40381,20 @@
4030040381
<Annotations Target="microsoft.graph.retire(microsoft.graph.managedDevice)">
4030140382
<Annotation Term="Org.OData.Core.V1.Description" String="Retire a device" />
4030240383
</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>
4030340398
<Annotations Target="microsoft.graph.rgbColor">
4030440399
<Annotation Term="Org.OData.Core.V1.Description" String="Color in RGB." />
4030540400
</Annotations>

0 commit comments

Comments
 (0)