Skip to content

Commit a6bf6da

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update clean beta metadata file with 211134 [skip ci]
1 parent 9115705 commit a6bf6da

File tree

3 files changed

+66
-114
lines changed

3 files changed

+66
-114
lines changed

clean_beta_metadata/cleanMetadataWithDescriptionsAndAnnotationsAndErrorsbeta.xml

Lines changed: 22 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -17490,7 +17490,7 @@
1749017490
<Annotation Term="Org.OData.Core.V1.Description" String="Represents the email addresses registered to a user for authentication." />
1749117491
</NavigationProperty>
1749217492
<NavigationProperty Name="externalAuthenticationMethods" Type="Collection(graph.externalAuthenticationMethod)" ContainsTarget="true">
17493-
<Annotation Term="Org.OData.Core.V1.Description" String="Represents the external methods registered to a user for authentication." />
17493+
<Annotation Term="Org.OData.Core.V1.Description" String="Represents the external MFA registered to a user for authentication." />
1749417494
</NavigationProperty>
1749517495
<NavigationProperty Name="fido2Methods" Type="Collection(graph.fido2AuthenticationMethod)" ContainsTarget="true">
1749617496
<Annotation Term="Org.OData.Core.V1.Description" String="Represents the FIDO2 security keys registered to a user for authentication." />
@@ -28509,18 +28509,18 @@
2850928509
<Annotation Term="Org.OData.Core.V1.Description" String="A unique identifier used to manage the external auth method within Microsoft Entra ID." />
2851028510
</Property>
2851128511
<Property Name="displayName" Type="Edm.String" Nullable="false">
28512-
<Annotation Term="Org.OData.Core.V1.Description" String="Custom name given to the registered external authentication method." />
28512+
<Annotation Term="Org.OData.Core.V1.Description" String="Custom name given to the registered external MFA." />
2851328513
</Property>
2851428514
</EntityType>
2851528515
<EntityType Name="externalAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration">
2851628516
<Property Name="appId" Type="Edm.String" Nullable="false">
2851728517
<Annotation Term="Org.OData.Core.V1.Description" String="appId for the app registration in Microsoft Entra ID representing the integration with the external provider." />
2851828518
</Property>
2851928519
<Property Name="displayName" Type="Edm.String" Nullable="false">
28520-
<Annotation Term="Org.OData.Core.V1.Description" String="Display name for the external authentication method. This name is shown to users during sign-in." />
28520+
<Annotation Term="Org.OData.Core.V1.Description" String="Display name for the external MFA. This name is shown to users during sign-in." />
2852128521
</Property>
2852228522
<Property Name="openIdConnectSetting" Type="graph.openIdConnectSetting" Nullable="false">
28523-
<Annotation Term="Org.OData.Core.V1.Description" String="Open ID Connection settings used by this external authentication method." />
28523+
<Annotation Term="Org.OData.Core.V1.Description" String="Open ID Connection settings used by this external MFA." />
2852428524
</Property>
2852528525
<NavigationProperty Name="includeTargets" Type="Collection(graph.authenticationMethodTarget)" ContainsTarget="true">
2852628526
<Annotation Term="Org.OData.Core.V1.Description" String="A collection of groups that are enabled to use an authentication method as part of an authentication method policy in Microsoft Entra ID." />
@@ -132155,22 +132155,18 @@
132155132155
<Annotations Target="microsoft.graph.GraphService/networkAccess/filteringProfiles/policies">
132156132156
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
132157132157
<Record>
132158-
<PropertyValue Property="Description" String="List threatIntelligencePolicyLink objects" />
132159-
<PropertyValue Property="LongDescription" String="Get a list of the threatIntelligencePolicyLink objects and their properties." />
132158+
<PropertyValue Property="Description" String="List tlsInspectionPolicyLink objects" />
132159+
<PropertyValue Property="LongDescription" String="Get a list of the tlsInspectionPolicyLink objects on a filtering profile." />
132160132160
<PropertyValue Property="ReadByKeyRestrictions">
132161132161
<Record>
132162-
<PropertyValue Property="Description" String="Get threatIntelligencePolicyLink" />
132163-
<PropertyValue Property="LongDescription" String="Read the properties and relationships of a threatIntelligencePolicyLink object." />
132162+
<PropertyValue Property="Description" String="Get tlsInspectionPolicyLink" />
132163+
<PropertyValue Property="LongDescription" String="Get a tlsInspectionPolicyLink object." />
132164132164
</Record>
132165132165
</PropertyValue>
132166132166
</Record>
132167132167
</Annotation>
132168132168
<Annotation Term="Org.OData.Core.V1.Links">
132169132169
<Collection>
132170-
<Record>
132171-
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/list" />
132172-
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/networkaccess-threatintelligencepolicylink-list?view=graph-rest-beta" />
132173-
</Record>
132174132170
<Record>
132175132171
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/list" />
132176132172
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/networkaccess-tlsinspectionpolicylink-list?view=graph-rest-beta" />
@@ -132179,18 +132175,6 @@
132179132175
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/create" />
132180132176
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/networkaccess-tlsinspectionpolicylink-post?view=graph-rest-beta" />
132181132177
</Record>
132182-
<Record>
132183-
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/delete" />
132184-
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/networkaccess-threatintelligencepolicylink-delete?view=graph-rest-beta" />
132185-
</Record>
132186-
<Record>
132187-
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/get" />
132188-
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/networkaccess-threatintelligencepolicylink-get?view=graph-rest-beta" />
132189-
</Record>
132190-
<Record>
132191-
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/update" />
132192-
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/networkaccess-threatintelligencepolicylink-update?view=graph-rest-beta" />
132193-
</Record>
132194132178
<Record>
132195132179
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/delete" />
132196132180
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/networkaccess-tlsinspectionpolicylink-delete?view=graph-rest-beta" />
@@ -132213,44 +132197,44 @@
132213132197
</Annotation>
132214132198
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
132215132199
<Record>
132216-
<PropertyValue Property="Description" String="Delete threatIntelligencePolicyLink" />
132217-
<PropertyValue Property="LongDescription" String="Delete a threatIntelligencePolicyLink object." />
132200+
<PropertyValue Property="Description" String="Delete tlsInspectionPolicyLink" />
132201+
<PropertyValue Property="LongDescription" String="Delete a tlsInspectionPolicyLink object. Used to unlink a tlsInspectionPolicy from a filtering profile." />
132218132202
</Record>
132219132203
</Annotation>
132220132204
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
132221132205
<Record>
132222-
<PropertyValue Property="Description" String="Update threatIntelligencePolicyLink" />
132223-
<PropertyValue Property="LongDescription" String="Update the properties of a threatIntelligencePolicyLink object." />
132206+
<PropertyValue Property="Description" String="Update tlsInspectionPolicyLink" />
132207+
<PropertyValue Property="LongDescription" String="Update the properties of a tlsInspectionPolicyLink object." />
132224132208
</Record>
132225132209
</Annotation>
132226132210
</Annotations>
132227132211
<Annotations Target="microsoft.graph.GraphService/networkAccess/filteringProfiles/policies/policy">
132228-
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
132212+
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
132229132213
<Record>
132230-
<PropertyValue Property="Description" String="List threatIntelligencePolicies for a filteringProfile" />
132231-
<PropertyValue Property="LongDescription" String="Get a list of threatIntelligencePolicy objects associated with a threat intelligence policy link." />
132214+
<PropertyValue Property="Description" String="Add policy to filteringProfile" />
132215+
<PropertyValue Property="LongDescription" String="Add a Global Secure Access network policy to a filteringProfile. The policy can be one of the following types:" />
132232132216
</Record>
132233132217
</Annotation>
132234132218
<Annotation Term="Org.OData.Core.V1.Links">
132235132219
<Collection>
132236132220
<Record>
132237-
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/list" />
132238-
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/networkaccess-threatintelligencepolicylink-list-policy?view=graph-rest-beta" />
132221+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/create" />
132222+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/networkaccess-filteringpolicylink-post?view=graph-rest-beta" />
132239132223
</Record>
132240132224
<Record>
132241-
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/create" />
132242-
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/networkaccess-threatintelligencepolicylink-post-policy?view=graph-rest-beta" />
132225+
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/list" />
132226+
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/networkaccess-threatintelligencepolicylink-list-policy?view=graph-rest-beta" />
132243132227
</Record>
132244132228
<Record>
132245132229
<PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/delete" />
132246132230
<PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/networkaccess-threatintelligencepolicylink-delete-policy?view=graph-rest-beta" />
132247132231
</Record>
132248132232
</Collection>
132249132233
</Annotation>
132250-
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
132234+
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
132251132235
<Record>
132252-
<PropertyValue Property="Description" String="Add threatIntelligencePolicy to filteringProfile" />
132253-
<PropertyValue Property="LongDescription" String="Add a threatIntelligencePolicy to a filteringProfile." />
132236+
<PropertyValue Property="Description" String="List threatIntelligencePolicies for a filteringProfile" />
132237+
<PropertyValue Property="LongDescription" String="Get a list of threatIntelligencePolicy objects associated with a threat intelligence policy link." />
132254132238
</Record>
132255132239
</Annotation>
132256132240
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">

0 commit comments

Comments
 (0)