Skip to content

Commit b9db494

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update clean v1.0 metadata file with 202235
1 parent faa12f7 commit b9db494

File tree

3 files changed

+387
-42
lines changed

3 files changed

+387
-42
lines changed

clean_v10_metadata/cleanMetadataWithDescriptionsAndAnnotationsAndErrorsv1.0.xml

Lines changed: 129 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5794,10 +5794,10 @@
57945794
<Annotation Term="Org.OData.Core.V1.Description" String="The email address of the user." />
57955795
</Property>
57965796
<Property Name="tenantId" Type="Edm.String">
5797-
<Annotation Term="Org.OData.Core.V1.Description" String="TenantId which the Microsoft Entra user belongs to." />
5797+
<Annotation Term="Org.OData.Core.V1.Description" String="The tenant ID of the Microsoft Entra user." />
57985798
</Property>
57995799
<Property Name="userId" Type="Edm.String">
5800-
<Annotation Term="Org.OData.Core.V1.Description" String="The guid of the user." />
5800+
<Annotation Term="Org.OData.Core.V1.Description" String="The user ID of the Microsoft Entra user." />
58015801
</Property>
58025802
<NavigationProperty Name="user" Type="graph.user" />
58035803
</EntityType>
@@ -12239,7 +12239,9 @@
1223912239
<Property Name="instructions" Type="graph.educationItemBody">
1224012240
<Annotation Term="Org.OData.Core.V1.Description" String="Instructions for the assignment. The instructions and the display name tell the student what to do." />
1224112241
</Property>
12242-
<Property Name="languageTag" Type="Edm.String" />
12242+
<Property Name="languageTag" Type="Edm.String">
12243+
<Annotation Term="Org.OData.Core.V1.Description" String="Specifies the language in which UI notifications for the assignment are displayed. If languageTag isn't provided, the default language is en-US. Optional." />
12244+
</Property>
1224312245
<Property Name="lastModifiedBy" Type="graph.identitySet">
1224412246
<Annotation Term="Org.OData.Core.V1.Description" String="Who last modified the assignment." />
1224512247
</Property>
@@ -12272,7 +12274,9 @@
1227212274
<NavigationProperty Name="gradingCategory" Type="graph.educationGradingCategory">
1227312275
<Annotation Term="Org.OData.Core.V1.Description" String="When set, enables users to weight assignments differently when computing a class average grade." />
1227412276
</NavigationProperty>
12275-
<NavigationProperty Name="gradingScheme" Type="graph.educationGradingScheme" />
12277+
<NavigationProperty Name="gradingScheme" Type="graph.educationGradingScheme">
12278+
<Annotation Term="Org.OData.Core.V1.Description" String="When set, enables users to configure custom string grades based on the percentage of total points earned on this assignment." />
12279+
</NavigationProperty>
1227612280
<NavigationProperty Name="resources" Type="Collection(graph.educationAssignmentResource)" ContainsTarget="true">
1227712281
<Annotation Term="Org.OData.Core.V1.Description" String="Learning objects that are associated with this assignment. Only teachers can modify this list. Nullable." />
1227812282
</NavigationProperty>
@@ -12317,11 +12321,15 @@
1231712321
<Property Name="submissionAnimationDisabled" Type="Edm.Boolean">
1231812322
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether to show the turn-in celebration animation. If true, indicates to skip the animation. The default value is false." />
1231912323
</Property>
12320-
<NavigationProperty Name="defaultGradingScheme" Type="graph.educationGradingScheme" />
12324+
<NavigationProperty Name="defaultGradingScheme" Type="graph.educationGradingScheme">
12325+
<Annotation Term="Org.OData.Core.V1.Description" String="The default grading scheme for assignments created in this class." />
12326+
</NavigationProperty>
1232112327
<NavigationProperty Name="gradingCategories" Type="Collection(graph.educationGradingCategory)" ContainsTarget="true">
1232212328
<Annotation Term="Org.OData.Core.V1.Description" String="When set, enables users to weight assignments differently when computing a class average grade." />
1232312329
</NavigationProperty>
12324-
<NavigationProperty Name="gradingSchemes" Type="Collection(graph.educationGradingScheme)" ContainsTarget="true" />
12330+
<NavigationProperty Name="gradingSchemes" Type="Collection(graph.educationGradingScheme)" ContainsTarget="true">
12331+
<Annotation Term="Org.OData.Core.V1.Description" String="The grading schemes that can be attached to assignments created in this class." />
12332+
</NavigationProperty>
1232512333
</EntityType>
1232612334
<EntityType Name="educationCategory" BaseType="graph.entity">
1232712335
<Property Name="displayName" Type="Edm.String">
@@ -12426,9 +12434,15 @@
1242612434
</Property>
1242712435
</EntityType>
1242812436
<EntityType Name="educationGradingScheme" BaseType="graph.entity">
12429-
<Property Name="displayName" Type="Edm.String" Nullable="false" />
12430-
<Property Name="grades" Type="Collection(graph.educationGradingSchemeGrade)" Nullable="false" />
12431-
<Property Name="hidePointsDuringGrading" Type="Edm.Boolean" Nullable="false" />
12437+
<Property Name="displayName" Type="Edm.String" Nullable="false">
12438+
<Annotation Term="Org.OData.Core.V1.Description" String="The name of the grading scheme." />
12439+
</Property>
12440+
<Property Name="grades" Type="Collection(graph.educationGradingSchemeGrade)" Nullable="false">
12441+
<Annotation Term="Org.OData.Core.V1.Description" String="The grades that make up the scheme." />
12442+
</Property>
12443+
<Property Name="hidePointsDuringGrading" Type="Edm.Boolean" Nullable="false">
12444+
<Annotation Term="Org.OData.Core.V1.Description" String="The display setting for the UI. Indicates whether teachers can grade with points in addition to letter grades." />
12445+
</Property>
1243212446
</EntityType>
1243312447
<EntityType Name="educationModule" BaseType="graph.entity">
1243412448
<Property Name="createdBy" Type="graph.identitySet">
@@ -31125,9 +31139,15 @@
3112531139
</Property>
3112631140
</ComplexType>
3112731141
<ComplexType Name="educationGradingSchemeGrade">
31128-
<Property Name="defaultPercentage" Type="Edm.Single" />
31129-
<Property Name="displayName" Type="Edm.String" Nullable="false" />
31130-
<Property Name="minPercentage" Type="Edm.Single" Nullable="false" />
31142+
<Property Name="defaultPercentage" Type="Edm.Single">
31143+
<Annotation Term="Org.OData.Core.V1.Description" String="The midpoint of the grade range." />
31144+
</Property>
31145+
<Property Name="displayName" Type="Edm.String" Nullable="false">
31146+
<Annotation Term="Org.OData.Core.V1.Description" String="The name of this individual grade." />
31147+
</Property>
31148+
<Property Name="minPercentage" Type="Edm.Single" Nullable="false">
31149+
<Annotation Term="Org.OData.Core.V1.Description" String="The minimum percentage of the total points needed to achieve this grade." />
31150+
</Property>
3113131151
</ComplexType>
3113231152
<ComplexType Name="educationItemBody">
3113331153
<Property Name="content" Type="Edm.String" />
@@ -39525,7 +39545,7 @@
3952539545
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
3952639546
<Record>
3952739547
<PropertyValue Property="Description" String="channel: doesUserHaveAccess" />
39528-
<PropertyValue Property="LongDescription" String="Determine whether a user has access to a shared channel." />
39548+
<PropertyValue Property="LongDescription" String="Determine whether a user has access to a channel." />
3952939549
</Record>
3953039550
</Annotation>
3953139551
<Annotation Term="Org.OData.Core.V1.Links">
@@ -51403,6 +51423,9 @@
5140351423
<Term Name="sourceUrl" Type="Edm.String" AppliesTo="microsoft.graph.driveItem" />
5140451424
<Term Name="teamCreationMode" Type="Edm.String" AppliesTo="microsoft.graph.team" />
5140551425
<Term Name="temporaryId" Type="Edm.String" AppliesTo="microsoft.graph.chatMessageHostedContent" />
51426+
<Term Name="originalSourceMembershipUrl" Type="Edm.String" AppliesTo="microsoft.graph.aadUserConversationMember">
51427+
<Annotation Term="Org.OData.Core.V1.LongDescription" String="This annotation represents the URL of the original source membership that distinguishes between direct and indirect members. Use this annotation with the List allMembers API." />
51428+
</Term>
5140651429
<Term Name="channelCreationMode" Type="Edm.String" AppliesTo="microsoft.graph.channel">
5140751430
<Annotation Term="Org.OData.Core.V1.LongDescription" String="Indicates that the channel is in migration state and is currently being used for migration purposes. It accepts one value: migration." />
5140851431
</Term>
@@ -61405,6 +61428,22 @@
6140561428
</Record>
6140661429
</Annotation>
6140761430
</Annotations>
61431+
<Annotations Target="microsoft.graph.GraphService/education/classes/assignments/gradingScheme">
61432+
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
61433+
<Record>
61434+
<PropertyValue Property="Description" String="Add educationGradingScheme" />
61435+
<PropertyValue Property="LongDescription" String="Add an existing educationGradingScheme to an existing educationAssignment." />
61436+
</Record>
61437+
</Annotation>
61438+
<Annotation Term="Org.OData.Core.V1.Links">
61439+
<Collection>
61440+
<Record>
61441+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/update" />
61442+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/educationassignment-put-gradingscheme?view=graph-rest-1.0" />
61443+
</Record>
61444+
</Collection>
61445+
</Annotation>
61446+
</Annotations>
6140861447
<Annotations Target="microsoft.graph.GraphService/education/classes/assignments/resources">
6140961448
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
6141061449
<Record>
@@ -61699,6 +61738,22 @@
6169961738
</Collection>
6170061739
</Annotation>
6170161740
</Annotations>
61741+
<Annotations Target="microsoft.graph.GraphService/education/classes/assignmentSettings/defaultGradingScheme">
61742+
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
61743+
<Record>
61744+
<PropertyValue Property="Description" String="Add defaultGradingScheme" />
61745+
<PropertyValue Property="LongDescription" String="Add the default educationGradingScheme to an educationAssignmentSettings object." />
61746+
</Record>
61747+
</Annotation>
61748+
<Annotation Term="Org.OData.Core.V1.Links">
61749+
<Collection>
61750+
<Record>
61751+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/update" />
61752+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/educationassignmentsettings-put-defaultgradingscheme?view=graph-rest-1.0" />
61753+
</Record>
61754+
</Collection>
61755+
</Annotation>
61756+
</Annotations>
6170261757
<Annotations Target="microsoft.graph.GraphService/education/classes/assignmentSettings/gradingCategories">
6170361758
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
6170461759
<Record>
@@ -61715,6 +61770,64 @@
6171561770
</Collection>
6171661771
</Annotation>
6171761772
</Annotations>
61773+
<Annotations Target="microsoft.graph.GraphService/education/classes/assignmentSettings/gradingSchemes">
61774+
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
61775+
<Record>
61776+
<PropertyValue Property="Description" String="Create educationGradingScheme" />
61777+
<PropertyValue Property="LongDescription" String="Create a new educationGradingScheme on an educationClass. Only teachers can perform this operation." />
61778+
</Record>
61779+
</Annotation>
61780+
<Annotation Term="Org.OData.Core.V1.Links">
61781+
<Collection>
61782+
<Record>
61783+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/create" />
61784+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/educationassignmentsettings-post-gradingschemes?view=graph-rest-1.0" />
61785+
</Record>
61786+
<Record>
61787+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/delete" />
61788+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/educationgradingscheme-delete?view=graph-rest-1.0" />
61789+
</Record>
61790+
<Record>
61791+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/get" />
61792+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/educationgradingscheme-get?view=graph-rest-1.0" />
61793+
</Record>
61794+
</Collection>
61795+
</Annotation>
61796+
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
61797+
<Record>
61798+
<PropertyValue Property="Description" String="Delete educationGradingScheme" />
61799+
<PropertyValue Property="LongDescription" String="Delete an educationGradingScheme object." />
61800+
</Record>
61801+
</Annotation>
61802+
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
61803+
<Record>
61804+
<PropertyValue Property="Description" String="Get educationGradingScheme" />
61805+
<PropertyValue Property="LongDescription" String="Read the properties and relationships of an educationGradingScheme object." />
61806+
<PropertyValue Property="ReadByKeyRestrictions">
61807+
<Record>
61808+
<PropertyValue Property="Description" String="Get educationGradingScheme" />
61809+
<PropertyValue Property="LongDescription" String="Read the properties and relationships of an educationGradingScheme object." />
61810+
</Record>
61811+
</PropertyValue>
61812+
</Record>
61813+
</Annotation>
61814+
</Annotations>
61815+
<Annotations Target="microsoft.graph.GraphService/education/classes/assignmentSettings/gradingschemes">
61816+
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
61817+
<Record>
61818+
<PropertyValue Property="Description" String="Update educationGradingScheme" />
61819+
<PropertyValue Property="LongDescription" String="Update the properties of an educationGradingScheme object." />
61820+
</Record>
61821+
</Annotation>
61822+
<Annotation Term="Org.OData.Core.V1.Links">
61823+
<Collection>
61824+
<Record>
61825+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/update" />
61826+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/educationgradingscheme-update?view=graph-rest-1.0" />
61827+
</Record>
61828+
</Collection>
61829+
</Annotation>
61830+
</Annotations>
6171861831
<Annotations Target="microsoft.graph.GraphService/education/classes/members">
6171961832
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
6172061833
<Record>
@@ -99695,7 +99808,9 @@
9969599808
<Property Name="incidentWebUrl" Type="Edm.String">
9969699809
<Annotation Term="Org.OData.Core.V1.Description" String="URL for the incident page in the Microsoft 365 Defender portal." />
9969799810
</Property>
99698-
<Property Name="investigationState" Type="microsoft.graph.security.investigationState" />
99811+
<Property Name="investigationState" Type="microsoft.graph.security.investigationState">
99812+
<Annotation Term="Org.OData.Core.V1.Description" String="Information on the current status of the investigation. Possible values are: unknown, terminated, successfullyRemediated, benign, failed, partiallyRemediated, running, pendingApproval, pendingResource, queued, innerFailure, preexistingAlert, unsupportedOs, unsupportedAlertType, suppressedAlert, partiallyInvestigated, terminatedByUser, terminatedBySystem, unknownFutureValue." />
99813+
</Property>
9969999814
<Property Name="lastActivityDateTime" Type="Edm.DateTimeOffset">
9970099815
<Annotation Term="Org.OData.Core.V1.Description" String="The oldest activity associated with the alert." />
9970199816
</Property>

0 commit comments

Comments
 (0)