diff --git a/src/Microsoft.Graph/Generated/Models/PrincipalResourceMembershipsScope.cs b/src/Microsoft.Graph/Generated/Models/PrincipalResourceMembershipsScope.cs
index c4737ab1e8c..139ccc3e77c 100644
--- a/src/Microsoft.Graph/Generated/Models/PrincipalResourceMembershipsScope.cs
+++ b/src/Microsoft.Graph/Generated/Models/PrincipalResourceMembershipsScope.cs
@@ -12,7 +12,7 @@ namespace Microsoft.Graph.Models
public partial class PrincipalResourceMembershipsScope : global::Microsoft.Graph.Models.AccessReviewScope, IParsable
#pragma warning restore CS1591
{
- /// Defines the scopes of the principals whose access to resources are reviewed in the access review.
+ /// Defines the scopes of the principals whose access to resources are reviewed in the access review. Use an accessReviewPrincipalScope object to select a well-known population of principals, such as all guest users.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public List? PrincipalScopes
@@ -28,7 +28,7 @@ public partial class PrincipalResourceMembershipsScope : global::Microsoft.Graph
set { BackingStore?.Set("principalScopes", value); }
}
#endif
- /// Defines the scopes of the resources for which access is reviewed.
+ /// Defines the scopes of the resources for which access is reviewed. Use an accessReviewResourceScope object to identify the resource, or an accessReviewAccessPackageAssignmentPolicyScope object when the resource is an access package assignment policy.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public List? ResourceScopes
diff --git a/src/Microsoft.Graph/Generated/kiota-lock.json b/src/Microsoft.Graph/Generated/kiota-lock.json
index e3ba190aa4d..a24f103ada1 100644
--- a/src/Microsoft.Graph/Generated/kiota-lock.json
+++ b/src/Microsoft.Graph/Generated/kiota-lock.json
@@ -1,5 +1,5 @@
{
- "descriptionHash": "BAF9EE89A7C81C8AA3FABF330887AA26A0111C85E47937430F088CAB7D67DD8988C76812B7F02CF40F03E90CAD20988CE88AA347E5211220E213048EC403445C",
+ "descriptionHash": "DCE4F561E4EF1F8352F12C711716389FD6A91E541BE69FCC03864623336CA810C67D730A3530FAB4C437ED1F6BC61FBFF64729A1D534B6BD15612BEAE36C46D9",
"descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml",
"lockFileVersion": "1.0.0",
"kiotaVersion": "1.34.1",