Skip to content

Commit 46e2996

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update clean beta metadata file with 210015 [skip ci]
1 parent ccf1b06 commit 46e2996

3 files changed

Lines changed: 24 additions & 24 deletions

File tree

clean_beta_metadata/cleanMetadataWithDescriptionsAndAnnotationsAndErrorsbeta.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17639,7 +17639,7 @@
1763917639
</EntityType>
1764017640
<EntityType Name="authenticationMethodModeDetail" BaseType="graph.entity">
1764117641
<Property Name="authenticationMethod" Type="graph.baseAuthenticationMethod" Nullable="false">
17642-
<Annotation Term="Org.OData.Core.V1.Description" String="The authentication method that this mode modifies. The possible values are: password, voice, hardwareOath, softwareOath, sms, fido2, windowsHelloForBusiness, microsoftAuthenticator, temporaryAccessPass, email, x509Certificate, federation, unknownFutureValue, qrCodePin. Use the Prefer: include-unknown-enum-members request header to get the following members from this evolvable enum: qrCodePin." />
17642+
<Annotation Term="Org.OData.Core.V1.Description" String="The authentication method that this mode modifies." />
1764317643
</Property>
1764417644
<Property Name="displayName" Type="Edm.String" Nullable="false">
1764517645
<Annotation Term="Org.OData.Core.V1.Description" String="The display name of this mode" />
@@ -71933,7 +71933,7 @@
7193371933
<Annotation Term="Org.OData.Core.V1.Description" String="The binary representation of the QR code." />
7193471934
</Property>
7193571935
<Property Name="errorCorrectionLevel" Type="graph.errorCorrectionLevel">
71936-
<Annotation Term="Org.OData.Core.V1.Description" String="Specifies how much of the QRCode can be corrupted while still maintaining its readable. The possible values are: l (Low), m (Medium), q (Quartile), h ( High), unknownFutureValue." />
71936+
<Annotation Term="Org.OData.Core.V1.Description" String="Specifies how much of the QR code can be corrupted while still maintaining its readable. The possible values are: l (Low), m (Medium), q (Quartile), h ( High), unknownFutureValue." />
7193771937
</Property>
7193871938
<Property Name="rawContent" Type="Edm.Binary">
7193971939
<Annotation Term="Org.OData.Core.V1.Description" String="Base64-encoded raw content of the QR code." />
@@ -101894,8 +101894,8 @@
101894101894
<Annotations Target="microsoft.graph.GraphService/groups/memberOf">
101895101895
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
101896101896
<Record>
101897-
<PropertyValue Property="Description" String="List group memberOf" />
101898-
<PropertyValue Property="LongDescription" String="Get groups and administrative units that the group is a direct member of. This operation is not transitive. Unlike getting a user's Microsoft 365 groups, this returns all types of groups, not just Microsoft 365 groups." />
101897+
<PropertyValue Property="Description" String="List group memberships" />
101898+
<PropertyValue Property="LongDescription" String="Get security groups, administrative units, and admin roles that the security group is a direct member of, or administrative units and admin roles that the Microsoft 365 group is a direct member of. This operation is not transitive." />
101899101899
</Record>
101900101900
</Annotation>
101901101901
<Annotation Term="Org.OData.Core.V1.Links">
@@ -101910,8 +101910,8 @@
101910101910
<Annotations Target="microsoft.graph.GraphService/groups/memberOf/microsoft.graph.group">
101911101911
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
101912101912
<Record>
101913-
<PropertyValue Property="Description" String="List group memberOf" />
101914-
<PropertyValue Property="LongDescription" String="Get groups and administrative units that the group is a direct member of. This operation is not transitive. Unlike getting a user's Microsoft 365 groups, this returns all types of groups, not just Microsoft 365 groups." />
101913+
<PropertyValue Property="Description" String="List group memberships" />
101914+
<PropertyValue Property="LongDescription" String="Get security groups, administrative units, and admin roles that the security group is a direct member of, or administrative units and admin roles that the Microsoft 365 group is a direct member of. This operation is not transitive." />
101915101915
</Record>
101916101916
</Annotation>
101917101917
<Annotation Term="Org.OData.Core.V1.Links">
@@ -106778,7 +106778,7 @@
106778106778
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
106779106779
<Record>
106780106780
<PropertyValue Property="Description" String="Remove teamsApp" />
106781-
<PropertyValue Property="LongDescription" String="Remove a teamsApp object that disables an app in the specified channel within a team. This operation is allowed only for channels with a membershipType value of shared." />
106781+
<PropertyValue Property="LongDescription" String="Remove a teamsApp object that disables an app in the specified channel within a team. This operation is allowed only for channels with a membershipType value of shared or private." />
106782106782
</Record>
106783106783
</Annotation>
106784106784
<Annotation Term="Org.OData.Core.V1.Links">
@@ -106816,7 +106816,7 @@
106816106816
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
106817106817
<Record>
106818106818
<PropertyValue Property="Description" String="Add teamsApp" />
106819-
<PropertyValue Property="LongDescription" String="Add a new teamsApp object that enables an app in the specified channel within a team. This operation is allowed only for channels with a membershipType value of shared." />
106819+
<PropertyValue Property="LongDescription" String="Add a new teamsApp object that enables an app in the specified channel within a team. This operation is allowed only for channels with a membershipType value of shared or private." />
106820106820
</Record>
106821106821
</Annotation>
106822106822
</Annotations>

