Skip to content

Commit

Permalink
Added missing readable and updateable annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Microsoft Graph DevX Tooling authored and Microsoft Graph DevX Tooling committed Sep 11, 2024
1 parent e23b216 commit e277486
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions transforms/csdl/preprocess_csdl_test_input.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@
<Annotation Term="Org.OData.Core.V1.Description" String="The conditions representing the context of the authentication request that will be used to decide whether the events policy will be invoked." />
</Property>
</EntityType>
<EntityType Name="authentication" BaseType="graph.entity" Abstract="true" OpenType="true">
<Property Name="requirements" Type="graph.strongAuthenticationRequirements">
<Annotation Term="Org.OData.Core.V1.Description" String="The settings and preferences for per-user Microsoft Entra multifactor authentication." />
</Property>
</EntityType>
<ComplexType Name="onAttributeCollectionExternalUsersSelfServiceSignUp" BaseType="graph.onAttributeCollectionHandler">
<NavigationProperty Name="attributes" Type="Collection(graph.identityUserFlowAttribute)" />
</ComplexType>
Expand Down
5 changes: 5 additions & 0 deletions transforms/csdl/preprocess_csdl_test_output.xml
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,11 @@
<Annotation Term="Org.OData.Core.V1.Description" String="The conditions representing the context of the authentication request that will be used to decide whether the events policy will be invoked." />
</Property>
</EntityType>
<EntityType Name="authentication" BaseType="graph.entity" Abstract="true" OpenType="true">
<Property Name="requirements" Type="graph.strongAuthenticationRequirements">
<Annotation Term="Org.OData.Core.V1.Description" String="The settings and preferences for per-user Microsoft Entra multifactor authentication." />
</Property>
</EntityType>
<ComplexType Name="onAttributeCollectionExternalUsersSelfServiceSignUp" BaseType="graph.onAttributeCollectionHandler">
<NavigationProperty Name="attributes" Type="Collection(graph.identityUserFlowAttribute)">
<Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
Expand Down

0 comments on commit e277486

Please sign in to comment.