From db3197980b743aa575411080718846f96b2b7dc0 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 21 Aug 2026 00:42:24 +0000 Subject: [PATCH] feat(generation): update request builders and models Update generated files with build 234518 --- packages/kiota-lock.json | 2 +- packages/msgraph-sdk/models/index.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/kiota-lock.json b/packages/kiota-lock.json index 519eede09aa..70838154365 100644 --- a/packages/kiota-lock.json +++ b/packages/kiota-lock.json @@ -1,5 +1,5 @@ { - "descriptionHash": "1670D24DA492A8638DCFD4D6A3F4DB6C1C5080E81D9CFFAC2C8DC3E4CD988231631FC1E9DE0F2791AFD2BA752B720A34CA094B42F880EE0C05E917D532372898", + "descriptionHash": "EC07140A50337656B4D39F16440FE1476E0A3F2AD9F50373ADEB47523F789E495CA14CE5FD6CCA72AE665D0BACFBA1DCB0A9201D5BA6B9F79ED9481F6CCE70B9", "descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml", "lockFileVersion": "1.0.0", "kiotaVersion": "1.34.1", diff --git a/packages/msgraph-sdk/models/index.ts b/packages/msgraph-sdk/models/index.ts index 54c771ac92c..60cd0b8ecef 100644 --- a/packages/msgraph-sdk/models/index.ts +++ b/packages/msgraph-sdk/models/index.ts @@ -107489,11 +107489,11 @@ export interface PresenceStatusMessage extends AdditionalDataHolder, BackedModel } export interface PrincipalResourceMembershipsScope extends AccessReviewScope, Parsable { /** - * 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. */ principalScopes?: AccessReviewScope[] | null; /** - * 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. */ resourceScopes?: AccessReviewScope[] | null; }