clean_beta_metadata/cleanMetadataWithDescriptionsAndAnnotationsbeta.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17639,7 +17639,7 @@
1763917639
</EntityType>
1764017640
<EntityType Name="authenticationMethodModeDetail" BaseType="graph.entity">
1764117641
<Property Name="authenticationMethod" Type="graph.baseAuthenticationMethod" Nullable="false">
17642-
<Annotation Term="Org.OData.Core.V1.Description" String="The authentication method that this mode modifies. The possible values are: password, voice, hardwareOath, softwareOath, sms, fido2, windowsHelloForBusiness, microsoftAuthenticator, temporaryAccessPass, email, x509Certificate, federation, unknownFutureValue, qrCodePin. Use the Prefer: include-unknown-enum-members request header to get the following members from this evolvable enum: qrCodePin." />
17642+
<Annotation Term="Org.OData.Core.V1.Description" String="The authentication method that this mode modifies." />
1764317643
</Property>
1764417644
<Property Name="displayName" Type="Edm.String" Nullable="false">
1764517645
<Annotation Term="Org.OData.Core.V1.Description" String="The display name of this mode" />
@@ -71933,7 +71933,7 @@
7193371933
<Annotation Term="Org.OData.Core.V1.Description" String="The binary representation of the QR code." />
7193471934
</Property>
7193571935
<Property Name="errorCorrectionLevel" Type="graph.errorCorrectionLevel">
71936-
<Annotation Term="Org.OData.Core.V1.Description" String="Specifies how much of the QRCode can be corrupted while still maintaining its readable. The possible values are: l (Low), m (Medium), q (Quartile), h ( High), unknownFutureValue." />
71936+
<Annotation Term="Org.OData.Core.V1.Description" String="Specifies how much of the QR code can be corrupted while still maintaining its readable. The possible values are: l (Low), m (Medium), q (Quartile), h ( High), unknownFutureValue." />
7193771937
</Property>
7193871938
<Property Name="rawContent" Type="Edm.Binary">
7193971939
<Annotation Term="Org.OData.Core.V1.Description" String="Base64-encoded raw content of the QR code." />
@@ -101921,8 +101921,8 @@
101921101921
<Annotations Target="microsoft.graph.GraphService/groups/memberOf">
101922101922
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
101923101923
<Record>
101924-
<PropertyValue Property="Description" String="List group memberOf" />
101925-
<PropertyValue Property="LongDescription" String="Get groups and administrative units that the group is a direct member of. This operation is not transitive. Unlike getting a user's Microsoft 365 groups, this returns all types of groups, not just Microsoft 365 groups." />
101924+
<PropertyValue Property="Description" String="List group memberships" />
101925+
<PropertyValue Property="LongDescription" String="Get security groups, administrative units, and admin roles that the security group is a direct member of, or administrative units and admin roles that the Microsoft 365 group is a direct member of. This operation is not transitive." />
101926101926
</Record>
101927101927
</Annotation>
101928101928
<Annotation Term="Org.OData.Core.V1.Links">
@@ -101937,8 +101937,8 @@
101937101937
<Annotations Target="microsoft.graph.GraphService/groups/memberOf/microsoft.graph.group">
101938101938
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
101939101939
<Record>
101940-
<PropertyValue Property="Description" String="List group memberOf" />
101941-
<PropertyValue Property="LongDescription" String="Get groups and administrative units that the group is a direct member of. This operation is not transitive. Unlike getting a user's Microsoft 365 groups, this returns all types of groups, not just Microsoft 365 groups." />
101940+
<PropertyValue Property="Description" String="List group memberships" />
101941+
<PropertyValue Property="LongDescription" String="Get security groups, administrative units, and admin roles that the security group is a direct member of, or administrative units and admin roles that the Microsoft 365 group is a direct member of. This operation is not transitive." />
101942101942
</Record>
101943101943
</Annotation>
101944101944
<Annotation Term="Org.OData.Core.V1.Links">
@@ -106805,7 +106805,7 @@
106805106805
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
106806106806
<Record>
106807106807
<PropertyValue Property="Description" String="Remove teamsApp" />
106808-
<PropertyValue Property="LongDescription" String="Remove a teamsApp object that disables an app in the specified channel within a team. This operation is allowed only for channels with a membershipType value of shared." />
106808+
<PropertyValue Property="LongDescription" String="Remove a teamsApp object that disables an app in the specified channel within a team. This operation is allowed only for channels with a membershipType value of shared or private." />
106809106809
</Record>
106810106810
</Annotation>
106811106811
<Annotation Term="Org.OData.Core.V1.Links">
@@ -106843,7 +106843,7 @@
106843106843
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
106844106844
<Record>
106845106845
<PropertyValue Property="Description" String="Add teamsApp" />
106846-
<PropertyValue Property="LongDescription" String="Add a new teamsApp object that enables an app in the specified channel within a team. This operation is allowed only for channels with a membershipType value of shared." />
106846+
<PropertyValue Property="LongDescription" String="Add a new teamsApp object that enables an app in the specified channel within a team. This operation is allowed only for channels with a membershipType value of shared or private." />
106847106847
</Record>
106848106848
</Annotation>
106849106849
</Annotations>

