From 80452fc6c0f9404c1834ecfe8961259ce87ced2c Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Tue, 3 Dec 2024 10:29:04 +0000 Subject: [PATCH] feat(generation): update request builders and models Update generated files with build 172840 --- packages/kiota-dom-export.txt | 3 ++ packages/kiota-lock.json | 2 +- .../chats/item/messages/index.ts | 6 +-- .../calls/item/participants/invite/index.ts | 6 +-- .../deviceAppManagement/index.ts | 4 +- .../managedAppPolicies/index.ts | 8 +-- .../managedAppPolicies/item/index.ts | 8 +-- .../managedAppRegistrations/index.ts | 8 +-- .../managedEBooks/index.ts | 8 +-- .../managedEBooks/item/assignments/index.ts | 8 +-- .../item/assignments/item/index.ts | 6 +-- .../deviceAppManagement/mobileApps/index.ts | 14 ++--- .../mobileApps/item/index.ts | 20 +++---- .../deviceCompliancePolicies/index.ts | 14 ++--- .../deviceCompliancePolicies/item/index.ts | 20 +++---- .../deviceConfigurations/index.ts | 14 ++--- .../deviceConfigurations/item/index.ts | 20 +++---- .../deviceEnrollmentConfigurations/index.ts | 8 +-- .../item/index.ts | 14 ++--- .../deviceManagement/index.ts | 4 +- .../deviceManagement/roleDefinitions/index.ts | 8 +-- .../roleDefinitions/item/index.ts | 8 +-- .../items/item/workbook/tables/add/index.ts | 6 +-- .../worksheets/item/tables/add/index.ts | 6 +-- .../groups/item/assignLicense/index.ts | 4 +- .../groups/item/conversations/index.ts | 6 +-- .../groups/item/conversations/item/index.ts | 10 ++-- .../msgraph-sdk-groups/groups/item/index.ts | 4 +- .../groups/item/renew/index.ts | 4 +- .../groups/item/threads/item/index.ts | 2 +- .../namedLocations/item/index.ts | 12 ++--- .../customWorkflowExtensions/item/index.ts | 6 +-- .../termsOfUse/agreements/item/index.ts | 8 +-- .../bitlocker/recoveryKeys/index.ts | 6 +-- .../localizations/item/bannerLogo/index.ts | 6 +-- .../organization/item/index.ts | 6 +-- .../attackSimulation/payloads/item/index.ts | 7 +-- packages/msgraph-sdk-sites/sites/index.ts | 8 +-- .../item/channels/item/members/item/index.ts | 6 +-- .../item/channels/item/messages/index.ts | 6 +-- .../item/messages/item/replies/index.ts | 6 +-- packages/msgraph-sdk-users/users/index.ts | 4 +- .../msgraph-sdk-users/users/item/index.ts | 10 ++-- packages/msgraph-sdk/models/index.ts | 52 ++++++++++++------- packages/msgraph-sdk/models/security/index.ts | 6 +++ 45 files changed, 212 insertions(+), 190 deletions(-) diff --git a/packages/kiota-dom-export.txt b/packages/kiota-dom-export.txt index 8e8b6974283..ec02132263c 100644 --- a/packages/kiota-dom-export.txt +++ b/packages/kiota-dom-export.txt @@ -74037,7 +74037,9 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.FileStorageContainerCus github.com/microsoftgraph/msgraph-sdk-typescript/.models.FileStorageContainerCustomPropertyDictionary~~>Dictionary; Parsable github.com/microsoftgraph/msgraph-sdk-typescript/.models.FileStorageContainerSettings::|public|AdditionalData:Record github.com/microsoftgraph/msgraph-sdk-typescript/.models.FileStorageContainerSettings::|public|backingStoreEnabled:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.models.FileStorageContainerSettings::|public|isItemVersioningEnabled:boolean github.com/microsoftgraph/msgraph-sdk-typescript/.models.FileStorageContainerSettings::|public|isOcrEnabled:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.models.FileStorageContainerSettings::|public|itemMajorVersionLimit:number github.com/microsoftgraph/msgraph-sdk-typescript/.models.FileStorageContainerSettings::|public|odataType:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.FileStorageContainerSettings~~>AdditionalDataHolder; BackedModel; Parsable github.com/microsoftgraph/msgraph-sdk-typescript/.models.fileStorageContainerStatus::0000-inactive @@ -82107,6 +82109,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.CvssSummary::| github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.CvssSummary~~>AdditionalDataHolder; BackedModel; Parsable github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.DataSet::|public|createdBy:IdentitySet github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.DataSet::|public|createdDateTime:Date +github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.DataSet::|public|description:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.DataSet::|public|displayName:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.DataSet::|public|OdataType:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.DataSet~~>Entity; Parsable diff --git a/packages/kiota-lock.json b/packages/kiota-lock.json index 1588fcf0a65..c10c28029e5 100644 --- a/packages/kiota-lock.json +++ b/packages/kiota-lock.json @@ -1,5 +1,5 @@ { - "descriptionHash": "40F7E809DAB5A8CD74C54B0838FB352CC3CA08F14C087BCABEA87C73A3912985E5A29497367213728E27D7EE587297AA3C8BE29E13758F967F5AC2A1E568A4A9", + "descriptionHash": "7DE1D60B4770146166DBC5BAF6EC4D7D0C4ADA1BAAB34342110B806B114E571A6D6A7DDD11811A61DD54ADE00A246FCD4AFF7C7B0D450E3772ABBC26E419C655", "descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml", "lockFileVersion": "1.0.0", "kiotaVersion": "1.21.0", diff --git a/packages/msgraph-sdk-chats/chats/item/messages/index.ts b/packages/msgraph-sdk-chats/chats/item/messages/index.ts index 7c72a7d6efb..75013fc9473 100644 --- a/packages/msgraph-sdk-chats/chats/item/messages/index.ts +++ b/packages/msgraph-sdk-chats/chats/item/messages/index.ts @@ -41,12 +41,12 @@ export interface MessagesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Send a new chatMessage in the specified channel or a chat. + * Send a new chatMessage in the specified chat. This API can't create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-1.0|Find more info here} */ post(body: ChatMessage, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -56,7 +56,7 @@ export interface MessagesRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Send a new chatMessage in the specified channel or a chat. + * Send a new chatMessage in the specified chat. This API can't create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-sdk-communications/communications/calls/item/participants/invite/index.ts b/packages/msgraph-sdk-communications/communications/calls/item/participants/invite/index.ts index 931ec30460e..cc3b469c4c7 100644 --- a/packages/msgraph-sdk-communications/communications/calls/item/participants/invite/index.ts +++ b/packages/msgraph-sdk-communications/communications/calls/item/participants/invite/index.ts @@ -52,16 +52,16 @@ export interface InvitePostRequestBody extends AdditionalDataHolder, BackedModel */ export interface InviteRequestBuilder extends BaseRequestBuilder { /** - * Invite participants to the active call. For more information about how to handle operations, see commsOperation. + * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0|Find more info here} */ post(body: InvitePostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Invite participants to the active call. For more information about how to handle operations, see commsOperation. + * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/index.ts b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/index.ts index 2eac0c79af1..6e6ad2030ac 100644 --- a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/index.ts +++ b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/index.ts @@ -107,7 +107,7 @@ export interface DeviceAppManagementRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-books-deviceappmanagement-get?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-apps-deviceappmanagement-get?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -116,7 +116,7 @@ export interface DeviceAppManagementRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-update?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-update?view=graph-rest-1.0|Find more info here} */ patch(body: DeviceAppManagement, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** diff --git a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppPolicies/index.ts b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppPolicies/index.ts index 77cfda85448..0aa5801a4b7 100644 --- a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppPolicies/index.ts +++ b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppPolicies/index.ts @@ -27,11 +27,11 @@ export interface ManagedAppPoliciesRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotection-list?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-list?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -43,7 +43,7 @@ export interface ManagedAppPoliciesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * List properties and relationships of the windowsInformationProtection objects. + * List properties and relationships of the managedAppPolicy objects. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -57,7 +57,7 @@ export interface ManagedAppPoliciesRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * List properties and relationships of the windowsInformationProtection objects. + * List properties and relationships of the managedAppPolicy objects. */ export interface ManagedAppPoliciesRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppPolicies/item/index.ts b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppPolicies/item/index.ts index a6072d8c5a8..fded427badc 100644 --- a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppPolicies/item/index.ts +++ b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppPolicies/item/index.ts @@ -25,11 +25,11 @@ export interface ManagedAppPolicyItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Read properties and relationships of the windowsInformationProtection object. + * Read properties and relationships of the managedAppProtection object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotection-get?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-get?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -47,7 +47,7 @@ export interface ManagedAppPolicyItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Read properties and relationships of the windowsInformationProtection object. + * Read properties and relationships of the managedAppProtection object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -61,7 +61,7 @@ export interface ManagedAppPolicyItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Read properties and relationships of the windowsInformationProtection object. + * Read properties and relationships of the managedAppProtection object. */ export interface ManagedAppPolicyItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppRegistrations/index.ts b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppRegistrations/index.ts index 4177b534fca..34c4ca114e2 100644 --- a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppRegistrations/index.ts +++ b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppRegistrations/index.ts @@ -33,11 +33,11 @@ export interface ManagedAppRegistrationsRequestBuilder extends BaseRequestBuilde */ byManagedAppRegistrationId(managedAppRegistrationId: string) : ManagedAppRegistrationItemRequestBuilder; /** - * List properties and relationships of the managedAppRegistration objects. + * List properties and relationships of the iosManagedAppRegistration objects. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-list?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappregistration-list?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -50,7 +50,7 @@ export interface ManagedAppRegistrationsRequestBuilder extends BaseRequestBuilde */ post(body: ManagedAppRegistration, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List properties and relationships of the managedAppRegistration objects. + * List properties and relationships of the iosManagedAppRegistration objects. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -64,7 +64,7 @@ export interface ManagedAppRegistrationsRequestBuilder extends BaseRequestBuilde toPostRequestInformation(body: ManagedAppRegistration, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * List properties and relationships of the managedAppRegistration objects. + * List properties and relationships of the iosManagedAppRegistration objects. */ export interface ManagedAppRegistrationsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedEBooks/index.ts b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedEBooks/index.ts index 335b6220a9d..17271d09f4d 100644 --- a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedEBooks/index.ts +++ b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedEBooks/index.ts @@ -27,11 +27,11 @@ export interface ManagedEBooksRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-books-managedebook-list?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-books-iosvppebook-list?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -44,7 +44,7 @@ export interface ManagedEBooksRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * List properties and relationships of the managedEBook objects. + * List properties and relationships of the iosVppEBook objects. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -58,7 +58,7 @@ export interface ManagedEBooksRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * List properties and relationships of the managedEBook objects. + * List properties and relationships of the iosVppEBook objects. */ export interface ManagedEBooksRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedEBooks/item/assignments/index.ts b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedEBooks/item/assignments/index.ts index a6a03c4aab3..766bce420dd 100644 --- a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedEBooks/item/assignments/index.ts +++ b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedEBooks/item/assignments/index.ts @@ -27,11 +27,11 @@ export interface AssignmentsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-list?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-list?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -44,7 +44,7 @@ export interface AssignmentsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * List properties and relationships of the managedEBookAssignment objects. + * List properties and relationships of the iosVppEBookAssignment objects. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -58,7 +58,7 @@ export interface AssignmentsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * List properties and relationships of the managedEBookAssignment objects. + * List properties and relationships of the iosVppEBookAssignment objects. */ export interface AssignmentsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedEBooks/item/assignments/item/index.ts b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedEBooks/item/assignments/item/index.ts index 1d63a207137..f6faf6b3509 100644 --- a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedEBooks/item/assignments/item/index.ts +++ b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedEBooks/item/assignments/item/index.ts @@ -28,12 +28,12 @@ export interface ManagedEBookAssignmentItemRequestBuilder extends BaseRequestBui */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Update the properties of a managedEBookAssignment object. + * Update the properties of a iosVppEBookAssignment object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-update?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-update?view=graph-rest-1.0|Find more info here} */ patch(body: ManagedEBookAssignment, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -49,7 +49,7 @@ export interface ManagedEBookAssignmentItemRequestBuilder extends BaseRequestBui */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Update the properties of a managedEBookAssignment object. + * Update the properties of a iosVppEBookAssignment object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/mobileApps/index.ts b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/mobileApps/index.ts index e642c72d4e8..9b33e0b8c6d 100644 --- a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/mobileApps/index.ts +++ b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/mobileApps/index.ts @@ -123,30 +123,30 @@ export interface MobileAppsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-apps-androidstoreapp-list?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-apps-windowsmobilemsi-list?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Create a new iosStoreApp object. + * Create a new microsoftStoreForBusinessApp object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-apps-iosstoreapp-create?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-apps-microsoftstoreforbusinessapp-create?view=graph-rest-1.0|Find more info here} */ post(body: MobileApp, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List properties and relationships of the androidStoreApp objects. + * List properties and relationships of the windowsMobileMSI objects. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Create a new iosStoreApp object. + * Create a new microsoftStoreForBusinessApp object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} @@ -154,7 +154,7 @@ export interface MobileAppsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * List properties and relationships of the androidStoreApp objects. + * List properties and relationships of the windowsMobileMSI objects. */ export interface MobileAppsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/index.ts b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/index.ts index f5d185148cc..3cc7b302cf4 100644 --- a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/index.ts +++ b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/index.ts @@ -127,43 +127,43 @@ export interface MobileAppItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Read properties and relationships of the macOSOfficeSuiteApp object. + * Read properties and relationships of the iosLobApp object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-apps-macosofficesuiteapp-get?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-apps-ioslobapp-get?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Update the properties of a windowsWebApp object. + * Update the properties of a win32LobApp object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-apps-windowswebapp-update?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-apps-win32lobapp-update?view=graph-rest-1.0|Find more info here} */ patch(body: MobileApp, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Deletes a windowsMobileMSI. + * Deletes a iosiPadOSWebClip. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Read properties and relationships of the macOSOfficeSuiteApp object. + * Read properties and relationships of the iosLobApp object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Update the properties of a windowsWebApp object. + * Update the properties of a win32LobApp object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} @@ -171,7 +171,7 @@ export interface MobileAppItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Read properties and relationships of the macOSOfficeSuiteApp object. + * Read properties and relationships of the iosLobApp object. */ export interface MobileAppItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceCompliancePolicies/index.ts b/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceCompliancePolicies/index.ts index 1786459e398..0b2daa954b9 100644 --- a/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceCompliancePolicies/index.ts +++ b/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceCompliancePolicies/index.ts @@ -27,30 +27,30 @@ export interface DeviceCompliancePoliciesRequestBuilder extends BaseRequestBuild */ byDeviceCompliancePolicyId(deviceCompliancePolicyId: string) : DeviceCompliancePolicyItemRequestBuilder; /** - * List properties and relationships of the windows81CompliancePolicy objects. + * List properties and relationships of the androidWorkProfileCompliancePolicy objects. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows81compliancepolicy-list?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-list?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Create a new windows81CompliancePolicy object. + * Create a new androidCompliancePolicy object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows81compliancepolicy-create?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcompliancepolicy-create?view=graph-rest-1.0|Find more info here} */ post(body: DeviceCompliancePolicy, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List properties and relationships of the windows81CompliancePolicy objects. + * List properties and relationships of the androidWorkProfileCompliancePolicy objects. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Create a new windows81CompliancePolicy object. + * Create a new androidCompliancePolicy object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} @@ -58,7 +58,7 @@ export interface DeviceCompliancePoliciesRequestBuilder extends BaseRequestBuild toPostRequestInformation(body: DeviceCompliancePolicy, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * List properties and relationships of the windows81CompliancePolicy objects. + * List properties and relationships of the androidWorkProfileCompliancePolicy objects. */ export interface DeviceCompliancePoliciesRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceCompliancePolicies/item/index.ts b/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceCompliancePolicies/item/index.ts index 46e10afeade..36f02d029c7 100644 --- a/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceCompliancePolicies/item/index.ts +++ b/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceCompliancePolicies/item/index.ts @@ -67,43 +67,43 @@ export interface DeviceCompliancePolicyItemRequestBuilder extends BaseRequestBui */ get userStatusOverview(): UserStatusOverviewRequestBuilder; /** - * Deletes a androidCompliancePolicy. + * Deletes a windows10CompliancePolicy. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcompliancepolicy-delete?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-delete?view=graph-rest-1.0|Find more info here} */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Read properties and relationships of the windows10CompliancePolicy object. + * Read properties and relationships of the windowsPhone81CompliancePolicy object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-get?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsphone81compliancepolicy-get?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Update the properties of a windowsPhone81CompliancePolicy object. + * Update the properties of a windows10CompliancePolicy object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsphone81compliancepolicy-update?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-update?view=graph-rest-1.0|Find more info here} */ patch(body: DeviceCompliancePolicy, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Deletes a androidCompliancePolicy. + * Deletes a windows10CompliancePolicy. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Read properties and relationships of the windows10CompliancePolicy object. + * Read properties and relationships of the windowsPhone81CompliancePolicy object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Update the properties of a windowsPhone81CompliancePolicy object. + * Update the properties of a windows10CompliancePolicy object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} @@ -111,7 +111,7 @@ export interface DeviceCompliancePolicyItemRequestBuilder extends BaseRequestBui toPatchRequestInformation(body: DeviceCompliancePolicy, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Read properties and relationships of the windows10CompliancePolicy object. + * Read properties and relationships of the windowsPhone81CompliancePolicy object. */ export interface DeviceCompliancePolicyItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceConfigurations/index.ts b/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceConfigurations/index.ts index 296706ad642..7a70a9f6fda 100644 --- a/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceConfigurations/index.ts +++ b/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceConfigurations/index.ts @@ -27,30 +27,30 @@ export interface DeviceConfigurationsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-androidgeneraldeviceconfiguration-list?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-appledevicefeaturesconfigurationbase-list?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Create a new windows10EnterpriseModernAppManagementConfiguration object. + * Create a new androidWorkProfileGeneralDeviceConfiguration object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration-create?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-create?view=graph-rest-1.0|Find more info here} */ post(body: DeviceConfiguration, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List properties and relationships of the androidGeneralDeviceConfiguration objects. + * List properties and relationships of the appleDeviceFeaturesConfigurationBase objects. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Create a new windows10EnterpriseModernAppManagementConfiguration object. + * Create a new androidWorkProfileGeneralDeviceConfiguration object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} @@ -58,7 +58,7 @@ export interface DeviceConfigurationsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * List properties and relationships of the androidGeneralDeviceConfiguration objects. + * List properties and relationships of the appleDeviceFeaturesConfigurationBase objects. */ export interface DeviceConfigurationsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceConfigurations/item/index.ts b/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceConfigurations/item/index.ts index 75f25fdba78..2307401d7a6 100644 --- a/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceConfigurations/item/index.ts +++ b/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceConfigurations/item/index.ts @@ -57,18 +57,18 @@ export interface DeviceConfigurationItemRequestBuilder extends BaseRequestBuilde */ get userStatusOverview(): UserStatusOverviewRequestBuilder; /** - * Deletes a windows10SecureAssessmentConfiguration. + * Deletes a androidWorkProfileCustomConfiguration. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10secureassessmentconfiguration-delete?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecustomconfiguration-delete?view=graph-rest-1.0|Find more info here} */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Read properties and relationships of the iosCertificateProfile object. + * Read properties and relationships of the androidCustomConfiguration object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscertificateprofile-get?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcustomconfiguration-get?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -78,28 +78,28 @@ export interface DeviceConfigurationItemRequestBuilder extends BaseRequestBuilde */ getOmaSettingPlainTextValueWithSecretReferenceValueId(secretReferenceValueId: string | undefined) : GetOmaSettingPlainTextValueWithSecretReferenceValueIdRequestBuilder; /** - * Update the properties of a windows10SecureAssessmentConfiguration object. + * Update the properties of a androidCustomConfiguration object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10secureassessmentconfiguration-update?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcustomconfiguration-update?view=graph-rest-1.0|Find more info here} */ patch(body: DeviceConfiguration, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Deletes a windows10SecureAssessmentConfiguration. + * Deletes a androidWorkProfileCustomConfiguration. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Read properties and relationships of the iosCertificateProfile object. + * Read properties and relationships of the androidCustomConfiguration object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Update the properties of a windows10SecureAssessmentConfiguration object. + * Update the properties of a androidCustomConfiguration object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} @@ -107,7 +107,7 @@ export interface DeviceConfigurationItemRequestBuilder extends BaseRequestBuilde toPatchRequestInformation(body: DeviceConfiguration, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Read properties and relationships of the iosCertificateProfile object. + * Read properties and relationships of the androidCustomConfiguration object. */ export interface DeviceConfigurationItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceEnrollmentConfigurations/index.ts b/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceEnrollmentConfigurations/index.ts index 5187e494b7c..6897ed5a399 100644 --- a/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceEnrollmentConfigurations/index.ts +++ b/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceEnrollmentConfigurations/index.ts @@ -27,11 +27,11 @@ export interface DeviceEnrollmentConfigurationsRequestBuilder extends BaseReques */ byDeviceEnrollmentConfigurationId(deviceEnrollmentConfigurationId: string) : DeviceEnrollmentConfigurationItemRequestBuilder; /** - * List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects. + * List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-list?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-list?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -44,7 +44,7 @@ export interface DeviceEnrollmentConfigurationsRequestBuilder extends BaseReques */ post(body: DeviceEnrollmentConfiguration, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects. + * List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -58,7 +58,7 @@ export interface DeviceEnrollmentConfigurationsRequestBuilder extends BaseReques toPostRequestInformation(body: DeviceEnrollmentConfiguration, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects. + * List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects. */ export interface DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceEnrollmentConfigurations/item/index.ts b/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceEnrollmentConfigurations/item/index.ts index e6c3d562b80..819ef92ac85 100644 --- a/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceEnrollmentConfigurations/item/index.ts +++ b/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceEnrollmentConfigurations/item/index.ts @@ -31,18 +31,18 @@ export interface DeviceEnrollmentConfigurationItemRequestBuilder extends BaseReq */ get setPriority(): SetPriorityRequestBuilder; /** - * Deletes a deviceEnrollmentWindowsHelloForBusinessConfiguration. + * Deletes a deviceEnrollmentPlatformRestrictionsConfiguration. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-delete?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-delete?view=graph-rest-1.0|Find more info here} */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Read properties and relationships of the deviceEnrollmentLimitConfiguration object. + * Read properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-get?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-get?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -55,13 +55,13 @@ export interface DeviceEnrollmentConfigurationItemRequestBuilder extends BaseReq */ patch(body: DeviceEnrollmentConfiguration, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Deletes a deviceEnrollmentWindowsHelloForBusinessConfiguration. + * Deletes a deviceEnrollmentPlatformRestrictionsConfiguration. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Read properties and relationships of the deviceEnrollmentLimitConfiguration object. + * Read properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -75,7 +75,7 @@ export interface DeviceEnrollmentConfigurationItemRequestBuilder extends BaseReq toPatchRequestInformation(body: DeviceEnrollmentConfiguration, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Read properties and relationships of the deviceEnrollmentLimitConfiguration object. + * Read properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration object. */ export interface DeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-deviceManagement/deviceManagement/index.ts b/packages/msgraph-sdk-deviceManagement/deviceManagement/index.ts index 8afcaeec358..7f2eb38a114 100644 --- a/packages/msgraph-sdk-deviceManagement/deviceManagement/index.ts +++ b/packages/msgraph-sdk-deviceManagement/deviceManagement/index.ts @@ -375,7 +375,7 @@ export interface DeviceManagementRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-companyterms-devicemanagement-get?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-auditing-devicemanagement-get?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -390,7 +390,7 @@ export interface DeviceManagementRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-remoteassistance-devicemanagement-update?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-raimportcerts-devicemanagement-update?view=graph-rest-1.0|Find more info here} */ patch(body: DeviceManagement, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** diff --git a/packages/msgraph-sdk-deviceManagement/deviceManagement/roleDefinitions/index.ts b/packages/msgraph-sdk-deviceManagement/deviceManagement/roleDefinitions/index.ts index 51b70643d17..f5b87beffc2 100644 --- a/packages/msgraph-sdk-deviceManagement/deviceManagement/roleDefinitions/index.ts +++ b/packages/msgraph-sdk-deviceManagement/deviceManagement/roleDefinitions/index.ts @@ -27,11 +27,11 @@ export interface RoleDefinitionsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-list?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-list?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -44,7 +44,7 @@ export interface RoleDefinitionsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * List properties and relationships of the roleDefinition objects. + * List properties and relationships of the deviceAndAppManagementRoleDefinition objects. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -58,7 +58,7 @@ export interface RoleDefinitionsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * List properties and relationships of the roleDefinition objects. + * List properties and relationships of the deviceAndAppManagementRoleDefinition objects. */ export interface RoleDefinitionsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-deviceManagement/deviceManagement/roleDefinitions/item/index.ts b/packages/msgraph-sdk-deviceManagement/deviceManagement/roleDefinitions/item/index.ts index c1975161b72..49d6c7c6780 100644 --- a/packages/msgraph-sdk-deviceManagement/deviceManagement/roleDefinitions/item/index.ts +++ b/packages/msgraph-sdk-deviceManagement/deviceManagement/roleDefinitions/item/index.ts @@ -26,11 +26,11 @@ export interface RoleDefinitionItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Read properties and relationships of the roleDefinition object. + * Read properties and relationships of the deviceAndAppManagementRoleDefinition object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-get?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-get?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -49,7 +49,7 @@ export interface RoleDefinitionItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Read properties and relationships of the roleDefinition object. + * Read properties and relationships of the deviceAndAppManagementRoleDefinition object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -63,7 +63,7 @@ export interface RoleDefinitionItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Read properties and relationships of the roleDefinition object. + * Read properties and relationships of the deviceAndAppManagementRoleDefinition object. */ export interface RoleDefinitionItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-drives/drives/item/items/item/workbook/tables/add/index.ts b/packages/msgraph-sdk-drives/drives/item/items/item/workbook/tables/add/index.ts index c03198fbfc6..35a8fcd6268 100644 --- a/packages/msgraph-sdk-drives/drives/item/items/item/workbook/tables/add/index.ts +++ b/packages/msgraph-sdk-drives/drives/item/items/item/workbook/tables/add/index.ts @@ -31,16 +31,16 @@ export interface AddPostRequestBody extends AdditionalDataHolder, BackedModel, P */ export interface AddRequestBuilder extends BaseRequestBuilder { /** - * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated. + * Use this API to create a new Table. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/tablecollection-add?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/workbook-post-tables?view=graph-rest-1.0|Find more info here} */ post(body: AddPostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated. + * Use this API to create a new Table. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-sdk-drives/drives/item/items/item/workbook/worksheets/item/tables/add/index.ts b/packages/msgraph-sdk-drives/drives/item/items/item/workbook/worksheets/item/tables/add/index.ts index 9fbd5a459ef..ba6643b0093 100644 --- a/packages/msgraph-sdk-drives/drives/item/items/item/workbook/worksheets/item/tables/add/index.ts +++ b/packages/msgraph-sdk-drives/drives/item/items/item/workbook/worksheets/item/tables/add/index.ts @@ -31,16 +31,16 @@ export interface AddPostRequestBody extends AdditionalDataHolder, BackedModel, P */ export interface AddRequestBuilder extends BaseRequestBuilder { /** - * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated. + * Use this API to create a new Table. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/tablecollection-add?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/workbook-post-tables?view=graph-rest-1.0|Find more info here} */ post(body: AddPostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated. + * Use this API to create a new Table. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-sdk-groups/groups/item/assignLicense/index.ts b/packages/msgraph-sdk-groups/groups/item/assignLicense/index.ts index 067985296ce..1e9189fe758 100644 --- a/packages/msgraph-sdk-groups/groups/item/assignLicense/index.ts +++ b/packages/msgraph-sdk-groups/groups/item/assignLicense/index.ts @@ -31,7 +31,7 @@ export interface AssignLicensePostRequestBody extends AdditionalDataHolder, Back */ export interface AssignLicenseRequestBuilder extends BaseRequestBuilder { /** - * Add or remove licenses on the group. Licenses assigned to the group will be assigned to all users in the group. Group-based licensing is an alternative to direct user licensing. To learn more about group-based licensing, see What is group-based licensing in Microsoft Entra ID. To get the subscriptions available in the directory, perform a GET subscribedSkus request. + * Add or remove licenses on a group. Licenses assigned to the group will be assigned to all users in the group. Group-based licensing is an alternative to direct user licensing. To learn more about group-based licensing, see What is group-based licensing in Microsoft Entra ID. To get the subscriptions available in the directory, perform a GET subscribedSkus request. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} @@ -40,7 +40,7 @@ export interface AssignLicenseRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Add or remove licenses on the group. Licenses assigned to the group will be assigned to all users in the group. Group-based licensing is an alternative to direct user licensing. To learn more about group-based licensing, see What is group-based licensing in Microsoft Entra ID. To get the subscriptions available in the directory, perform a GET subscribedSkus request. + * Add or remove licenses on a group. Licenses assigned to the group will be assigned to all users in the group. Group-based licensing is an alternative to direct user licensing. To learn more about group-based licensing, see What is group-based licensing in Microsoft Entra ID. To get the subscriptions available in the directory, perform a GET subscribedSkus request. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-sdk-groups/groups/item/conversations/index.ts b/packages/msgraph-sdk-groups/groups/item/conversations/index.ts index 1c3d598de63..feccc6d839f 100644 --- a/packages/msgraph-sdk-groups/groups/item/conversations/index.ts +++ b/packages/msgraph-sdk-groups/groups/item/conversations/index.ts @@ -35,12 +35,12 @@ export interface ConversationsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Use reply thread or reply post to further post to that conversation. + * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/group-post-conversations?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0|Find more info here} */ post(body: Conversation, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -50,7 +50,7 @@ export interface ConversationsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Use reply thread or reply post to further post to that conversation. + * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-sdk-groups/groups/item/conversations/item/index.ts b/packages/msgraph-sdk-groups/groups/item/conversations/item/index.ts index 783000d33e4..cb32152f04c 100644 --- a/packages/msgraph-sdk-groups/groups/item/conversations/item/index.ts +++ b/packages/msgraph-sdk-groups/groups/item/conversations/item/index.ts @@ -22,15 +22,15 @@ export interface ConversationItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * The group's conversations. + * Retrieve the properties and relationships of conversation object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/group-get-conversation?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/conversation-get?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -40,14 +40,14 @@ export interface ConversationItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * The group's conversations. + * Retrieve the properties and relationships of conversation object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * The group's conversations. + * Retrieve the properties and relationships of conversation object. */ export interface ConversationItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-groups/groups/item/index.ts b/packages/msgraph-sdk-groups/groups/item/index.ts index 45c30efec4c..e834f01fb46 100644 --- a/packages/msgraph-sdk-groups/groups/item/index.ts +++ b/packages/msgraph-sdk-groups/groups/item/index.ts @@ -271,7 +271,7 @@ export interface GroupItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Delete group. When deleted, Microsoft 365 groups are moved to a temporary container and can be restored within 30 days. After that time, they're permanently deleted. This isn't applicable to Security groups and Distribution groups which are permanently deleted immediately. To learn more, see deletedItems. + * Delete a group. When deleted, Microsoft 365 groups are moved to a temporary container and can be restored within 30 days. After that time, they're permanently deleted. This isn't applicable to Security groups and Distribution groups which are permanently deleted immediately. To learn more, see deletedItems. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ diff --git a/packages/msgraph-sdk-groups/groups/item/renew/index.ts b/packages/msgraph-sdk-groups/groups/item/renew/index.ts index 4d7e586d065..4c3c22d9e69 100644 --- a/packages/msgraph-sdk-groups/groups/item/renew/index.ts +++ b/packages/msgraph-sdk-groups/groups/item/renew/index.ts @@ -11,14 +11,14 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ */ export interface RenewRequestBuilder extends BaseRequestBuilder { /** - * Renews a group's expiration. When a group is renewed, the group expiration is extended by the number of days defined in the policy. + * Renew a group's expiration. When a group is renewed, the group expiration is extended by the number of days defined in the policy. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code * @see {@link https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-1.0|Find more info here} */ post(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Renews a group's expiration. When a group is renewed, the group expiration is extended by the number of days defined in the policy. + * Renew a group's expiration. When a group is renewed, the group expiration is extended by the number of days defined in the policy. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ diff --git a/packages/msgraph-sdk-groups/groups/item/threads/item/index.ts b/packages/msgraph-sdk-groups/groups/item/threads/item/index.ts index 1f24637ffac..5d804cc72a7 100644 --- a/packages/msgraph-sdk-groups/groups/item/threads/item/index.ts +++ b/packages/msgraph-sdk-groups/groups/item/threads/item/index.ts @@ -28,7 +28,7 @@ export interface ConversationThreadItemRequestBuilder extends BaseRequestBuilder * Delete conversationThread. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-1.0|Find more info here} */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** diff --git a/packages/msgraph-sdk-identity/identity/conditionalAccess/namedLocations/item/index.ts b/packages/msgraph-sdk-identity/identity/conditionalAccess/namedLocations/item/index.ts index 1a2ee8f1a98..e0327de080b 100644 --- a/packages/msgraph-sdk-identity/identity/conditionalAccess/namedLocations/item/index.ts +++ b/packages/msgraph-sdk-identity/identity/conditionalAccess/namedLocations/item/index.ts @@ -13,10 +13,10 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ */ export interface NamedLocationItemRequestBuilder extends BaseRequestBuilder { /** - * Delete an ipNamedLocation object. + * Delete a namedLocation object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/ipnamedlocation-delete?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/namedlocation-delete?view=graph-rest-1.0|Find more info here} */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -28,16 +28,16 @@ export interface NamedLocationItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Update the properties of an ipNamedLocation object. + * Update the properties of a countryNamedLocation object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/ipnamedlocation-update?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/countrynamedlocation-update?view=graph-rest-1.0|Find more info here} */ patch(body: NamedLocation, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Delete an ipNamedLocation object. + * Delete a namedLocation object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -49,7 +49,7 @@ export interface NamedLocationItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Update the properties of an ipNamedLocation object. + * Update the properties of a countryNamedLocation object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-sdk-identityGovernance/identityGovernance/entitlementManagement/catalogs/item/customWorkflowExtensions/item/index.ts b/packages/msgraph-sdk-identityGovernance/identityGovernance/entitlementManagement/catalogs/item/customWorkflowExtensions/item/index.ts index 719c4637912..34e12ccae6f 100644 --- a/packages/msgraph-sdk-identityGovernance/identityGovernance/entitlementManagement/catalogs/item/customWorkflowExtensions/item/index.ts +++ b/packages/msgraph-sdk-identityGovernance/identityGovernance/entitlementManagement/catalogs/item/customWorkflowExtensions/item/index.ts @@ -28,12 +28,12 @@ export interface CustomCalloutExtensionItemRequestBuilder extends BaseRequestBui */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Update the properties of an accessPackageAssignmentWorkflowExtension object. + * Update the properties of an accessPackageAssignmentRequestWorkflowExtension object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-update?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-update?view=graph-rest-1.0|Find more info here} */ patch(body: CustomCalloutExtension, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -49,7 +49,7 @@ export interface CustomCalloutExtensionItemRequestBuilder extends BaseRequestBui */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Update the properties of an accessPackageAssignmentWorkflowExtension object. + * Update the properties of an accessPackageAssignmentRequestWorkflowExtension object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-sdk-identityGovernance/identityGovernance/termsOfUse/agreements/item/index.ts b/packages/msgraph-sdk-identityGovernance/identityGovernance/termsOfUse/agreements/item/index.ts index da8656e3776..fcbf0f51522 100644 --- a/packages/msgraph-sdk-identityGovernance/identityGovernance/termsOfUse/agreements/item/index.ts +++ b/packages/msgraph-sdk-identityGovernance/identityGovernance/termsOfUse/agreements/item/index.ts @@ -38,11 +38,11 @@ export interface AgreementItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Retrieve all files related to an agreement. This includes the default file and all localized files. + * Retrieve the properties and relationships of an agreement object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/agreement-list-files?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/agreement-get?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -61,7 +61,7 @@ export interface AgreementItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Retrieve all files related to an agreement. This includes the default file and all localized files. + * Retrieve the properties and relationships of an agreement object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -75,7 +75,7 @@ export interface AgreementItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Retrieve all files related to an agreement. This includes the default file and all localized files. + * Retrieve the properties and relationships of an agreement object. */ export interface AgreementItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-informationProtection/informationProtection/bitlocker/recoveryKeys/index.ts b/packages/msgraph-sdk-informationProtection/informationProtection/bitlocker/recoveryKeys/index.ts index 33c1645fca1..51bfa99c0e0 100644 --- a/packages/msgraph-sdk-informationProtection/informationProtection/bitlocker/recoveryKeys/index.ts +++ b/packages/msgraph-sdk-informationProtection/informationProtection/bitlocker/recoveryKeys/index.ts @@ -27,7 +27,7 @@ export interface RecoveryKeysRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -35,14 +35,14 @@ export interface RecoveryKeysRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get a list of the bitlockerRecoveryKey objects and their properties. This operation does not return the key property. For information about how to read the key property, see Get bitlockerRecoveryKey. + * Get a list of the bitlockerRecoveryKey objects and their properties. This operation does not return the key property. For information about how to read the key property, see Get bitlockerRecoveryKey. You can use this API to programmatically iterate through the list of recovery keys in the tenant and identify devices with BitLocker enabled. For more information, see the sample PowerShell code in BitLocker recovery process. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get a list of the bitlockerRecoveryKey objects and their properties. This operation does not return the key property. For information about how to read the key property, see Get bitlockerRecoveryKey. + * Get a list of the bitlockerRecoveryKey objects and their properties. This operation does not return the key property. For information about how to read the key property, see Get bitlockerRecoveryKey. You can use this API to programmatically iterate through the list of recovery keys in the tenant and identify devices with BitLocker enabled. For more information, see the sample PowerShell code in BitLocker recovery process. */ export interface RecoveryKeysRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-organization/organization/item/branding/localizations/item/bannerLogo/index.ts b/packages/msgraph-sdk-organization/organization/item/branding/localizations/item/bannerLogo/index.ts index 96bfcae77f1..48b47a18459 100644 --- a/packages/msgraph-sdk-organization/organization/item/branding/localizations/item/bannerLogo/index.ts +++ b/packages/msgraph-sdk-organization/organization/item/branding/localizations/item/bannerLogo/index.ts @@ -17,11 +17,11 @@ export interface BannerLogoRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL. + * Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -41,7 +41,7 @@ export interface BannerLogoRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL. + * Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ diff --git a/packages/msgraph-sdk-organization/organization/item/index.ts b/packages/msgraph-sdk-organization/organization/item/index.ts index bfae529c28f..6918ef49f92 100644 --- a/packages/msgraph-sdk-organization/organization/item/index.ts +++ b/packages/msgraph-sdk-organization/organization/item/index.ts @@ -81,12 +81,12 @@ export interface OrganizationItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Update the properties of the currently authenticated organization. In this case, organization is defined as a collection of exactly one record, and so its ID must be specified in the request. The ID is also known as the tenantId of the organization. + * Update the properties of a organization object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-organization-update?view=graph-rest-1.0|Find more info here} */ patch(body: Organization, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -102,7 +102,7 @@ export interface OrganizationItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Update the properties of the currently authenticated organization. In this case, organization is defined as a collection of exactly one record, and so its ID must be specified in the request. The ID is also known as the tenantId of the organization. + * Update the properties of a organization object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-sdk-security/security/attackSimulation/payloads/item/index.ts b/packages/msgraph-sdk-security/security/attackSimulation/payloads/item/index.ts index ae871c6fd0b..d18620584f5 100644 --- a/packages/msgraph-sdk-security/security/attackSimulation/payloads/item/index.ts +++ b/packages/msgraph-sdk-security/security/attackSimulation/payloads/item/index.ts @@ -19,10 +19,11 @@ export interface PayloadItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Represents an attack simulation training campaign payload in a tenant. + * Get an attack simulation campaign payload for a tenant. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/payload-get?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -40,7 +41,7 @@ export interface PayloadItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Represents an attack simulation training campaign payload in a tenant. + * Get an attack simulation campaign payload for a tenant. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +55,7 @@ export interface PayloadItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Represents an attack simulation training campaign payload in a tenant. + * Get an attack simulation campaign payload for a tenant. */ export interface PayloadItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-sites/sites/index.ts b/packages/msgraph-sdk-sites/sites/index.ts index 380840bf2a7..3c7801cfddc 100644 --- a/packages/msgraph-sdk-sites/sites/index.ts +++ b/packages/msgraph-sdk-sites/sites/index.ts @@ -51,22 +51,22 @@ export interface SitesRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/site-list?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/site-search?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale. + * Search across a SharePoint tenant for sites that match keywords provided. The only property that works for sorting is createdDateTime. The search filter is a free text search that uses multiple properties when retrieving the search results. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale. + * Search across a SharePoint tenant for sites that match keywords provided. The only property that works for sorting is createdDateTime. The search filter is a free text search that uses multiple properties when retrieving the search results. */ export interface SitesRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-teams/teams/item/channels/item/members/item/index.ts b/packages/msgraph-sdk-teams/teams/item/channels/item/members/item/index.ts index 877a20c1aaa..15977d3f537 100644 --- a/packages/msgraph-sdk-teams/teams/item/channels/item/members/item/index.ts +++ b/packages/msgraph-sdk-teams/teams/item/channels/item/members/item/index.ts @@ -13,10 +13,10 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ */ export interface ConversationMemberItemRequestBuilder extends BaseRequestBuilder { /** - * Delete a conversationMember from a channel. This operation is allowed only for channels with a membershipType value of private or shared. + * Delete a conversationMember from a channel. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/channel-delete-members?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0|Find more info here} */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -37,7 +37,7 @@ export interface ConversationMemberItemRequestBuilder extends BaseRequestBuilder */ patch(body: ConversationMember, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Delete a conversationMember from a channel. This operation is allowed only for channels with a membershipType value of private or shared. + * Delete a conversationMember from a channel. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ diff --git a/packages/msgraph-sdk-teams/teams/item/channels/item/messages/index.ts b/packages/msgraph-sdk-teams/teams/item/channels/item/messages/index.ts index 2b43194a497..d9e4673ce0e 100644 --- a/packages/msgraph-sdk-teams/teams/item/channels/item/messages/index.ts +++ b/packages/msgraph-sdk-teams/teams/item/channels/item/messages/index.ts @@ -41,12 +41,12 @@ export interface MessagesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Send a new chatMessage in the specified channel or a chat. + * Send a new chatMessage in the specified channel. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/channel-post-messages?view=graph-rest-1.0|Find more info here} */ post(body: ChatMessage, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -56,7 +56,7 @@ export interface MessagesRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Send a new chatMessage in the specified channel or a chat. + * Send a new chatMessage in the specified channel. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-sdk-teams/teams/item/channels/item/messages/item/replies/index.ts b/packages/msgraph-sdk-teams/teams/item/channels/item/messages/item/replies/index.ts index 57604964331..456971d6403 100644 --- a/packages/msgraph-sdk-teams/teams/item/channels/item/messages/item/replies/index.ts +++ b/packages/msgraph-sdk-teams/teams/item/channels/item/messages/item/replies/index.ts @@ -41,12 +41,12 @@ export interface RepliesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Send a new reply to a chatMessage in a specified channel. + * Create a new reply to a chatMessage in a specified channel. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0|Find more info here} */ post(body: ChatMessage, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -56,7 +56,7 @@ export interface RepliesRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Send a new reply to a chatMessage in a specified channel. + * Create a new reply to a chatMessage in a specified channel. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-sdk-users/users/index.ts b/packages/msgraph-sdk-users/users/index.ts index 61161018402..e3c812bee8b 100644 --- a/packages/msgraph-sdk-users/users/index.ts +++ b/packages/msgraph-sdk-users/users/index.ts @@ -55,7 +55,7 @@ export interface UsersRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-mam-user-list?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-user-list?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -64,7 +64,7 @@ export interface UsersRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-mam-user-create?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-user-create?view=graph-rest-1.0|Find more info here} */ post(body: User, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** diff --git a/packages/msgraph-sdk-users/users/item/index.ts b/packages/msgraph-sdk-users/users/item/index.ts index 7efd8f89cac..edb151e972e 100644 --- a/packages/msgraph-sdk-users/users/item/index.ts +++ b/packages/msgraph-sdk-users/users/item/index.ts @@ -475,11 +475,11 @@ export interface UserItemRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-mam-user-get?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/user-get?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -488,7 +488,7 @@ export interface UserItemRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/user-update?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-mam-user-update?view=graph-rest-1.0|Find more info here} */ patch(body: User, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -505,7 +505,7 @@ export interface UserItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Read properties and relationships of the user object. + * Retrieve the properties and relationships of user object. This operation returns by default only a subset of the more commonly used properties for each user. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation for the user and specify the properties in a $select OData query option. Because the user resource supports extensions, you can also use the GET operation to get custom properties and extension data in a user instance. Customers through Microsoft Entra ID for customers can also use this API operation to retrieve their details. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -519,7 +519,7 @@ export interface UserItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Read properties and relationships of the user object. + * Retrieve the properties and relationships of user object. This operation returns by default only a subset of the more commonly used properties for each user. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation for the user and specify the properties in a $select OData query option. Because the user resource supports extensions, you can also use the GET operation to get custom properties and extension data in a user instance. Customers through Microsoft Entra ID for customers can also use this API operation to retrieve their details. */ export interface UserItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk/models/index.ts b/packages/msgraph-sdk/models/index.ts index 7e42a94d11b..c99e7337f8d 100644 --- a/packages/msgraph-sdk/models/index.ts +++ b/packages/msgraph-sdk/models/index.ts @@ -1901,7 +1901,7 @@ export interface AdministrativeUnit extends DirectoryObject, Parsable { */ description?: string | null; /** - * Display name for the administrative unit. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby. + * Display name for the administrative unit. Maximum length is 256 characters. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby. */ displayName?: string | null; /** @@ -3560,7 +3560,7 @@ export interface Application extends DirectoryObject, Parsable { */ disabledByMicrosoftStatus?: string | null; /** - * The display name for the application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby. + * The display name for the application. Maximum length is 256 characters. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby. */ displayName?: string | null; /** @@ -3997,7 +3997,7 @@ export interface AppRoleAssignment extends DirectoryObject, Parsable { */ createdDateTime?: Date | null; /** - * The display name of the user, group, or service principal that was granted the app role assignment. Read-only. Supports $filter (eq and startswith). + * The display name of the user, group, or service principal that was granted the app role assignment. Maximum length is 256 characters. Read-only. Supports $filter (eq and startswith). */ principalDisplayName?: string | null; /** @@ -4009,7 +4009,7 @@ export interface AppRoleAssignment extends DirectoryObject, Parsable { */ principalType?: string | null; /** - * The display name of the resource app's service principal to which the assignment is made. + * The display name of the resource app's service principal to which the assignment is made. Maximum length is 256 characters. */ resourceDisplayName?: string | null; /** @@ -10718,7 +10718,7 @@ export interface ConditionalAccessClientApplications extends AdditionalDataHolde */ odataType?: string | null; /** - * The servicePrincipalFilter property + * Filter that defines the dynamic-servicePrincipal-syntax rule to include/exclude service principals. A filter can use custom security attributes to include/exclude service principals. */ servicePrincipalFilter?: ConditionalAccessFilter | null; } @@ -50794,7 +50794,9 @@ export function deserializeIntoFileStorageContainerCustomPropertyDictionary(file export function deserializeIntoFileStorageContainerSettings(fileStorageContainerSettings: Partial | undefined = {}) : Record void> { return { "backingStoreEnabled": n => { fileStorageContainerSettings.backingStoreEnabled = true; }, + "isItemVersioningEnabled": n => { fileStorageContainerSettings.isItemVersioningEnabled = n.getBooleanValue(); }, "isOcrEnabled": n => { fileStorageContainerSettings.isOcrEnabled = n.getBooleanValue(); }, + "itemMajorVersionLimit": n => { fileStorageContainerSettings.itemMajorVersionLimit = n.getNumberValue(); }, "@odata.type": n => { fileStorageContainerSettings.odataType = n.getStringValue(); }, } } @@ -71321,7 +71323,7 @@ export interface Device extends DirectoryObject, Parsable { */ deviceVersion?: number | null; /** - * The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby. + * The display name for the device. Maximum length is 256 characters. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby. */ displayName?: string | null; /** @@ -77331,10 +77333,18 @@ export interface FileStorageContainerSettings extends AdditionalDataHolder, Back * Stores model information. */ backingStoreEnabled?: boolean | null; + /** + * The isItemVersioningEnabled property + */ + isItemVersioningEnabled?: boolean | null; /** * Indicates whether Optical Character Recognition (OCR) is enabled for the container. The default value is false. When set to true, OCR extraction is performed for new and updated documents of supported document types, and the extracted fields in the metadata of the document enable end-user search and search-driven solutions. When set to false, existing OCR metadata is not impacted. Optional. Read-write. */ isOcrEnabled?: boolean | null; + /** + * The itemMajorVersionLimit property + */ + itemMajorVersionLimit?: number | null; /** * The OdataType property */ @@ -87427,7 +87437,7 @@ export interface OrgContact extends DirectoryObject, Parsable { */ directReports?: DirectoryObject[] | null; /** - * Display name for this organizational contact. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values), $search, and $orderby. + * Display name for this organizational contact. Maximum length is 256 characters. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values), $search, and $orderby. */ displayName?: string | null; /** @@ -107045,7 +107055,9 @@ export function serializeFileStorageContainerCustomPropertyDictionary(writer: Se // @ts-ignore export function serializeFileStorageContainerSettings(writer: SerializationWriter, fileStorageContainerSettings: Partial | undefined | null = {}) : void { if (fileStorageContainerSettings) { + writer.writeBooleanValue("isItemVersioningEnabled", fileStorageContainerSettings.isItemVersioningEnabled); writer.writeBooleanValue("isOcrEnabled", fileStorageContainerSettings.isOcrEnabled); + writer.writeNumberValue("itemMajorVersionLimit", fileStorageContainerSettings.itemMajorVersionLimit); writer.writeStringValue("@odata.type", fileStorageContainerSettings.odataType); writer.writeAdditionalData(fileStorageContainerSettings.additionalData); } @@ -127700,7 +127712,7 @@ export interface ServicePrincipal extends DirectoryObject, Parsable { */ appDescription?: string | null; /** - * The display name exposed by the associated application. + * The display name exposed by the associated application. Maximum length is 256 characters. */ appDisplayName?: string | null; /** @@ -134720,7 +134732,7 @@ export interface User extends DirectoryObject, Parsable { */ lastPasswordChangeDateTime?: Date | null; /** - * Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. Returned only on $select. + * Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. Returned only on $select. */ legalAgeGroupClassification?: string | null; /** @@ -142515,47 +142527,47 @@ export interface WorkbookWorksheetProtectionOptions extends AdditionalDataHolder */ additionalData?: Record; /** - * Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. + * Represents the worksheet protection option of allowing using auto filter feature. */ allowAutoFilter?: boolean | null; /** - * Indicates whether the worksheet protection option to allow deleting columns is enabled. + * Represents the worksheet protection option of allowing deleting columns. */ allowDeleteColumns?: boolean | null; /** - * Indicates whether the worksheet protection option to allow deleting rows is enabled. + * Represents the worksheet protection option of allowing deleting rows. */ allowDeleteRows?: boolean | null; /** - * Indicates whether the worksheet protection option to allow formatting cells is enabled. + * Represents the worksheet protection option of allowing formatting cells. */ allowFormatCells?: boolean | null; /** - * Indicates whether the worksheet protection option to allow formatting columns is enabled. + * Represents the worksheet protection option of allowing formatting columns. */ allowFormatColumns?: boolean | null; /** - * Indicates whether the worksheet protection option to allow formatting rows is enabled. + * Represents the worksheet protection option of allowing formatting rows. */ allowFormatRows?: boolean | null; /** - * Indicates whether the worksheet protection option to allow inserting columns is enabled. + * Represents the worksheet protection option of allowing inserting columns. */ allowInsertColumns?: boolean | null; /** - * Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. + * Represents the worksheet protection option of allowing inserting hyperlinks. */ allowInsertHyperlinks?: boolean | null; /** - * Indicates whether the worksheet protection option to allow inserting rows is enabled. + * Represents the worksheet protection option of allowing inserting rows. */ allowInsertRows?: boolean | null; /** - * Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. + * Represents the worksheet protection option of allowing using pivot table feature. */ allowPivotTables?: boolean | null; /** - * Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. + * Represents the worksheet protection option of allowing using sort feature. */ allowSort?: boolean | null; /** diff --git a/packages/msgraph-sdk/models/security/index.ts b/packages/msgraph-sdk/models/security/index.ts index 48715c4c98b..e591c2a818d 100644 --- a/packages/msgraph-sdk/models/security/index.ts +++ b/packages/msgraph-sdk/models/security/index.ts @@ -2920,6 +2920,10 @@ export interface DataSet extends Entity, Parsable { * The createdDateTime property */ createdDateTime?: Date | null; + /** + * The description property + */ + description?: string | null; /** * The displayName property */ @@ -3483,6 +3487,7 @@ export function deserializeIntoDataSet(dataSet: Partial | undefined = { ...deserializeIntoEntity(dataSet), "createdBy": n => { dataSet.createdBy = n.getObjectValue(createIdentitySetFromDiscriminatorValue); }, "createdDateTime": n => { dataSet.createdDateTime = n.getDateValue(); }, + "description": n => { dataSet.description = n.getStringValue(); }, "displayName": n => { dataSet.displayName = n.getStringValue(); }, } } @@ -9210,6 +9215,7 @@ export function serializeDataSet(writer: SerializationWriter, dataSet: Partial("createdBy", dataSet.createdBy, serializeIdentitySet); writer.writeDateValue("createdDateTime", dataSet.createdDateTime); + writer.writeStringValue("description", dataSet.description); writer.writeStringValue("displayName", dataSet.displayName); } }