clean_beta_metadata/cleanMetadataWithDescriptionsbeta.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17639,7 +17639,7 @@
1763917639
</EntityType>
1764017640
<EntityType Name="authenticationMethodModeDetail" BaseType="graph.entity">
1764117641
<Property Name="authenticationMethod" Type="graph.baseAuthenticationMethod" Nullable="false">
17642-
<Annotation Term="Org.OData.Core.V1.Description" String="The authentication method that this mode modifies. The possible values are: password, voice, hardwareOath, softwareOath, sms, fido2, windowsHelloForBusiness, microsoftAuthenticator, temporaryAccessPass, email, x509Certificate, federation, unknownFutureValue, qrCodePin. Use the Prefer: include-unknown-enum-members request header to get the following members from this evolvable enum: qrCodePin." />
17642+
<Annotation Term="Org.OData.Core.V1.Description" String="The authentication method that this mode modifies." />
1764317643
</Property>
1764417644
<Property Name="displayName" Type="Edm.String" Nullable="false">
1764517645
<Annotation Term="Org.OData.Core.V1.Description" String="The display name of this mode" />
@@ -71933,7 +71933,7 @@
7193371933
<Annotation Term="Org.OData.Core.V1.Description" String="The binary representation of the QR code." />
7193471934
</Property>
7193571935
<Property Name="errorCorrectionLevel" Type="graph.errorCorrectionLevel">
71936-
<Annotation Term="Org.OData.Core.V1.Description" String="Specifies how much of the QRCode can be corrupted while still maintaining its readable. The possible values are: l (Low), m (Medium), q (Quartile), h ( High), unknownFutureValue." />
71936+
<Annotation Term="Org.OData.Core.V1.Description" String="Specifies how much of the QR code can be corrupted while still maintaining its readable. The possible values are: l (Low), m (Medium), q (Quartile), h ( High), unknownFutureValue." />
7193771937
</Property>
7193871938
<Property Name="rawContent" Type="Edm.Binary">
7193971939
<Annotation Term="Org.OData.Core.V1.Description" String="Base64-encoded raw content of the QR code." />
@@ -101909,8 +101909,8 @@
101909101909
<Annotations Target="microsoft.graph.GraphService/groups/memberOf">
101910101910
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
101911101911
<Record>
101912-
<PropertyValue Property="Description" String="List group memberOf" />
101913-
<PropertyValue Property="LongDescription" String="Get groups and administrative units that the group is a direct member of. This operation is not transitive. Unlike getting a user's Microsoft 365 groups, this returns all types of groups, not just Microsoft 365 groups." />
101912+
<PropertyValue Property="Description" String="List group memberships" />
101913+
<PropertyValue Property="LongDescription" String="Get security groups, administrative units, and admin roles that the security group is a direct member of, or administrative units and admin roles that the Microsoft 365 group is a direct member of. This operation is not transitive." />
101914101914
</Record>
101915101915
</Annotation>
101916101916
<Annotation Term="Org.OData.Core.V1.Links">
@@ -101925,8 +101925,8 @@
101925101925
<Annotations Target="microsoft.graph.GraphService/groups/memberOf/microsoft.graph.group">
101926101926
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
101927101927
<Record>
101928-
<PropertyValue Property="Description" String="List group memberOf" />
101929-
<PropertyValue Property="LongDescription" String="Get groups and administrative units that the group is a direct member of. This operation is not transitive. Unlike getting a user's Microsoft 365 groups, this returns all types of groups, not just Microsoft 365 groups." />
101928+
<PropertyValue Property="Description" String="List group memberships" />
101929+
<PropertyValue Property="LongDescription" String="Get security groups, administrative units, and admin roles that the security group is a direct member of, or administrative units and admin roles that the Microsoft 365 group is a direct member of. This operation is not transitive." />
101930101930
</Record>
101931101931
</Annotation>
101932101932
<Annotation Term="Org.OData.Core.V1.Links">
@@ -106793,7 +106793,7 @@
106793106793
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
106794106794
<Record>
106795106795
<PropertyValue Property="Description" String="Remove teamsApp" />
106796-
<PropertyValue Property="LongDescription" String="Remove a teamsApp object that disables an app in the specified channel within a team. This operation is allowed only for channels with a membershipType value of shared." />
106796+
<PropertyValue Property="LongDescription" String="Remove a teamsApp object that disables an app in the specified channel within a team. This operation is allowed only for channels with a membershipType value of shared or private." />
106797106797
</Record>
106798106798
</Annotation>
106799106799
<Annotation Term="Org.OData.Core.V1.Links">
@@ -106831,7 +106831,7 @@
106831106831
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
106832106832
<Record>
106833106833
<PropertyValue Property="Description" String="Add teamsApp" />
106834-
<PropertyValue Property="LongDescription" String="Add a new teamsApp object that enables an app in the specified channel within a team. This operation is allowed only for channels with a membershipType value of shared." />
106834+
<PropertyValue Property="LongDescription" String="Add a new teamsApp object that enables an app in the specified channel within a team. This operation is allowed only for channels with a membershipType value of shared or private." />
106835106835
</Record>
106836106836
</Annotation>
106837106837
</Annotations>

0 commit comments

Comments
 (0)