diff --git a/packages/kiota-lock.json b/packages/kiota-lock.json index 173ef5d916..ef17d1205b 100644 --- a/packages/kiota-lock.json +++ b/packages/kiota-lock.json @@ -1,5 +1,5 @@ { - "descriptionHash": "0167E92AE23E81AB8FAE3FE9058C3CA4AB7790770B67B059A7BD8D0AE3D85C1CC9E39D253E8EC502792B8ADF34370BE7FBB5B3F65D74FE9B32E8F228CDA27D53", + "descriptionHash": "09E142BBDBB13E7AB322736892A3A1C5FF37A0E52CCFD537FD22F74C186DE25851DD563D6C7D82BBFF1F109F789C1D626C877D9F82F786D7C3B42A08DA4BBDE0", "descriptionLocation": "../../msgraph-metadata/clean_beta_openapi/openapi.yaml", "lockFileVersion": "1.0.0", "kiotaVersion": "1.29.0", diff --git a/packages/msgraph-beta-sdk-admin/admin/windows/updates/resourceConnections/item/index.ts b/packages/msgraph-beta-sdk-admin/admin/windows/updates/resourceConnections/item/index.ts index e1b5e240a8..78665fcf50 100644 --- a/packages/msgraph-beta-sdk-admin/admin/windows/updates/resourceConnections/item/index.ts +++ b/packages/msgraph-beta-sdk-admin/admin/windows/updates/resourceConnections/item/index.ts @@ -13,10 +13,10 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ */ export interface ResourceConnectionItemRequestBuilder extends BaseRequestBuilder { /** - * Delete an operationalInsightsConnection object. + * Delete a resourceConnection 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/windowsupdates-operationalinsightsconnection-delete?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-delete?view=graph-rest-beta|Find more info here} */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -36,7 +36,7 @@ export interface ResourceConnectionItemRequestBuilder extends BaseRequestBuilder */ patch(body: ResourceConnection, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Delete an operationalInsightsConnection object. + * Delete a resourceConnection object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ diff --git a/packages/msgraph-beta-sdk-admin/admin/windows/updates/updatableAssets/item/index.ts b/packages/msgraph-beta-sdk-admin/admin/windows/updates/updatableAssets/item/index.ts index debe9e4fdb..fc85f820a4 100644 --- a/packages/msgraph-beta-sdk-admin/admin/windows/updates/updatableAssets/item/index.ts +++ b/packages/msgraph-beta-sdk-admin/admin/windows/updates/updatableAssets/item/index.ts @@ -37,18 +37,18 @@ export interface UpdatableAssetItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Read the properties and relationships of an updatableAssetGroup object. + * Read the properties of an azureADDevice 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/windowsupdates-updatableassetgroup-get?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/windowsupdates-azureaddevice-get?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -60,13 +60,13 @@ export interface UpdatableAssetItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Delete an updatableAsset object. + * Delete an azureADDevice object. When a Microsoft Entra device is deleted, it is unregistered and automatically unenrolled from management for all update categories, as well as removed from every deploymentAudience and updatableAssetGroup. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Read the properties and relationships of an updatableAssetGroup object. + * Read the properties of an azureADDevice object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -80,7 +80,7 @@ export interface UpdatableAssetItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Read the properties and relationships of an updatableAssetGroup object. + * Read the properties of an azureADDevice object. */ export interface UpdatableAssetItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-app/app/calls/item/participants/invite/index.ts b/packages/msgraph-beta-sdk-app/app/calls/item/participants/invite/index.ts index 2d50bbd0d3..6cd4c719c8 100644 --- a/packages/msgraph-beta-sdk-app/app/calls/item/participants/invite/index.ts +++ b/packages/msgraph-beta-sdk-app/app/calls/item/participants/invite/index.ts @@ -49,16 +49,16 @@ export interface InvitePostRequestBody extends AdditionalDataHolder, BackedModel */ export interface InviteRequestBuilder extends BaseRequestBuilder { /** - * 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. + * Invite participants to the active call. For more information about how to handle operations, see commsOperation. * @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-delete?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-beta|Find more info here} */ post(body: InvitePostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * 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. + * Invite participants to the active call. For more information about how to handle operations, see commsOperation. * @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-beta-sdk-chats/chats/item/messages/index.ts b/packages/msgraph-beta-sdk-chats/chats/item/messages/index.ts index 41b76ecc19..a9addba36d 100644 --- a/packages/msgraph-beta-sdk-chats/chats/item/messages/index.ts +++ b/packages/msgraph-beta-sdk-chats/chats/item/messages/index.ts @@ -53,12 +53,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 cannot create a new chat; you must use the list chats method to retrieve the ID of an existing chat before creating 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-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-beta|Find more info here} */ post(body: ChatMessage, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -68,7 +68,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 cannot create a new chat; you must use the list chats method to retrieve the ID of an existing chat before creating 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-beta-sdk-communications/communications/calls/item/participants/invite/index.ts b/packages/msgraph-beta-sdk-communications/communications/calls/item/participants/invite/index.ts index 772ffedfcf..4939fca9ca 100644 --- a/packages/msgraph-beta-sdk-communications/communications/calls/item/participants/invite/index.ts +++ b/packages/msgraph-beta-sdk-communications/communications/calls/item/participants/invite/index.ts @@ -49,16 +49,16 @@ export interface InvitePostRequestBody extends AdditionalDataHolder, BackedModel */ export interface InviteRequestBuilder extends BaseRequestBuilder { /** - * 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. + * Invite participants to the active call. For more information about how to handle operations, see commsOperation. * @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-delete?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-beta|Find more info here} */ post(body: InvitePostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * 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. + * Invite participants to the active call. For more information about how to handle operations, see commsOperation. * @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-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidForWorkApp/relationships/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidForWorkApp/relationships/index.ts index 5d6eca56da..508627591d 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidForWorkApp/relationships/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidForWorkApp/relationships/index.ts @@ -27,7 +27,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface RelationshipsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidForWorkApp/relationships/item/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidForWorkApp/relationships/item/index.ts index a5903912fd..4be6dd2f1b 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidForWorkApp/relationships/item/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidForWorkApp/relationships/item/index.ts @@ -19,7 +19,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @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 @@ -40,7 +40,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil toPatchRequestInformation(body: MobileAppRelationship, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface MobileAppRelationshipItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidLobApp/relationships/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidLobApp/relationships/index.ts index 034f8405c0..095006e0d5 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidLobApp/relationships/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidLobApp/relationships/index.ts @@ -27,7 +27,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface RelationshipsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidLobApp/relationships/item/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidLobApp/relationships/item/index.ts index bafd677b32..f092820b98 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidLobApp/relationships/item/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidLobApp/relationships/item/index.ts @@ -19,7 +19,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @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 @@ -40,7 +40,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil toPatchRequestInformation(body: MobileAppRelationship, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface MobileAppRelationshipItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidManagedStoreApp/relationships/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidManagedStoreApp/relationships/index.ts index 83d53eee5d..1b5fedb8d9 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidManagedStoreApp/relationships/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidManagedStoreApp/relationships/index.ts @@ -27,7 +27,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface RelationshipsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidManagedStoreApp/relationships/item/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidManagedStoreApp/relationships/item/index.ts index 9e1814081d..a9ab8c8bb5 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidManagedStoreApp/relationships/item/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidManagedStoreApp/relationships/item/index.ts @@ -19,7 +19,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @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 @@ -40,7 +40,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil toPatchRequestInformation(body: MobileAppRelationship, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface MobileAppRelationshipItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidStoreApp/relationships/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidStoreApp/relationships/index.ts index 5d7bedb56f..41691f0eae 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidStoreApp/relationships/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidStoreApp/relationships/index.ts @@ -27,7 +27,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface RelationshipsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidStoreApp/relationships/item/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidStoreApp/relationships/item/index.ts index 477eb935dc..5032be0ec9 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidStoreApp/relationships/item/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidStoreApp/relationships/item/index.ts @@ -19,7 +19,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @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 @@ -40,7 +40,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil toPatchRequestInformation(body: MobileAppRelationship, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface MobileAppRelationshipItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphIosLobApp/relationships/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphIosLobApp/relationships/index.ts index 4dd3eb7e5e..46831aa86f 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphIosLobApp/relationships/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphIosLobApp/relationships/index.ts @@ -27,7 +27,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface RelationshipsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphIosLobApp/relationships/item/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphIosLobApp/relationships/item/index.ts index 74b93922b3..35ede4bdc9 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphIosLobApp/relationships/item/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphIosLobApp/relationships/item/index.ts @@ -19,7 +19,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @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 @@ -40,7 +40,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil toPatchRequestInformation(body: MobileAppRelationship, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface MobileAppRelationshipItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphIosStoreApp/relationships/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphIosStoreApp/relationships/index.ts index d2d9906dcf..b8fe4fa664 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphIosStoreApp/relationships/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphIosStoreApp/relationships/index.ts @@ -27,7 +27,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface RelationshipsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphIosStoreApp/relationships/item/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphIosStoreApp/relationships/item/index.ts index 183ebf9d48..e0fdfaa9e3 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphIosStoreApp/relationships/item/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphIosStoreApp/relationships/item/index.ts @@ -19,7 +19,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @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 @@ -40,7 +40,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil toPatchRequestInformation(body: MobileAppRelationship, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface MobileAppRelationshipItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphIosVppApp/relationships/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphIosVppApp/relationships/index.ts index b3cd9b3fc6..cf31b4c134 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphIosVppApp/relationships/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphIosVppApp/relationships/index.ts @@ -27,7 +27,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface RelationshipsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphIosVppApp/relationships/item/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphIosVppApp/relationships/item/index.ts index 497c389e6c..dc886691c9 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphIosVppApp/relationships/item/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphIosVppApp/relationships/item/index.ts @@ -19,7 +19,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @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 @@ -40,7 +40,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil toPatchRequestInformation(body: MobileAppRelationship, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface MobileAppRelationshipItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphMacOSDmgApp/relationships/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphMacOSDmgApp/relationships/index.ts index 179e657c8e..fc86928cc6 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphMacOSDmgApp/relationships/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphMacOSDmgApp/relationships/index.ts @@ -27,7 +27,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface RelationshipsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphMacOSDmgApp/relationships/item/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphMacOSDmgApp/relationships/item/index.ts index be207e0b4d..acc8af3603 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphMacOSDmgApp/relationships/item/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphMacOSDmgApp/relationships/item/index.ts @@ -19,7 +19,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @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 @@ -40,7 +40,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil toPatchRequestInformation(body: MobileAppRelationship, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface MobileAppRelationshipItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphMacOSLobApp/relationships/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphMacOSLobApp/relationships/index.ts index 369b86bdf4..5f5ed256bf 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphMacOSLobApp/relationships/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphMacOSLobApp/relationships/index.ts @@ -27,7 +27,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface RelationshipsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphMacOSLobApp/relationships/item/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphMacOSLobApp/relationships/item/index.ts index ccee9d3009..86cf0eb25f 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphMacOSLobApp/relationships/item/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphMacOSLobApp/relationships/item/index.ts @@ -19,7 +19,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @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 @@ -40,7 +40,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil toPatchRequestInformation(body: MobileAppRelationship, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface MobileAppRelationshipItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphMacOSPkgApp/relationships/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphMacOSPkgApp/relationships/index.ts index f75a50d050..54a19fc92e 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphMacOSPkgApp/relationships/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphMacOSPkgApp/relationships/index.ts @@ -27,7 +27,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface RelationshipsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphMacOSPkgApp/relationships/item/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphMacOSPkgApp/relationships/item/index.ts index f3c0f319fa..47c273fdc0 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphMacOSPkgApp/relationships/item/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphMacOSPkgApp/relationships/item/index.ts @@ -19,7 +19,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @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 @@ -40,7 +40,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil toPatchRequestInformation(body: MobileAppRelationship, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface MobileAppRelationshipItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphManagedAndroidLobApp/relationships/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphManagedAndroidLobApp/relationships/index.ts index f6b3cd518d..907e6458d0 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphManagedAndroidLobApp/relationships/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphManagedAndroidLobApp/relationships/index.ts @@ -27,7 +27,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface RelationshipsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphManagedAndroidLobApp/relationships/item/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphManagedAndroidLobApp/relationships/item/index.ts index 3fe14ed153..e7d441cd62 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphManagedAndroidLobApp/relationships/item/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphManagedAndroidLobApp/relationships/item/index.ts @@ -19,7 +19,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @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 @@ -40,7 +40,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil toPatchRequestInformation(body: MobileAppRelationship, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface MobileAppRelationshipItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphManagedIOSLobApp/relationships/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphManagedIOSLobApp/relationships/index.ts index 3cccbf4e64..28c8abf3ef 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphManagedIOSLobApp/relationships/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphManagedIOSLobApp/relationships/index.ts @@ -27,7 +27,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface RelationshipsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphManagedIOSLobApp/relationships/item/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphManagedIOSLobApp/relationships/item/index.ts index 33525e1950..8c60d3f105 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphManagedIOSLobApp/relationships/item/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphManagedIOSLobApp/relationships/item/index.ts @@ -19,7 +19,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @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 @@ -40,7 +40,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil toPatchRequestInformation(body: MobileAppRelationship, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface MobileAppRelationshipItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphManagedMobileLobApp/relationships/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphManagedMobileLobApp/relationships/index.ts index a04d0e4fa6..e9231392d7 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphManagedMobileLobApp/relationships/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphManagedMobileLobApp/relationships/index.ts @@ -27,7 +27,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface RelationshipsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphManagedMobileLobApp/relationships/item/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphManagedMobileLobApp/relationships/item/index.ts index 93a2222925..562daebf81 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphManagedMobileLobApp/relationships/item/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphManagedMobileLobApp/relationships/item/index.ts @@ -19,7 +19,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @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 @@ -40,7 +40,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil toPatchRequestInformation(body: MobileAppRelationship, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface MobileAppRelationshipItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphMicrosoftStoreForBusinessApp/relationships/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphMicrosoftStoreForBusinessApp/relationships/index.ts index 80cbfdf72a..a4233b9e54 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphMicrosoftStoreForBusinessApp/relationships/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphMicrosoftStoreForBusinessApp/relationships/index.ts @@ -27,7 +27,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface RelationshipsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphMicrosoftStoreForBusinessApp/relationships/item/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphMicrosoftStoreForBusinessApp/relationships/item/index.ts index 231b90dbf6..2e6b3ec356 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphMicrosoftStoreForBusinessApp/relationships/item/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphMicrosoftStoreForBusinessApp/relationships/item/index.ts @@ -19,7 +19,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @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 @@ -40,7 +40,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil toPatchRequestInformation(body: MobileAppRelationship, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface MobileAppRelationshipItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWin32LobApp/relationships/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWin32LobApp/relationships/index.ts index 534ba3f3af..0002c98cd1 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWin32LobApp/relationships/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWin32LobApp/relationships/index.ts @@ -27,7 +27,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface RelationshipsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWin32LobApp/relationships/item/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWin32LobApp/relationships/item/index.ts index f70ce22a13..eae903a6b0 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWin32LobApp/relationships/item/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWin32LobApp/relationships/item/index.ts @@ -19,7 +19,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @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 @@ -40,7 +40,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil toPatchRequestInformation(body: MobileAppRelationship, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface MobileAppRelationshipItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWinGetApp/relationships/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWinGetApp/relationships/index.ts index 1a53f0e385..3de48f0f6b 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWinGetApp/relationships/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWinGetApp/relationships/index.ts @@ -27,7 +27,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface RelationshipsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWinGetApp/relationships/item/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWinGetApp/relationships/item/index.ts index 3dd3b35387..c453321f1f 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWinGetApp/relationships/item/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWinGetApp/relationships/item/index.ts @@ -19,7 +19,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @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 @@ -40,7 +40,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil toPatchRequestInformation(body: MobileAppRelationship, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface MobileAppRelationshipItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsAppX/relationships/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsAppX/relationships/index.ts index bc65f7cf96..74d04f2b02 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsAppX/relationships/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsAppX/relationships/index.ts @@ -27,7 +27,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface RelationshipsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsAppX/relationships/item/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsAppX/relationships/item/index.ts index 8f6b382376..45be0f7793 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsAppX/relationships/item/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsAppX/relationships/item/index.ts @@ -19,7 +19,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @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 @@ -40,7 +40,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil toPatchRequestInformation(body: MobileAppRelationship, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface MobileAppRelationshipItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsMobileMSI/relationships/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsMobileMSI/relationships/index.ts index 0b0ef3bed9..87bdba3f7d 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsMobileMSI/relationships/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsMobileMSI/relationships/index.ts @@ -27,7 +27,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface RelationshipsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsMobileMSI/relationships/item/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsMobileMSI/relationships/item/index.ts index 697e07f29f..37bf6339ac 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsMobileMSI/relationships/item/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsMobileMSI/relationships/item/index.ts @@ -19,7 +19,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @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 @@ -40,7 +40,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil toPatchRequestInformation(body: MobileAppRelationship, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface MobileAppRelationshipItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsStoreApp/relationships/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsStoreApp/relationships/index.ts index 7c67230186..6b15cf5abe 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsStoreApp/relationships/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsStoreApp/relationships/index.ts @@ -27,7 +27,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface RelationshipsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsStoreApp/relationships/item/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsStoreApp/relationships/item/index.ts index 8bdbd13a57..ce018d3bb7 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsStoreApp/relationships/item/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsStoreApp/relationships/item/index.ts @@ -19,7 +19,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @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 @@ -40,7 +40,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil toPatchRequestInformation(body: MobileAppRelationship, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface MobileAppRelationshipItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsUniversalAppX/relationships/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsUniversalAppX/relationships/index.ts index 8a12e88cb1..227a5f3c73 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsUniversalAppX/relationships/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsUniversalAppX/relationships/index.ts @@ -27,7 +27,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface RelationshipsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsUniversalAppX/relationships/item/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsUniversalAppX/relationships/item/index.ts index beaf079cd7..c5b914a09d 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsUniversalAppX/relationships/item/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsUniversalAppX/relationships/item/index.ts @@ -19,7 +19,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @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 @@ -40,7 +40,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil toPatchRequestInformation(body: MobileAppRelationship, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface MobileAppRelationshipItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsWebApp/relationships/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsWebApp/relationships/index.ts index eaee42de97..74a22e4987 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsWebApp/relationships/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsWebApp/relationships/index.ts @@ -27,7 +27,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface RelationshipsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsWebApp/relationships/item/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsWebApp/relationships/item/index.ts index fb3dc00e4f..b62d4b9c7b 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsWebApp/relationships/item/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphWindowsWebApp/relationships/item/index.ts @@ -19,7 +19,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @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 @@ -40,7 +40,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil toPatchRequestInformation(body: MobileAppRelationship, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface MobileAppRelationshipItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/relationships/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/relationships/index.ts index 4f55e1c7af..0dbc39452e 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/relationships/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/relationships/index.ts @@ -27,7 +27,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface RelationshipsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/relationships/item/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/relationships/item/index.ts index 972ffaaf6e..285ffe6177 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/relationships/item/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/relationships/item/index.ts @@ -19,7 +19,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @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 @@ -40,7 +40,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil toPatchRequestInformation(body: MobileAppRelationship, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ export interface MobileAppRelationshipItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/deviceCompliancePolicies/item/scheduledActionsForRule/index.ts b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/deviceCompliancePolicies/item/scheduledActionsForRule/index.ts index efd7a45f7b..d002912920 100644 --- a/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/deviceCompliancePolicies/item/scheduledActionsForRule/index.ts +++ b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/deviceCompliancePolicies/item/scheduledActionsForRule/index.ts @@ -27,7 +27,7 @@ export interface ScheduledActionsForRuleRequestBuilder extends BaseRequestBuilde */ byDeviceComplianceScheduledActionForRuleId(deviceComplianceScheduledActionForRuleId: string) : DeviceComplianceScheduledActionForRuleItemRequestBuilder; /** - * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. + * The list of scheduled action for this rule * @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 @@ -42,7 +42,7 @@ export interface ScheduledActionsForRuleRequestBuilder extends BaseRequestBuilde */ post(body: DeviceComplianceScheduledActionForRule, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. + * The list of scheduled action for this rule * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface ScheduledActionsForRuleRequestBuilder extends BaseRequestBuilde toPostRequestInformation(body: DeviceComplianceScheduledActionForRule, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. + * The list of scheduled action for this rule */ export interface ScheduledActionsForRuleRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/deviceCompliancePolicies/item/scheduledActionsForRule/item/index.ts b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/deviceCompliancePolicies/item/scheduledActionsForRule/item/index.ts index b0cc6ff0ea..08e51e4dbc 100644 --- a/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/deviceCompliancePolicies/item/scheduledActionsForRule/item/index.ts +++ b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/deviceCompliancePolicies/item/scheduledActionsForRule/item/index.ts @@ -25,7 +25,7 @@ export interface DeviceComplianceScheduledActionForRuleItemRequestBuilder extend */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. + * The list of scheduled action for this rule * @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 @@ -46,7 +46,7 @@ export interface DeviceComplianceScheduledActionForRuleItemRequestBuilder extend */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. + * The list of scheduled action for this rule * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -60,7 +60,7 @@ export interface DeviceComplianceScheduledActionForRuleItemRequestBuilder extend toPatchRequestInformation(body: DeviceComplianceScheduledActionForRule, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. + * The list of scheduled action for this rule */ export interface DeviceComplianceScheduledActionForRuleItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/mobileAppTroubleshootingEvents/item/appLogCollectionRequests/index.ts b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/mobileAppTroubleshootingEvents/item/appLogCollectionRequests/index.ts index ad830f5ac3..8a8bff4739 100644 --- a/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/mobileAppTroubleshootingEvents/item/appLogCollectionRequests/index.ts +++ b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/mobileAppTroubleshootingEvents/item/appLogCollectionRequests/index.ts @@ -27,7 +27,7 @@ export interface AppLogCollectionRequestsRequestBuilder extends BaseRequestBuild */ byAppLogCollectionRequestId(appLogCollectionRequestId: string) : AppLogCollectionRequestItemRequestBuilder; /** - * The collection property of AppLogUploadRequest. + * Indicates collection of App Log Upload Request. * @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 @@ -42,7 +42,7 @@ export interface AppLogCollectionRequestsRequestBuilder extends BaseRequestBuild */ post(body: AppLogCollectionRequest, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * The collection property of AppLogUploadRequest. + * Indicates collection of App Log Upload Request. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface AppLogCollectionRequestsRequestBuilder extends BaseRequestBuild toPostRequestInformation(body: AppLogCollectionRequest, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * The collection property of AppLogUploadRequest. + * Indicates collection of App Log Upload Request. */ export interface AppLogCollectionRequestsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/mobileAppTroubleshootingEvents/item/appLogCollectionRequests/item/index.ts b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/mobileAppTroubleshootingEvents/item/appLogCollectionRequests/item/index.ts index 302f4bbd36..965c4d6cf4 100644 --- a/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/mobileAppTroubleshootingEvents/item/appLogCollectionRequests/item/index.ts +++ b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/mobileAppTroubleshootingEvents/item/appLogCollectionRequests/item/index.ts @@ -25,7 +25,7 @@ export interface AppLogCollectionRequestItemRequestBuilder extends BaseRequestBu */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * The collection property of AppLogUploadRequest. + * Indicates collection of App Log Upload Request. * @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 @@ -46,7 +46,7 @@ export interface AppLogCollectionRequestItemRequestBuilder extends BaseRequestBu */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * The collection property of AppLogUploadRequest. + * Indicates collection of App Log Upload Request. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -60,7 +60,7 @@ export interface AppLogCollectionRequestItemRequestBuilder extends BaseRequestBu toPatchRequestInformation(body: AppLogCollectionRequest, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * The collection property of AppLogUploadRequest. + * Indicates collection of App Log Upload Request. */ export interface AppLogCollectionRequestItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-drives/drives/item/items/item/workbook/names/item/range/index.ts b/packages/msgraph-beta-sdk-drives/drives/item/items/item/workbook/names/item/range/index.ts index 037c962ec5..66c8f60e92 100644 --- a/packages/msgraph-beta-sdk-drives/drives/item/items/item/workbook/names/item/range/index.ts +++ b/packages/msgraph-beta-sdk-drives/drives/item/items/item/workbook/names/item/range/index.ts @@ -182,11 +182,11 @@ export interface RangeRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/range-get?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/nameditem-range?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -228,7 +228,7 @@ export interface RangeRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/range-get?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/nameditem-range?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -228,7 +228,7 @@ export interface RangeRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Update the properties of an educationuser object. + * Update the relatedContact collection of an educationUser 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/educationuser-update?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/relatedcontact-update?view=graph-rest-beta|Find more info here} */ patch(body: EducationUser, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -85,7 +85,7 @@ export interface EducationUserItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Update the properties of an educationuser object. + * Update the relatedContact collection of an educationUser 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-beta-sdk-external/external/connections/item/items/item/index.ts b/packages/msgraph-beta-sdk-external/external/connections/item/items/item/index.ts index eda9523b77..f81b8c0c10 100644 --- a/packages/msgraph-beta-sdk-external/external/connections/item/items/item/index.ts +++ b/packages/msgraph-beta-sdk-external/external/connections/item/items/item/index.ts @@ -40,12 +40,12 @@ export interface ExternalItemItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Update the properties of an externalitem. + * Create a new externalItem. This API can be used to create a custom item. The containing externalConnection must have a schema registered of the corresponding type. * @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/externalconnectors-externalitem-update?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-put-items?view=graph-rest-beta|Find more info here} */ put(body: ExternalItem, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -61,7 +61,7 @@ export interface ExternalItemItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Update the properties of an externalitem. + * Create a new externalItem. This API can be used to create a custom item. The containing externalConnection must have a schema registered of the corresponding type. * @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-beta-sdk-external/external/industryData/dataConnectors/item/index.ts b/packages/msgraph-beta-sdk-external/external/industryData/dataConnectors/item/index.ts index e7428f07bc..915ad42980 100644 --- a/packages/msgraph-beta-sdk-external/external/industryData/dataConnectors/item/index.ts +++ b/packages/msgraph-beta-sdk-external/external/industryData/dataConnectors/item/index.ts @@ -40,12 +40,12 @@ export interface IndustryDataConnectorItemRequestBuilder extends BaseRequestBuil */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Update the properties of an azureDataLakeConnector object. + * Update the properties of a oneRosterApiDataConnector 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/industrydata-azuredatalakeconnector-update?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/industrydata-onerosterapidataconnector-update?view=graph-rest-beta|Find more info here} */ patch(body: IndustryDataConnector, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -61,7 +61,7 @@ export interface IndustryDataConnectorItemRequestBuilder extends BaseRequestBuil */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Update the properties of an azureDataLakeConnector object. + * Update the properties of a oneRosterApiDataConnector 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-beta-sdk-external/external/industryData/inboundFlows/item/index.ts b/packages/msgraph-beta-sdk-external/external/industryData/inboundFlows/item/index.ts index 4d195ffe02..e9dfe46353 100644 --- a/packages/msgraph-beta-sdk-external/external/industryData/inboundFlows/item/index.ts +++ b/packages/msgraph-beta-sdk-external/external/industryData/inboundFlows/item/index.ts @@ -40,12 +40,12 @@ export interface InboundFlowItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Update the properties of an inboundFileFlow object. + * Update the properties of an inboundApiFlow 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/industrydata-inboundfileflow-update?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/industrydata-inboundapiflow-update?view=graph-rest-beta|Find more info here} */ patch(body: InboundFlow, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -61,7 +61,7 @@ export interface InboundFlowItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Update the properties of an inboundFileFlow object. + * Update the properties of an inboundApiFlow 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-beta-sdk-external/external/industryData/operations/item/index.ts b/packages/msgraph-beta-sdk-external/external/industryData/operations/item/index.ts index ea0f22900c..48dc82243d 100644 --- a/packages/msgraph-beta-sdk-external/external/industryData/operations/item/index.ts +++ b/packages/msgraph-beta-sdk-external/external/industryData/operations/item/index.ts @@ -19,11 +19,11 @@ export interface LongRunningOperationItemRequestBuilder extends BaseRequestBuild */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Read the properties and relationships of a fileValidateOperation object. + * Read the properties and relationships of a longRunningOperation object. This API allows you to retrieve the details and status of the following long-running Microsoft Graph API operations. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states. * @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/industrydata-filevalidateoperation-get?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/longrunningoperation-get?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -41,7 +41,7 @@ export interface LongRunningOperationItemRequestBuilder extends BaseRequestBuild */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Read the properties and relationships of a fileValidateOperation object. + * Read the properties and relationships of a longRunningOperation object. This API allows you to retrieve the details and status of the following long-running Microsoft Graph API operations. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -55,7 +55,7 @@ export interface LongRunningOperationItemRequestBuilder extends BaseRequestBuild toPatchRequestInformation(body: LongRunningOperation, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Read the properties and relationships of a fileValidateOperation object. + * Read the properties and relationships of a longRunningOperation object. This API allows you to retrieve the details and status of the following long-running Microsoft Graph API operations. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states. */ export interface LongRunningOperationItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-groups/groups/item/conversations/index.ts b/packages/msgraph-beta-sdk-groups/groups/item/conversations/index.ts index e947d81a0f..96fb6e39ae 100644 --- a/packages/msgraph-beta-sdk-groups/groups/item/conversations/index.ts +++ b/packages/msgraph-beta-sdk-groups/groups/item/conversations/index.ts @@ -35,12 +35,12 @@ export interface ConversationsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Create a new conversation by including a thread and a post. 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-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta|Find more info here} */ post(body: Conversation, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -50,7 +50,7 @@ export interface ConversationsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Create a new conversation by including a thread and a post. 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-beta-sdk-groups/groups/item/conversations/item/index.ts b/packages/msgraph-beta-sdk-groups/groups/item/conversations/item/index.ts index 1a8f7c0c3d..e5314dd12c 100644 --- a/packages/msgraph-beta-sdk-groups/groups/item/conversations/item/index.ts +++ b/packages/msgraph-beta-sdk-groups/groups/item/conversations/item/index.ts @@ -26,11 +26,11 @@ export interface ConversationItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Retrieve the properties and relationships of conversation object. + * Get a group's 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/conversation-get?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/group-get-conversation?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -40,14 +40,14 @@ export interface ConversationItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Retrieve the properties and relationships of conversation object. + * Get a group's conversation object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Retrieve the properties and relationships of conversation object. + * Get a group's conversation object. */ export interface ConversationItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-groups/groups/item/threads/item/index.ts b/packages/msgraph-beta-sdk-groups/groups/item/threads/item/index.ts index c454d9c5a0..5d5693169d 100644 --- a/packages/msgraph-beta-sdk-groups/groups/item/threads/item/index.ts +++ b/packages/msgraph-beta-sdk-groups/groups/item/threads/item/index.ts @@ -25,10 +25,10 @@ export interface ConversationThreadItemRequestBuilder extends BaseRequestBuilder */ get reply(): ReplyRequestBuilder; /** - * Delete a thread object. + * 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/group-delete-thread?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-beta|Find more info here} */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -49,7 +49,7 @@ export interface ConversationThreadItemRequestBuilder extends BaseRequestBuilder */ patch(body: ConversationThread, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Delete a thread object. + * Delete conversationThread. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ diff --git a/packages/msgraph-beta-sdk-identity/identity/customAuthenticationExtensions/item/index.ts b/packages/msgraph-beta-sdk-identity/identity/customAuthenticationExtensions/item/index.ts index 169a211652..7e9d3ece52 100644 --- a/packages/msgraph-beta-sdk-identity/identity/customAuthenticationExtensions/item/index.ts +++ b/packages/msgraph-beta-sdk-identity/identity/customAuthenticationExtensions/item/index.ts @@ -26,11 +26,11 @@ export interface CustomAuthenticationExtensionItemRequestBuilder extends BaseReq */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Read the properties and relationships of a customAuthenticationExtension object. The following derived types are currently supported. + * Read the properties and relationships of an authenticationEventListener object. The @odata.type property in the response object indicates the type of the authenticationEventListener object. The following derived types are currently supported. * @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/customauthenticationextension-get?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/authenticationeventlistener-get?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -48,7 +48,7 @@ export interface CustomAuthenticationExtensionItemRequestBuilder extends BaseReq */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Read the properties and relationships of a customAuthenticationExtension object. The following derived types are currently supported. + * Read the properties and relationships of an authenticationEventListener object. The @odata.type property in the response object indicates the type of the authenticationEventListener object. The following derived types are currently supported. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -62,7 +62,7 @@ export interface CustomAuthenticationExtensionItemRequestBuilder extends BaseReq toPatchRequestInformation(body: CustomAuthenticationExtension, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Read the properties and relationships of a customAuthenticationExtension object. The following derived types are currently supported. + * Read the properties and relationships of an authenticationEventListener object. The @odata.type property in the response object indicates the type of the authenticationEventListener object. The following derived types are currently supported. */ export interface CustomAuthenticationExtensionItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/entitlementManagement/accessPackageCatalogs/item/accessPackageCustomWorkflowExtensions/item/index.ts b/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/entitlementManagement/accessPackageCatalogs/item/accessPackageCustomWorkflowExtensions/item/index.ts index 9b1202369a..efaa3db6b1 100644 --- a/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/entitlementManagement/accessPackageCatalogs/item/accessPackageCustomWorkflowExtensions/item/index.ts +++ b/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/entitlementManagement/accessPackageCatalogs/item/accessPackageCustomWorkflowExtensions/item/index.ts @@ -20,12 +20,12 @@ export interface CustomCalloutExtensionItemRequestBuilder extends BaseRequestBui */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. + * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension 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 * @deprecated as of 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions on 2023-03-01 and will be removed 2023-12-31 - * @see {@link https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -46,7 +46,7 @@ export interface CustomCalloutExtensionItemRequestBuilder extends BaseRequestBui */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. + * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} * @deprecated as of 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions on 2023-03-01 and will be removed 2023-12-31 @@ -62,7 +62,7 @@ export interface CustomCalloutExtensionItemRequestBuilder extends BaseRequestBui toPatchRequestInformation(body: CustomCalloutExtension, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. + * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. */ export interface CustomCalloutExtensionItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/entitlementManagement/accessPackageCatalogs/item/customAccessPackageWorkflowExtensions/item/index.ts b/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/entitlementManagement/accessPackageCatalogs/item/customAccessPackageWorkflowExtensions/item/index.ts index e327bb631f..17b5fec609 100644 --- a/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/entitlementManagement/accessPackageCatalogs/item/customAccessPackageWorkflowExtensions/item/index.ts +++ b/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/entitlementManagement/accessPackageCatalogs/item/customAccessPackageWorkflowExtensions/item/index.ts @@ -13,11 +13,11 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ */ export interface CustomAccessPackageWorkflowExtensionItemRequestBuilder extends BaseRequestBuilder { /** - * Delete a customAccessPackageWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the customAccessPackageWorkflowExtension object that you want to delete by running the LIST customAccessPackageWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 2: Remove the customExtensionHandlers and verifiableCredentialSettings from a policy. + * Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the accessPackageCustomWorkflowExtension object that you want to delete by running the List accessPackageCustomWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 3: Remove the customExtensionStageSettings from a 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 * @deprecated as of 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions on 2023-03-01 and will be removed 2023-12-31 - * @see {@link https://learn.microsoft.com/graph/api/customaccesspackageworkflowextension-delete?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-delete?view=graph-rest-beta|Find more info here} */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -40,7 +40,7 @@ export interface CustomAccessPackageWorkflowExtensionItemRequestBuilder extends */ patch(body: CustomAccessPackageWorkflowExtension, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Delete a customAccessPackageWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the customAccessPackageWorkflowExtension object that you want to delete by running the LIST customAccessPackageWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 2: Remove the customExtensionHandlers and verifiableCredentialSettings from a policy. + * Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the accessPackageCustomWorkflowExtension object that you want to delete by running the List accessPackageCustomWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 3: Remove the customExtensionStageSettings from a policy. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} * @deprecated as of 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions on 2023-03-01 and will be removed 2023-12-31 diff --git a/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/entitlementManagement/accessPackages/item/index.ts b/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/entitlementManagement/accessPackages/item/index.ts index a7bf6c5166..991adf7533 100644 --- a/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/entitlementManagement/accessPackages/item/index.ts +++ b/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/entitlementManagement/accessPackages/item/index.ts @@ -76,11 +76,11 @@ export interface AccessPackageItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. + * Retrieve the properties and relationships of an accessPackage 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/accesspackage-list-accesspackageresourcerolescopes?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -99,7 +99,7 @@ export interface AccessPackageItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. + * Retrieve the properties and relationships of an accessPackage object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -113,7 +113,7 @@ export interface AccessPackageItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. + * Retrieve the properties and relationships of an accessPackage object. */ export interface AccessPackageItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/entitlementManagement/accessPackagesWithUniqueName/index.ts b/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/entitlementManagement/accessPackagesWithUniqueName/index.ts index 88bada7633..bad3ce3c59 100644 --- a/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/entitlementManagement/accessPackagesWithUniqueName/index.ts +++ b/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/entitlementManagement/accessPackagesWithUniqueName/index.ts @@ -32,11 +32,11 @@ export interface AccessPackagesWithUniqueNameRequestBuilder extends BaseRequestB */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. + * Retrieve the properties and relationships of an accessPackage 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/accesspackage-list-accesspackageresourcerolescopes?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -55,7 +55,7 @@ export interface AccessPackagesWithUniqueNameRequestBuilder extends BaseRequestB */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. + * Retrieve the properties and relationships of an accessPackage object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -69,7 +69,7 @@ export interface AccessPackagesWithUniqueNameRequestBuilder extends BaseRequestB toPatchRequestInformation(body: AccessPackage, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. + * Retrieve the properties and relationships of an accessPackage object. */ export interface AccessPackagesWithUniqueNameRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/termsOfUse/agreements/item/index.ts b/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/termsOfUse/agreements/item/index.ts index ead4acbf19..4035e7efdf 100644 --- a/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/termsOfUse/agreements/item/index.ts +++ b/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/termsOfUse/agreements/item/index.ts @@ -38,11 +38,11 @@ export interface AgreementItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Retrieve the properties and relationships of an agreement object. + * Retrieve all files related to an agreement. This includes the default file and all localized files. * @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-get?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/agreement-list-files?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -61,7 +61,7 @@ export interface AgreementItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Retrieve the properties and relationships of an agreement object. + * Retrieve all files related to an agreement. This includes the default file and all localized files. * @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 the properties and relationships of an agreement object. + * Retrieve all files related to an agreement. This includes the default file and all localized files. */ export interface AgreementItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-networkAccess/networkAccess/filteringProfiles/item/policies/item/index.ts b/packages/msgraph-beta-sdk-networkAccess/networkAccess/filteringProfiles/item/policies/item/index.ts index efdac75de8..f7f4797dae 100644 --- a/packages/msgraph-beta-sdk-networkAccess/networkAccess/filteringProfiles/item/policies/item/index.ts +++ b/packages/msgraph-beta-sdk-networkAccess/networkAccess/filteringProfiles/item/policies/item/index.ts @@ -26,11 +26,11 @@ export interface PolicyLinkItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Read the properties and relationships of a threatIntelligencePolicyLink object. + * Get a tlsInspectionPolicyLink 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/networkaccess-threatintelligencepolicylink-get?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/networkaccess-tlsinspectionpolicylink-get?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -49,7 +49,7 @@ export interface PolicyLinkItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Read the properties and relationships of a threatIntelligencePolicyLink object. + * Get a tlsInspectionPolicyLink object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -63,7 +63,7 @@ export interface PolicyLinkItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Read the properties and relationships of a threatIntelligencePolicyLink object. + * Get a tlsInspectionPolicyLink object. */ export interface PolicyLinkItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-policies/policies/crossTenantAccessPolicy/partners/item/identitySynchronization/index.ts b/packages/msgraph-beta-sdk-policies/policies/crossTenantAccessPolicy/partners/item/identitySynchronization/index.ts index e87d0ab7ac..71157e7adc 100644 --- a/packages/msgraph-beta-sdk-policies/policies/crossTenantAccessPolicy/partners/item/identitySynchronization/index.ts +++ b/packages/msgraph-beta-sdk-policies/policies/crossTenantAccessPolicy/partners/item/identitySynchronization/index.ts @@ -28,12 +28,12 @@ export interface IdentitySynchronizationRequestBuilder extends BaseRequestBuilde */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Create a cross-tenant user synchronization policy for a partner-specific configuration. + * Update the user synchronization policy of a partner-specific configuration. * @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/crosstenantaccesspolicyconfigurationpartner-put-identitysynchronization?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-update?view=graph-rest-beta|Find more info here} */ put(body: CrossTenantIdentitySyncPolicyPartner, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -49,7 +49,7 @@ export interface IdentitySynchronizationRequestBuilder extends BaseRequestBuilde */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Create a cross-tenant user synchronization policy for a partner-specific configuration. + * Update the user synchronization policy of a partner-specific configuration. * @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-beta-sdk-roleManagement/roleManagement/cloudPC/roleAssignments/index.ts b/packages/msgraph-beta-sdk-roleManagement/roleManagement/cloudPC/roleAssignments/index.ts index 0015457379..2294ebaa6a 100644 --- a/packages/msgraph-beta-sdk-roleManagement/roleManagement/cloudPC/roleAssignments/index.ts +++ b/packages/msgraph-beta-sdk-roleManagement/roleManagement/cloudPC/roleAssignments/index.ts @@ -29,7 +29,7 @@ export interface RoleAssignmentsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -37,7 +37,7 @@ export interface RoleAssignmentsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Create a new unifiedRoleAssignmentMultiple object for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. + * Create a new unifiedRoleAssignmentMultiple object for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} @@ -47,14 +47,14 @@ export interface RoleAssignmentsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. + * Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} * @deprecated This version is being deprecated and is scheduled for removal on 2025-12-01.Please migrate to the latest version before the removal date. as of 2025-01/PrivatePreview:microsoft.applicationAuthorization on 2025-01-01 and will be removed 2025-12-01 */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Create a new unifiedRoleAssignmentMultiple object for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. + * Create a new unifiedRoleAssignmentMultiple object for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} @@ -63,7 +63,7 @@ export interface RoleAssignmentsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. + * Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. */ export interface RoleAssignmentsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-roleManagement/roleManagement/cloudPC/roleAssignments/item/index.ts b/packages/msgraph-beta-sdk-roleManagement/roleManagement/cloudPC/roleAssignments/item/index.ts index 96246bfcef..0eb0a68c92 100644 --- a/packages/msgraph-beta-sdk-roleManagement/roleManagement/cloudPC/roleAssignments/item/index.ts +++ b/packages/msgraph-beta-sdk-roleManagement/roleManagement/cloudPC/roleAssignments/item/index.ts @@ -41,7 +41,7 @@ export interface UnifiedRoleAssignmentMultipleItemRequestBuilder extends BaseReq */ get roleDefinition(): RoleDefinitionRequestBuilder; /** - * Delete a unifiedRoleAssignmentMultiple object of an RBAC provider. This is applicable for a RBAC application that supports multiple principals and scopes. The following RBAC providers are currently supported:- Cloud PC - device management (Intune) + * Delete a unifiedRoleAssignmentMultiple object of an RBAC provider. This is applicable for a RBAC application that supports multiple principals and scopes. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC) * @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 * @deprecated This version is being deprecated and is scheduled for removal on 2025-12-01.Please migrate to the latest version before the removal date. as of 2025-01/PrivatePreview:microsoft.applicationAuthorization on 2025-01-01 and will be removed 2025-12-01 @@ -49,7 +49,7 @@ export interface UnifiedRoleAssignmentMultipleItemRequestBuilder extends BaseReq */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. + * Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. * @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 @@ -68,14 +68,14 @@ export interface UnifiedRoleAssignmentMultipleItemRequestBuilder extends BaseReq */ patch(body: UnifiedRoleAssignmentMultiple, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Delete a unifiedRoleAssignmentMultiple object of an RBAC provider. This is applicable for a RBAC application that supports multiple principals and scopes. The following RBAC providers are currently supported:- Cloud PC - device management (Intune) + * Delete a unifiedRoleAssignmentMultiple object of an RBAC provider. This is applicable for a RBAC application that supports multiple principals and scopes. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC) * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} * @deprecated This version is being deprecated and is scheduled for removal on 2025-12-01.Please migrate to the latest version before the removal date. as of 2025-01/PrivatePreview:microsoft.applicationAuthorization on 2025-01-01 and will be removed 2025-12-01 */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. + * Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} * @deprecated This version is being deprecated and is scheduled for removal on 2025-12-01.Please migrate to the latest version before the removal date. as of 2025-01/PrivatePreview:microsoft.applicationAuthorization on 2025-01-01 and will be removed 2025-12-01 @@ -91,7 +91,7 @@ export interface UnifiedRoleAssignmentMultipleItemRequestBuilder extends BaseReq toPatchRequestInformation(body: UnifiedRoleAssignmentMultiple, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. + * Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. */ export interface UnifiedRoleAssignmentMultipleItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-roleManagement/roleManagement/cloudPC/roleDefinitions/index.ts b/packages/msgraph-beta-sdk-roleManagement/roleManagement/cloudPC/roleDefinitions/index.ts index c7af5cf7a1..273938bbba 100644 --- a/packages/msgraph-beta-sdk-roleManagement/roleManagement/cloudPC/roleDefinitions/index.ts +++ b/packages/msgraph-beta-sdk-roleManagement/roleManagement/cloudPC/roleDefinitions/index.ts @@ -29,7 +29,7 @@ export interface RoleDefinitionsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -38,7 +38,7 @@ export interface RoleDefinitionsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Create a new unifiedRoleDefinition object for an RBAC provider. This feature requires a Microsoft Entra ID P1 or P2 license. The following RBAC providers are currently supported:- Cloud PC- device management (Intune)- directory (Microsoft Entra ID) + * Create a new unifiedRoleDefinition object for an RBAC provider. This feature requires a Microsoft Entra ID P1 or P2 license. The following RBAC providers are currently supported:- Cloud PC- device management (Intune)- Defender (Microsoft Defender XDR)- directory (Microsoft Entra ID) * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} @@ -48,14 +48,14 @@ export interface RoleDefinitionsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get a list of unifiedRoleDefinition objects for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- directory (Microsoft Entra ID) - entitlement management (Microsoft Entra ID)- Exchange Online + * Get a list of unifiedRoleDefinition objects for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR)- directory (Microsoft Entra ID) - entitlement management (Microsoft Entra ID)- Exchange Online * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} * @deprecated This version is being deprecated and is scheduled for removal on 2025-12-01.Please migrate to the latest version before the removal date. as of 2025-01/PrivatePreview:microsoft.applicationAuthorization on 2025-01-01 and will be removed 2025-12-01 */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Create a new unifiedRoleDefinition object for an RBAC provider. This feature requires a Microsoft Entra ID P1 or P2 license. The following RBAC providers are currently supported:- Cloud PC- device management (Intune)- directory (Microsoft Entra ID) + * Create a new unifiedRoleDefinition object for an RBAC provider. This feature requires a Microsoft Entra ID P1 or P2 license. The following RBAC providers are currently supported:- Cloud PC- device management (Intune)- Defender (Microsoft Defender XDR)- directory (Microsoft Entra ID) * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} @@ -64,7 +64,7 @@ export interface RoleDefinitionsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get a list of unifiedRoleDefinition objects for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- directory (Microsoft Entra ID) - entitlement management (Microsoft Entra ID)- Exchange Online + * Get a list of unifiedRoleDefinition objects for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR)- directory (Microsoft Entra ID) - entitlement management (Microsoft Entra ID)- Exchange Online */ export interface RoleDefinitionsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-roleManagement/roleManagement/cloudPC/roleDefinitions/item/index.ts b/packages/msgraph-beta-sdk-roleManagement/roleManagement/cloudPC/roleDefinitions/item/index.ts index 5a46bcc63f..2cddda4bf2 100644 --- a/packages/msgraph-beta-sdk-roleManagement/roleManagement/cloudPC/roleDefinitions/item/index.ts +++ b/packages/msgraph-beta-sdk-roleManagement/roleManagement/cloudPC/roleDefinitions/item/index.ts @@ -27,7 +27,7 @@ export interface UnifiedRoleDefinitionItemRequestBuilder extends BaseRequestBuil */ get inheritsPermissionsFrom(): InheritsPermissionsFromRequestBuilder; /** - * Delete a unifiedRoleDefinition object for an RBAC provider. You cannot delete built-in roles. This feature requires a Microsoft Entra ID P1 or P2 license. The following RBAC providers are currently supported:- Cloud PC- device management (Intune)- directory (Microsoft Entra ID) + * Delete a unifiedRoleDefinition object for an RBAC provider. You cannot delete built-in roles. This feature requires a Microsoft Entra ID P1 or P2 license. The following RBAC providers are currently supported:- Cloud PC- device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC)- directory (Microsoft Entra ID) * @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 * @deprecated This version is being deprecated and is scheduled for removal on 2025-12-01.Please migrate to the latest version before the removal date. as of 2025-01/PrivatePreview:microsoft.applicationAuthorization on 2025-01-01 and will be removed 2025-12-01 @@ -35,7 +35,7 @@ export interface UnifiedRoleDefinitionItemRequestBuilder extends BaseRequestBuil */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- directory (Microsoft Entra directory roles)- entitlement management (Microsoft Entra entitlement management)- Exchange Online (Except China operated by 21Vianet) + * Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC)- directory (Microsoft Entra directory roles)- entitlement management (Microsoft Entra entitlement management)- Exchange Online (Except China operated by 21Vianet) * @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 @@ -54,14 +54,14 @@ export interface UnifiedRoleDefinitionItemRequestBuilder extends BaseRequestBuil */ patch(body: UnifiedRoleDefinition, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Delete a unifiedRoleDefinition object for an RBAC provider. You cannot delete built-in roles. This feature requires a Microsoft Entra ID P1 or P2 license. The following RBAC providers are currently supported:- Cloud PC- device management (Intune)- directory (Microsoft Entra ID) + * Delete a unifiedRoleDefinition object for an RBAC provider. You cannot delete built-in roles. This feature requires a Microsoft Entra ID P1 or P2 license. The following RBAC providers are currently supported:- Cloud PC- device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC)- directory (Microsoft Entra ID) * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} * @deprecated This version is being deprecated and is scheduled for removal on 2025-12-01.Please migrate to the latest version before the removal date. as of 2025-01/PrivatePreview:microsoft.applicationAuthorization on 2025-01-01 and will be removed 2025-12-01 */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- directory (Microsoft Entra directory roles)- entitlement management (Microsoft Entra entitlement management)- Exchange Online (Except China operated by 21Vianet) + * Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC)- directory (Microsoft Entra directory roles)- entitlement management (Microsoft Entra entitlement management)- Exchange Online (Except China operated by 21Vianet) * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} * @deprecated This version is being deprecated and is scheduled for removal on 2025-12-01.Please migrate to the latest version before the removal date. as of 2025-01/PrivatePreview:microsoft.applicationAuthorization on 2025-01-01 and will be removed 2025-12-01 @@ -77,7 +77,7 @@ export interface UnifiedRoleDefinitionItemRequestBuilder extends BaseRequestBuil toPatchRequestInformation(body: UnifiedRoleDefinition, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- directory (Microsoft Entra directory roles)- entitlement management (Microsoft Entra entitlement management)- Exchange Online (Except China operated by 21Vianet) + * Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC)- directory (Microsoft Entra directory roles)- entitlement management (Microsoft Entra entitlement management)- Exchange Online (Except China operated by 21Vianet) */ export interface UnifiedRoleDefinitionItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-roleManagement/roleManagement/defender/roleAssignments/index.ts b/packages/msgraph-beta-sdk-roleManagement/roleManagement/defender/roleAssignments/index.ts index 6d77682bfd..521ef5f96b 100644 --- a/packages/msgraph-beta-sdk-roleManagement/roleManagement/defender/roleAssignments/index.ts +++ b/packages/msgraph-beta-sdk-roleManagement/roleManagement/defender/roleAssignments/index.ts @@ -29,7 +29,7 @@ export interface RoleAssignmentsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -37,23 +37,24 @@ export interface RoleAssignmentsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Create new navigation property to roleAssignments for roleManagement + * Create a new unifiedRoleAssignmentMultiple object for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. * @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 * @deprecated This version is being deprecated and is scheduled for removal on 2025-12-01.Please migrate to the latest version before the removal date. as of 2025-01/PrivatePreview:microsoft.applicationAuthorization on 2025-01-01 and will be removed 2025-12-01 + * @see {@link https://learn.microsoft.com/graph/api/rbacapplicationmultiple-post-roleassignments?view=graph-rest-beta|Find more info here} */ post(body: UnifiedRoleAssignmentMultiple, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get roleAssignments from roleManagement + * Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} * @deprecated This version is being deprecated and is scheduled for removal on 2025-12-01.Please migrate to the latest version before the removal date. as of 2025-01/PrivatePreview:microsoft.applicationAuthorization on 2025-01-01 and will be removed 2025-12-01 */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Create new navigation property to roleAssignments for roleManagement + * Create a new unifiedRoleAssignmentMultiple object for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} @@ -62,7 +63,7 @@ export interface RoleAssignmentsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get roleAssignments from roleManagement + * Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. */ export interface RoleAssignmentsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-roleManagement/roleManagement/defender/roleAssignments/item/index.ts b/packages/msgraph-beta-sdk-roleManagement/roleManagement/defender/roleAssignments/item/index.ts index a5ff095082..7d5800a77b 100644 --- a/packages/msgraph-beta-sdk-roleManagement/roleManagement/defender/roleAssignments/item/index.ts +++ b/packages/msgraph-beta-sdk-roleManagement/roleManagement/defender/roleAssignments/item/index.ts @@ -41,18 +41,20 @@ export interface UnifiedRoleAssignmentMultipleItemRequestBuilder extends BaseReq */ get roleDefinition(): RoleDefinitionRequestBuilder; /** - * Delete navigation property roleAssignments for roleManagement + * Delete a unifiedRoleAssignmentMultiple object of an RBAC provider. This is applicable for a RBAC application that supports multiple principals and scopes. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC) * @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 * @deprecated This version is being deprecated and is scheduled for removal on 2025-12-01.Please migrate to the latest version before the removal date. as of 2025-01/PrivatePreview:microsoft.applicationAuthorization on 2025-01-01 and will be removed 2025-12-01 + * @see {@link https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-delete?view=graph-rest-beta|Find more info here} */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get roleAssignments from roleManagement + * Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. * @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 * @deprecated This version is being deprecated and is scheduled for removal on 2025-12-01.Please migrate to the latest version before the removal date. as of 2025-01/PrivatePreview:microsoft.applicationAuthorization on 2025-01-01 and will be removed 2025-12-01 + * @see {@link https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -65,14 +67,14 @@ export interface UnifiedRoleAssignmentMultipleItemRequestBuilder extends BaseReq */ patch(body: UnifiedRoleAssignmentMultiple, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Delete navigation property roleAssignments for roleManagement + * Delete a unifiedRoleAssignmentMultiple object of an RBAC provider. This is applicable for a RBAC application that supports multiple principals and scopes. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC) * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} * @deprecated This version is being deprecated and is scheduled for removal on 2025-12-01.Please migrate to the latest version before the removal date. as of 2025-01/PrivatePreview:microsoft.applicationAuthorization on 2025-01-01 and will be removed 2025-12-01 */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get roleAssignments from roleManagement + * Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} * @deprecated This version is being deprecated and is scheduled for removal on 2025-12-01.Please migrate to the latest version before the removal date. as of 2025-01/PrivatePreview:microsoft.applicationAuthorization on 2025-01-01 and will be removed 2025-12-01 @@ -88,7 +90,7 @@ export interface UnifiedRoleAssignmentMultipleItemRequestBuilder extends BaseReq toPatchRequestInformation(body: UnifiedRoleAssignmentMultiple, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get roleAssignments from roleManagement + * Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. */ export interface UnifiedRoleAssignmentMultipleItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-roleManagement/roleManagement/defender/roleDefinitions/index.ts b/packages/msgraph-beta-sdk-roleManagement/roleManagement/defender/roleDefinitions/index.ts index a2d7183587..b457cb657f 100644 --- a/packages/msgraph-beta-sdk-roleManagement/roleManagement/defender/roleDefinitions/index.ts +++ b/packages/msgraph-beta-sdk-roleManagement/roleManagement/defender/roleDefinitions/index.ts @@ -29,31 +29,33 @@ export interface RoleDefinitionsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code * @deprecated This version is being deprecated and is scheduled for removal on 2025-12-01.Please migrate to the latest version before the removal date. as of 2025-01/PrivatePreview:microsoft.applicationAuthorization on 2025-01-01 and will be removed 2025-12-01 + * @see {@link https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Create new navigation property to roleDefinitions for roleManagement + * Create a new unifiedRoleDefinition object for an RBAC provider. This feature requires a Microsoft Entra ID P1 or P2 license. The following RBAC providers are currently supported:- Cloud PC- device management (Intune)- Defender (Microsoft Defender XDR)- directory (Microsoft Entra ID) * @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 * @deprecated This version is being deprecated and is scheduled for removal on 2025-12-01.Please migrate to the latest version before the removal date. as of 2025-01/PrivatePreview:microsoft.applicationAuthorization on 2025-01-01 and will be removed 2025-12-01 + * @see {@link https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-beta|Find more info here} */ post(body: UnifiedRoleDefinition, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get roleDefinitions from roleManagement + * Get a list of unifiedRoleDefinition objects for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR)- directory (Microsoft Entra ID) - entitlement management (Microsoft Entra ID)- Exchange Online * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} * @deprecated This version is being deprecated and is scheduled for removal on 2025-12-01.Please migrate to the latest version before the removal date. as of 2025-01/PrivatePreview:microsoft.applicationAuthorization on 2025-01-01 and will be removed 2025-12-01 */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Create new navigation property to roleDefinitions for roleManagement + * Create a new unifiedRoleDefinition object for an RBAC provider. This feature requires a Microsoft Entra ID P1 or P2 license. The following RBAC providers are currently supported:- Cloud PC- device management (Intune)- Defender (Microsoft Defender XDR)- directory (Microsoft Entra ID) * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} @@ -62,7 +64,7 @@ export interface RoleDefinitionsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get roleDefinitions from roleManagement + * Get a list of unifiedRoleDefinition objects for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR)- directory (Microsoft Entra ID) - entitlement management (Microsoft Entra ID)- Exchange Online */ export interface RoleDefinitionsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-roleManagement/roleManagement/defender/roleDefinitions/item/index.ts b/packages/msgraph-beta-sdk-roleManagement/roleManagement/defender/roleDefinitions/item/index.ts index 0f8ceb5bd6..e1bdf2464a 100644 --- a/packages/msgraph-beta-sdk-roleManagement/roleManagement/defender/roleDefinitions/item/index.ts +++ b/packages/msgraph-beta-sdk-roleManagement/roleManagement/defender/roleDefinitions/item/index.ts @@ -27,18 +27,20 @@ export interface UnifiedRoleDefinitionItemRequestBuilder extends BaseRequestBuil */ get inheritsPermissionsFrom(): InheritsPermissionsFromRequestBuilder; /** - * Delete navigation property roleDefinitions for roleManagement + * Delete a unifiedRoleDefinition object for an RBAC provider. You cannot delete built-in roles. This feature requires a Microsoft Entra ID P1 or P2 license. The following RBAC providers are currently supported:- Cloud PC- device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC)- directory (Microsoft Entra ID) * @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 * @deprecated This version is being deprecated and is scheduled for removal on 2025-12-01.Please migrate to the latest version before the removal date. as of 2025-01/PrivatePreview:microsoft.applicationAuthorization on 2025-01-01 and will be removed 2025-12-01 + * @see {@link https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-beta|Find more info here} */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get roleDefinitions from roleManagement + * Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC)- directory (Microsoft Entra directory roles)- entitlement management (Microsoft Entra entitlement management)- Exchange Online (Except China operated by 21Vianet) * @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 * @deprecated This version is being deprecated and is scheduled for removal on 2025-12-01.Please migrate to the latest version before the removal date. as of 2025-01/PrivatePreview:microsoft.applicationAuthorization on 2025-01-01 and will be removed 2025-12-01 + * @see {@link https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -51,14 +53,14 @@ export interface UnifiedRoleDefinitionItemRequestBuilder extends BaseRequestBuil */ patch(body: UnifiedRoleDefinition, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Delete navigation property roleDefinitions for roleManagement + * Delete a unifiedRoleDefinition object for an RBAC provider. You cannot delete built-in roles. This feature requires a Microsoft Entra ID P1 or P2 license. The following RBAC providers are currently supported:- Cloud PC- device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC)- directory (Microsoft Entra ID) * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} * @deprecated This version is being deprecated and is scheduled for removal on 2025-12-01.Please migrate to the latest version before the removal date. as of 2025-01/PrivatePreview:microsoft.applicationAuthorization on 2025-01-01 and will be removed 2025-12-01 */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get roleDefinitions from roleManagement + * Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC)- directory (Microsoft Entra directory roles)- entitlement management (Microsoft Entra entitlement management)- Exchange Online (Except China operated by 21Vianet) * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} * @deprecated This version is being deprecated and is scheduled for removal on 2025-12-01.Please migrate to the latest version before the removal date. as of 2025-01/PrivatePreview:microsoft.applicationAuthorization on 2025-01-01 and will be removed 2025-12-01 @@ -74,7 +76,7 @@ export interface UnifiedRoleDefinitionItemRequestBuilder extends BaseRequestBuil toPatchRequestInformation(body: UnifiedRoleDefinition, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get roleDefinitions from roleManagement + * Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC)- directory (Microsoft Entra directory roles)- entitlement management (Microsoft Entra entitlement management)- Exchange Online (Except China operated by 21Vianet) */ export interface UnifiedRoleDefinitionItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-roleManagement/roleManagement/deviceManagement/roleAssignments/index.ts b/packages/msgraph-beta-sdk-roleManagement/roleManagement/deviceManagement/roleAssignments/index.ts index a55423a28f..c5a166c1f4 100644 --- a/packages/msgraph-beta-sdk-roleManagement/roleManagement/deviceManagement/roleAssignments/index.ts +++ b/packages/msgraph-beta-sdk-roleManagement/roleManagement/deviceManagement/roleAssignments/index.ts @@ -29,7 +29,7 @@ export interface RoleAssignmentsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -38,7 +38,7 @@ export interface RoleAssignmentsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Create a new unifiedRoleAssignmentMultiple object for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. + * Create a new unifiedRoleAssignmentMultiple object for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} @@ -48,14 +48,14 @@ export interface RoleAssignmentsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get a list of unifiedRoleAssignmentMultiple objects for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. + * Get a list of unifiedRoleAssignmentMultiple objects for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} * @deprecated This version is being deprecated and is scheduled for removal on 2025-12-01.Please migrate to the latest version before the removal date. as of 2025-01/PrivatePreview:microsoft.applicationAuthorization on 2025-01-01 and will be removed 2025-12-01 */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Create a new unifiedRoleAssignmentMultiple object for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. + * Create a new unifiedRoleAssignmentMultiple object for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} @@ -64,7 +64,7 @@ export interface RoleAssignmentsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get a list of unifiedRoleAssignmentMultiple objects for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. + * Get a list of unifiedRoleAssignmentMultiple objects for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. */ export interface RoleAssignmentsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-roleManagement/roleManagement/deviceManagement/roleAssignments/item/index.ts b/packages/msgraph-beta-sdk-roleManagement/roleManagement/deviceManagement/roleAssignments/item/index.ts index 017c8573d1..4c49ad0798 100644 --- a/packages/msgraph-beta-sdk-roleManagement/roleManagement/deviceManagement/roleAssignments/item/index.ts +++ b/packages/msgraph-beta-sdk-roleManagement/roleManagement/deviceManagement/roleAssignments/item/index.ts @@ -41,7 +41,7 @@ export interface UnifiedRoleAssignmentMultipleItemRequestBuilder extends BaseReq */ get roleDefinition(): RoleDefinitionRequestBuilder; /** - * Delete a unifiedRoleAssignmentMultiple object of an RBAC provider. This is applicable for a RBAC application that supports multiple principals and scopes. The following RBAC providers are currently supported:- Cloud PC - device management (Intune) + * Delete a unifiedRoleAssignmentMultiple object of an RBAC provider. This is applicable for a RBAC application that supports multiple principals and scopes. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC) * @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 * @deprecated This version is being deprecated and is scheduled for removal on 2025-12-01.Please migrate to the latest version before the removal date. as of 2025-01/PrivatePreview:microsoft.applicationAuthorization on 2025-01-01 and will be removed 2025-12-01 @@ -49,7 +49,7 @@ export interface UnifiedRoleAssignmentMultipleItemRequestBuilder extends BaseReq */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. + * Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. * @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 @@ -68,14 +68,14 @@ export interface UnifiedRoleAssignmentMultipleItemRequestBuilder extends BaseReq */ patch(body: UnifiedRoleAssignmentMultiple, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Delete a unifiedRoleAssignmentMultiple object of an RBAC provider. This is applicable for a RBAC application that supports multiple principals and scopes. The following RBAC providers are currently supported:- Cloud PC - device management (Intune) + * Delete a unifiedRoleAssignmentMultiple object of an RBAC provider. This is applicable for a RBAC application that supports multiple principals and scopes. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC) * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} * @deprecated This version is being deprecated and is scheduled for removal on 2025-12-01.Please migrate to the latest version before the removal date. as of 2025-01/PrivatePreview:microsoft.applicationAuthorization on 2025-01-01 and will be removed 2025-12-01 */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. + * Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} * @deprecated This version is being deprecated and is scheduled for removal on 2025-12-01.Please migrate to the latest version before the removal date. as of 2025-01/PrivatePreview:microsoft.applicationAuthorization on 2025-01-01 and will be removed 2025-12-01 @@ -91,7 +91,7 @@ export interface UnifiedRoleAssignmentMultipleItemRequestBuilder extends BaseReq toPatchRequestInformation(body: UnifiedRoleAssignmentMultiple, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. + * Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. */ export interface UnifiedRoleAssignmentMultipleItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-roleManagement/roleManagement/directory/roleDefinitions/index.ts b/packages/msgraph-beta-sdk-roleManagement/roleManagement/directory/roleDefinitions/index.ts index b6da0f884c..5852f3c574 100644 --- a/packages/msgraph-beta-sdk-roleManagement/roleManagement/directory/roleDefinitions/index.ts +++ b/packages/msgraph-beta-sdk-roleManagement/roleManagement/directory/roleDefinitions/index.ts @@ -29,7 +29,7 @@ export interface RoleDefinitionsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -38,7 +38,7 @@ export interface RoleDefinitionsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Create a new unifiedRoleDefinition object for an RBAC provider. This feature requires a Microsoft Entra ID P1 or P2 license. The following RBAC providers are currently supported:- Cloud PC- device management (Intune)- directory (Microsoft Entra ID) + * Create a new unifiedRoleDefinition object for an RBAC provider. This feature requires a Microsoft Entra ID P1 or P2 license. The following RBAC providers are currently supported:- Cloud PC- device management (Intune)- Defender (Microsoft Defender XDR)- directory (Microsoft Entra ID) * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} @@ -48,14 +48,14 @@ export interface RoleDefinitionsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get a list of unifiedRoleDefinition objects for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- directory (Microsoft Entra ID) - entitlement management (Microsoft Entra ID)- Exchange Online + * Get a list of unifiedRoleDefinition objects for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR)- directory (Microsoft Entra ID) - entitlement management (Microsoft Entra ID)- Exchange Online * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} * @deprecated This version is being deprecated and is scheduled for removal on 2025-12-01.Please migrate to the latest version before the removal date. as of 2025-01/PrivatePreview:microsoft.applicationAuthorization on 2025-01-01 and will be removed 2025-12-01 */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Create a new unifiedRoleDefinition object for an RBAC provider. This feature requires a Microsoft Entra ID P1 or P2 license. The following RBAC providers are currently supported:- Cloud PC- device management (Intune)- directory (Microsoft Entra ID) + * Create a new unifiedRoleDefinition object for an RBAC provider. This feature requires a Microsoft Entra ID P1 or P2 license. The following RBAC providers are currently supported:- Cloud PC- device management (Intune)- Defender (Microsoft Defender XDR)- directory (Microsoft Entra ID) * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} @@ -64,7 +64,7 @@ export interface RoleDefinitionsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get a list of unifiedRoleDefinition objects for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- directory (Microsoft Entra ID) - entitlement management (Microsoft Entra ID)- Exchange Online + * Get a list of unifiedRoleDefinition objects for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR)- directory (Microsoft Entra ID) - entitlement management (Microsoft Entra ID)- Exchange Online */ export interface RoleDefinitionsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-roleManagement/roleManagement/directory/roleDefinitions/item/index.ts b/packages/msgraph-beta-sdk-roleManagement/roleManagement/directory/roleDefinitions/item/index.ts index 0e1cccc181..2aa80f92d4 100644 --- a/packages/msgraph-beta-sdk-roleManagement/roleManagement/directory/roleDefinitions/item/index.ts +++ b/packages/msgraph-beta-sdk-roleManagement/roleManagement/directory/roleDefinitions/item/index.ts @@ -27,7 +27,7 @@ export interface UnifiedRoleDefinitionItemRequestBuilder extends BaseRequestBuil */ get inheritsPermissionsFrom(): InheritsPermissionsFromRequestBuilder; /** - * Delete a unifiedRoleDefinition object for an RBAC provider. You cannot delete built-in roles. This feature requires a Microsoft Entra ID P1 or P2 license. The following RBAC providers are currently supported:- Cloud PC- device management (Intune)- directory (Microsoft Entra ID) + * Delete a unifiedRoleDefinition object for an RBAC provider. You cannot delete built-in roles. This feature requires a Microsoft Entra ID P1 or P2 license. The following RBAC providers are currently supported:- Cloud PC- device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC)- directory (Microsoft Entra ID) * @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 * @deprecated This version is being deprecated and is scheduled for removal on 2025-12-01.Please migrate to the latest version before the removal date. as of 2025-01/PrivatePreview:microsoft.applicationAuthorization on 2025-01-01 and will be removed 2025-12-01 @@ -35,7 +35,7 @@ export interface UnifiedRoleDefinitionItemRequestBuilder extends BaseRequestBuil */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- directory (Microsoft Entra directory roles)- entitlement management (Microsoft Entra entitlement management)- Exchange Online (Except China operated by 21Vianet) + * Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC)- directory (Microsoft Entra directory roles)- entitlement management (Microsoft Entra entitlement management)- Exchange Online (Except China operated by 21Vianet) * @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 @@ -54,14 +54,14 @@ export interface UnifiedRoleDefinitionItemRequestBuilder extends BaseRequestBuil */ patch(body: UnifiedRoleDefinition, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Delete a unifiedRoleDefinition object for an RBAC provider. You cannot delete built-in roles. This feature requires a Microsoft Entra ID P1 or P2 license. The following RBAC providers are currently supported:- Cloud PC- device management (Intune)- directory (Microsoft Entra ID) + * Delete a unifiedRoleDefinition object for an RBAC provider. You cannot delete built-in roles. This feature requires a Microsoft Entra ID P1 or P2 license. The following RBAC providers are currently supported:- Cloud PC- device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC)- directory (Microsoft Entra ID) * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} * @deprecated This version is being deprecated and is scheduled for removal on 2025-12-01.Please migrate to the latest version before the removal date. as of 2025-01/PrivatePreview:microsoft.applicationAuthorization on 2025-01-01 and will be removed 2025-12-01 */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- directory (Microsoft Entra directory roles)- entitlement management (Microsoft Entra entitlement management)- Exchange Online (Except China operated by 21Vianet) + * Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC)- directory (Microsoft Entra directory roles)- entitlement management (Microsoft Entra entitlement management)- Exchange Online (Except China operated by 21Vianet) * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} * @deprecated This version is being deprecated and is scheduled for removal on 2025-12-01.Please migrate to the latest version before the removal date. as of 2025-01/PrivatePreview:microsoft.applicationAuthorization on 2025-01-01 and will be removed 2025-12-01 @@ -77,7 +77,7 @@ export interface UnifiedRoleDefinitionItemRequestBuilder extends BaseRequestBuil toPatchRequestInformation(body: UnifiedRoleDefinition, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- directory (Microsoft Entra directory roles)- entitlement management (Microsoft Entra entitlement management)- Exchange Online (Except China operated by 21Vianet) + * Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC)- directory (Microsoft Entra directory roles)- entitlement management (Microsoft Entra entitlement management)- Exchange Online (Except China operated by 21Vianet) */ export interface UnifiedRoleDefinitionItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-roleManagement/roleManagement/entitlementManagement/roleDefinitions/index.ts b/packages/msgraph-beta-sdk-roleManagement/roleManagement/entitlementManagement/roleDefinitions/index.ts index 3487098330..57c74da1b0 100644 --- a/packages/msgraph-beta-sdk-roleManagement/roleManagement/entitlementManagement/roleDefinitions/index.ts +++ b/packages/msgraph-beta-sdk-roleManagement/roleManagement/entitlementManagement/roleDefinitions/index.ts @@ -29,7 +29,7 @@ export interface RoleDefinitionsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -47,7 +47,7 @@ export interface RoleDefinitionsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get a list of unifiedRoleDefinition objects for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- directory (Microsoft Entra ID) - entitlement management (Microsoft Entra ID)- Exchange Online + * Get a list of unifiedRoleDefinition objects for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR)- directory (Microsoft Entra ID) - entitlement management (Microsoft Entra ID)- Exchange Online * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} * @deprecated This version is being deprecated and is scheduled for removal on 2025-12-01.Please migrate to the latest version before the removal date. as of 2025-01/PrivatePreview:microsoft.applicationAuthorization on 2025-01-01 and will be removed 2025-12-01 @@ -63,7 +63,7 @@ export interface RoleDefinitionsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get a list of unifiedRoleDefinition objects for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- directory (Microsoft Entra ID) - entitlement management (Microsoft Entra ID)- Exchange Online + * Get a list of unifiedRoleDefinition objects for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR)- directory (Microsoft Entra ID) - entitlement management (Microsoft Entra ID)- Exchange Online */ export interface RoleDefinitionsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-roleManagement/roleManagement/entitlementManagement/roleDefinitions/item/index.ts b/packages/msgraph-beta-sdk-roleManagement/roleManagement/entitlementManagement/roleDefinitions/item/index.ts index bb0f29adcc..cb85ee80cd 100644 --- a/packages/msgraph-beta-sdk-roleManagement/roleManagement/entitlementManagement/roleDefinitions/item/index.ts +++ b/packages/msgraph-beta-sdk-roleManagement/roleManagement/entitlementManagement/roleDefinitions/item/index.ts @@ -34,7 +34,7 @@ export interface UnifiedRoleDefinitionItemRequestBuilder extends BaseRequestBuil */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- directory (Microsoft Entra directory roles)- entitlement management (Microsoft Entra entitlement management)- Exchange Online (Except China operated by 21Vianet) + * Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC)- directory (Microsoft Entra directory roles)- entitlement management (Microsoft Entra entitlement management)- Exchange Online (Except China operated by 21Vianet) * @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 @@ -59,7 +59,7 @@ export interface UnifiedRoleDefinitionItemRequestBuilder extends BaseRequestBuil */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- directory (Microsoft Entra directory roles)- entitlement management (Microsoft Entra entitlement management)- Exchange Online (Except China operated by 21Vianet) + * Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC)- directory (Microsoft Entra directory roles)- entitlement management (Microsoft Entra entitlement management)- Exchange Online (Except China operated by 21Vianet) * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} * @deprecated This version is being deprecated and is scheduled for removal on 2025-12-01.Please migrate to the latest version before the removal date. as of 2025-01/PrivatePreview:microsoft.applicationAuthorization on 2025-01-01 and will be removed 2025-12-01 @@ -75,7 +75,7 @@ export interface UnifiedRoleDefinitionItemRequestBuilder extends BaseRequestBuil toPatchRequestInformation(body: UnifiedRoleDefinition, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- directory (Microsoft Entra directory roles)- entitlement management (Microsoft Entra entitlement management)- Exchange Online (Except China operated by 21Vianet) + * Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC)- directory (Microsoft Entra directory roles)- entitlement management (Microsoft Entra entitlement management)- Exchange Online (Except China operated by 21Vianet) */ export interface UnifiedRoleDefinitionItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-roleManagement/roleManagement/exchange/roleDefinitions/index.ts b/packages/msgraph-beta-sdk-roleManagement/roleManagement/exchange/roleDefinitions/index.ts index 9512fdac97..a3495f3f01 100644 --- a/packages/msgraph-beta-sdk-roleManagement/roleManagement/exchange/roleDefinitions/index.ts +++ b/packages/msgraph-beta-sdk-roleManagement/roleManagement/exchange/roleDefinitions/index.ts @@ -29,7 +29,7 @@ export interface RoleDefinitionsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -47,7 +47,7 @@ export interface RoleDefinitionsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get a list of unifiedRoleDefinition objects for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- directory (Microsoft Entra ID) - entitlement management (Microsoft Entra ID)- Exchange Online + * Get a list of unifiedRoleDefinition objects for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR)- directory (Microsoft Entra ID) - entitlement management (Microsoft Entra ID)- Exchange Online * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} * @deprecated This version is being deprecated and is scheduled for removal on 2025-12-01.Please migrate to the latest version before the removal date. as of 2025-01/PrivatePreview:microsoft.applicationAuthorization on 2025-01-01 and will be removed 2025-12-01 @@ -63,7 +63,7 @@ export interface RoleDefinitionsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get a list of unifiedRoleDefinition objects for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- directory (Microsoft Entra ID) - entitlement management (Microsoft Entra ID)- Exchange Online + * Get a list of unifiedRoleDefinition objects for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR)- directory (Microsoft Entra ID) - entitlement management (Microsoft Entra ID)- Exchange Online */ export interface RoleDefinitionsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-roleManagement/roleManagement/exchange/roleDefinitions/item/index.ts b/packages/msgraph-beta-sdk-roleManagement/roleManagement/exchange/roleDefinitions/item/index.ts index 9ca6a02a27..c52216d0fa 100644 --- a/packages/msgraph-beta-sdk-roleManagement/roleManagement/exchange/roleDefinitions/item/index.ts +++ b/packages/msgraph-beta-sdk-roleManagement/roleManagement/exchange/roleDefinitions/item/index.ts @@ -34,7 +34,7 @@ export interface UnifiedRoleDefinitionItemRequestBuilder extends BaseRequestBuil */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- directory (Microsoft Entra directory roles)- entitlement management (Microsoft Entra entitlement management)- Exchange Online (Except China operated by 21Vianet) + * Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC)- directory (Microsoft Entra directory roles)- entitlement management (Microsoft Entra entitlement management)- Exchange Online (Except China operated by 21Vianet) * @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 @@ -59,7 +59,7 @@ export interface UnifiedRoleDefinitionItemRequestBuilder extends BaseRequestBuil */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- directory (Microsoft Entra directory roles)- entitlement management (Microsoft Entra entitlement management)- Exchange Online (Except China operated by 21Vianet) + * Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC)- directory (Microsoft Entra directory roles)- entitlement management (Microsoft Entra entitlement management)- Exchange Online (Except China operated by 21Vianet) * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} * @deprecated This version is being deprecated and is scheduled for removal on 2025-12-01.Please migrate to the latest version before the removal date. as of 2025-01/PrivatePreview:microsoft.applicationAuthorization on 2025-01-01 and will be removed 2025-12-01 @@ -75,7 +75,7 @@ export interface UnifiedRoleDefinitionItemRequestBuilder extends BaseRequestBuil toPatchRequestInformation(body: UnifiedRoleDefinition, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- directory (Microsoft Entra directory roles)- entitlement management (Microsoft Entra entitlement management)- Exchange Online (Except China operated by 21Vianet) + * Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC)- directory (Microsoft Entra directory roles)- entitlement management (Microsoft Entra entitlement management)- Exchange Online (Except China operated by 21Vianet) */ export interface UnifiedRoleDefinitionItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-servicePrincipals/servicePrincipals/item/claimsPolicy/index.ts b/packages/msgraph-beta-sdk-servicePrincipals/servicePrincipals/item/claimsPolicy/index.ts index 77b12809e4..891a87d6a4 100644 --- a/packages/msgraph-beta-sdk-servicePrincipals/servicePrincipals/item/claimsPolicy/index.ts +++ b/packages/msgraph-beta-sdk-servicePrincipals/servicePrincipals/item/claimsPolicy/index.ts @@ -21,21 +21,21 @@ export interface ClaimsPolicyRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Create a new customClaimsPolicy object if it doesn't exist, or replace an existing one. + * Update a customClaimsPolicy 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/serviceprincipal-put-claimspolicy?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/customclaimspolicy-update?view=graph-rest-beta|Find more info here} */ patch(body: CustomClaimsPolicy, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Create a new customClaimsPolicy object if it doesn't exist, or replace an existing one. + * Update a customClaimsPolicy 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/serviceprincipal-put-claimspolicy?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/customclaimspolicy-update?view=graph-rest-beta|Find more info here} */ put(body: CustomClaimsPolicy, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -45,14 +45,14 @@ export interface ClaimsPolicyRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Create a new customClaimsPolicy object if it doesn't exist, or replace an existing one. + * Update a customClaimsPolicy object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toPatchRequestInformation(body: CustomClaimsPolicy, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Create a new customClaimsPolicy object if it doesn't exist, or replace an existing one. + * Update a customClaimsPolicy 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-beta-sdk-sites/sites/index.ts b/packages/msgraph-beta-sdk-sites/sites/index.ts index a94ea8829a..8a4cd7254e 100644 --- a/packages/msgraph-beta-sdk-sites/sites/index.ts +++ b/packages/msgraph-beta-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-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/site-search?view=graph-rest-beta|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-beta-sdk-sites/sites/item/lists/item/index.ts b/packages/msgraph-beta-sdk-sites/sites/item/lists/item/index.ts index ab0f7e40be..a6d0160734 100644 --- a/packages/msgraph-beta-sdk-sites/sites/item/lists/item/index.ts +++ b/packages/msgraph-beta-sdk-sites/sites/item/lists/item/index.ts @@ -79,11 +79,11 @@ export interface ListItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get the list of richLongRunningOperations associated with a list. + * Return the metadata for a list. * @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/list-list-operations?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/list-get?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -101,7 +101,7 @@ export interface ListItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Get the list of richLongRunningOperations associated with a list. + * Return the metadata for a list. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -115,7 +115,7 @@ export interface ListItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get the list of richLongRunningOperations associated with a list. + * Return the metadata for a list. */ export interface ListItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-sites/sites/item/pages/index.ts b/packages/msgraph-beta-sdk-sites/sites/item/pages/index.ts index 1f43835a59..5e66e46d18 100644 --- a/packages/msgraph-beta-sdk-sites/sites/item/pages/index.ts +++ b/packages/msgraph-beta-sdk-sites/sites/item/pages/index.ts @@ -41,12 +41,12 @@ export interface PagesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Create a new newsLinkPage in the site pages list of a site. + * Create a new sitePage in the site pages list in a site. * @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/newslinkpage-create?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/sitepage-create?view=graph-rest-beta|Find more info here} */ post(body: BaseSitePage, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -56,7 +56,7 @@ export interface PagesRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Create a new newsLinkPage in the site pages list of a site. + * Create a new sitePage in the site pages list in a site. * @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-beta-sdk-teamwork/teamwork/teamTemplates/index.ts b/packages/msgraph-beta-sdk-teamwork/teamwork/teamTemplates/index.ts index ecefc798b2..cbf7b418c3 100644 --- a/packages/msgraph-beta-sdk-teamwork/teamwork/teamTemplates/index.ts +++ b/packages/msgraph-beta-sdk-teamwork/teamwork/teamTemplates/index.ts @@ -27,11 +27,11 @@ export interface TeamTemplatesRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/teamwork-list-teamtemplates?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/teamtemplate-list-definitions?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -43,7 +43,7 @@ export interface TeamTemplatesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get the list of teamTemplate objects that are available for a tenant. + * List the teamTemplateDefinition objects associated with a teamTemplate. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -57,7 +57,7 @@ export interface TeamTemplatesRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get the list of teamTemplate objects that are available for a tenant. + * List the teamTemplateDefinition objects associated with a teamTemplate. */ export interface TeamTemplatesRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-users/users/item/mobileAppTroubleshootingEvents/item/appLogCollectionRequests/index.ts b/packages/msgraph-beta-sdk-users/users/item/mobileAppTroubleshootingEvents/item/appLogCollectionRequests/index.ts index ad8361caa2..90781604f0 100644 --- a/packages/msgraph-beta-sdk-users/users/item/mobileAppTroubleshootingEvents/item/appLogCollectionRequests/index.ts +++ b/packages/msgraph-beta-sdk-users/users/item/mobileAppTroubleshootingEvents/item/appLogCollectionRequests/index.ts @@ -27,7 +27,7 @@ export interface AppLogCollectionRequestsRequestBuilder extends BaseRequestBuild */ byAppLogCollectionRequestId(appLogCollectionRequestId: string) : AppLogCollectionRequestItemRequestBuilder; /** - * The collection property of AppLogUploadRequest. + * Indicates collection of App Log Upload Request. * @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 @@ -42,7 +42,7 @@ export interface AppLogCollectionRequestsRequestBuilder extends BaseRequestBuild */ post(body: AppLogCollectionRequest, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * The collection property of AppLogUploadRequest. + * Indicates collection of App Log Upload Request. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface AppLogCollectionRequestsRequestBuilder extends BaseRequestBuild toPostRequestInformation(body: AppLogCollectionRequest, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * The collection property of AppLogUploadRequest. + * Indicates collection of App Log Upload Request. */ export interface AppLogCollectionRequestsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-users/users/item/mobileAppTroubleshootingEvents/item/appLogCollectionRequests/item/index.ts b/packages/msgraph-beta-sdk-users/users/item/mobileAppTroubleshootingEvents/item/appLogCollectionRequests/item/index.ts index 4a91d12426..8225d514ba 100644 --- a/packages/msgraph-beta-sdk-users/users/item/mobileAppTroubleshootingEvents/item/appLogCollectionRequests/item/index.ts +++ b/packages/msgraph-beta-sdk-users/users/item/mobileAppTroubleshootingEvents/item/appLogCollectionRequests/item/index.ts @@ -25,7 +25,7 @@ export interface AppLogCollectionRequestItemRequestBuilder extends BaseRequestBu */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * The collection property of AppLogUploadRequest. + * Indicates collection of App Log Upload Request. * @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 @@ -46,7 +46,7 @@ export interface AppLogCollectionRequestItemRequestBuilder extends BaseRequestBu */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * The collection property of AppLogUploadRequest. + * Indicates collection of App Log Upload Request. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -60,7 +60,7 @@ export interface AppLogCollectionRequestItemRequestBuilder extends BaseRequestBu toPatchRequestInformation(body: AppLogCollectionRequest, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * The collection property of AppLogUploadRequest. + * Indicates collection of App Log Upload Request. */ export interface AppLogCollectionRequestItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-users/users/item/presence/index.ts b/packages/msgraph-beta-sdk-users/users/item/presence/index.ts index 4fe6049cc3..25323a796a 100644 --- a/packages/msgraph-beta-sdk-users/users/item/presence/index.ts +++ b/packages/msgraph-beta-sdk-users/users/item/presence/index.ts @@ -49,11 +49,11 @@ export interface PresenceRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Set a presence status message for a user. An optional expiration date and time can be supplied. + * Get a user's presence information. * @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/presence-setstatusmessage?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -71,7 +71,7 @@ export interface PresenceRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Set a presence status message for a user. An optional expiration date and time can be supplied. + * Get a user's presence information. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -85,7 +85,7 @@ export interface PresenceRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Set a presence status message for a user. An optional expiration date and time can be supplied. + * Get a user's presence information. */ export interface PresenceRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk/models/index.ts b/packages/msgraph-beta-sdk/models/index.ts index 44f11857d7..d2111fa177 100644 --- a/packages/msgraph-beta-sdk/models/index.ts +++ b/packages/msgraph-beta-sdk/models/index.ts @@ -3302,7 +3302,7 @@ export interface AiInteractionMention extends Entity, Parsable { } export interface AiInteractionMentionedIdentitySet extends IdentitySet, Parsable { /** - * The conversation details. + * The conversation property */ conversation?: TeamworkConversationIdentity | null; /** @@ -6677,11 +6677,11 @@ export interface AndroidManagedAppProtection extends Parsable, TargetedManagedAp */ connectToVpnOnLaunch?: boolean | null; /** - * Friendly name of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true. + * Friendly name of the preferred custom browser to open weblink on Android. */ customBrowserDisplayName?: string | null; /** - * Unique identifier of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true. + * Unique identifier of a custom browser to open weblink on Android. */ customBrowserPackageId?: string | null; /** @@ -19690,7 +19690,7 @@ export interface CloudPcSnapshot extends Entity, Parsable { */ lastRestoredDateTime?: Date | null; /** - * The type of snapshot that indicates how to create the snapshot. Possible values are automatic, manual. Default value is automatic. + * The type of snapshot that indicates how to create the snapshot. Possible values are automatic, manual, unknownFutureValue, retention. Use the Prefer: include-unknown-enum-members request header to get the following value from this evolvable enum: retention. The default value is automatic. */ snapshotType?: CloudPcSnapshotType | null; /** @@ -152511,7 +152511,7 @@ export interface DeviceCompliancePolicy extends Entity, Parsable { */ roleScopeTagIds?: string[] | null; /** - * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. + * The list of scheduled action for this rule */ scheduledActionsForRule?: DeviceComplianceScheduledActionForRule[] | null; /** @@ -156900,7 +156900,7 @@ export interface DeviceManagementConfigurationReferredSettingInformation extends */ odataType?: string | null; /** - * Setting definition id that is being referred to a setting. Applicable for reusable setting + * Setting definition id that is being referred to a setting. Applicable for reusable setting. */ settingDefinitionId?: string | null; } @@ -156970,7 +156970,7 @@ export interface DeviceManagementConfigurationSettingDefinition extends Entity, */ accessTypes?: DeviceManagementConfigurationSettingAccessTypes[] | null; /** - * Details which device setting is applicable on + * Details which device setting is applicable on. Supports: $filters. */ applicability?: DeviceManagementConfigurationSettingApplicability | null; /** @@ -156978,23 +156978,23 @@ export interface DeviceManagementConfigurationSettingDefinition extends Entity, */ baseUri?: string | null; /** - * Specifies the area group under which the setting is configured in a specified configuration service provider (CSP) + * Specify category in which the setting is under. Support $filters. */ categoryId?: string | null; /** - * Description of the item + * Description of the setting. */ description?: string | null; /** - * Display name of the item + * Name of the setting. For example: Allow Toast. */ displayName?: string | null; /** - * Help text of the item + * Help text of the setting. Give more details of the setting. */ helpText?: string | null; /** - * List of links more info for the setting can be found at + * List of links more info for the setting can be found at. */ infoUrls?: string[] | null; /** @@ -157022,7 +157022,7 @@ export interface DeviceManagementConfigurationSettingDefinition extends Entity, */ riskLevel?: DeviceManagementConfigurationSettingRiskLevel[] | null; /** - * Root setting definition if the setting is a child setting. + * Root setting definition id if the setting is a child setting. */ rootDefinitionId?: string | null; /** @@ -157083,7 +157083,7 @@ export interface DeviceManagementConfigurationSettingGroupCollectionInstance ext } export interface DeviceManagementConfigurationSettingGroupDefinition extends DeviceManagementConfigurationSettingDefinition, Parsable { /** - * Dependent child settings to this group of settings + * Dependent child settings to this group of settings. */ childIds?: string[] | null; /** @@ -169446,7 +169446,7 @@ export interface IdentitySecurityDefaultsEnforcementPolicy extends Parsable, Pol } export interface IdentitySet extends AdditionalDataHolder, BackedModel, Parsable { /** - * The Identity of the Application. This property is read-only. + * Optional. The application associated with this action. */ application?: Identity | null; /** @@ -169454,7 +169454,7 @@ export interface IdentitySet extends AdditionalDataHolder, BackedModel, Parsable */ backingStoreEnabled?: boolean | null; /** - * The Identity of the Device. This property is read-only. + * Optional. The device associated with this action. */ device?: Identity | null; /** @@ -169462,7 +169462,7 @@ export interface IdentitySet extends AdditionalDataHolder, BackedModel, Parsable */ odataType?: string | null; /** - * The Identity of the User. This property is read-only. + * Optional. The user associated with this action. */ user?: Identity | null; } @@ -172836,7 +172836,7 @@ export interface IosManagedAppProtection extends Parsable, TargetedManagedAppPro */ apps?: ManagedMobileApp[] | null; /** - * A custom browser protocol to open weblink on iOS. + * A custom browser protocol to open weblink on iOS. When this property is configured, ManagedBrowserToOpenLinksRequired should be true. */ customBrowserProtocol?: string | null; /** @@ -177470,7 +177470,7 @@ export interface MacOSLobApp extends MobileLobApp, Parsable { */ export interface MacOsLobAppAssignmentSettings extends MobileAppAssignmentSettings, Parsable { /** - * When TRUE, indicates that the app should be uninstalled when the device is removed from Intune. When FALSE, indicates that the app will not be uninstalled when the device is removed from Intune. + * Whether or not to uninstall the app when device is removed from Intune. */ uninstallOnDeviceRemoval?: boolean | null; } @@ -183157,11 +183157,11 @@ export interface MobileApp extends Entity, Parsable { */ categories?: MobileAppCategory[] | null; /** - * The date and time the app was created. + * The date and time the app was created. This property is read-only. */ createdDateTime?: Date | null; /** - * The total number of dependencies the child app has. + * The total number of dependencies the child app has. This property is read-only. */ dependentAppCount?: number | null; /** @@ -183181,7 +183181,7 @@ export interface MobileApp extends Entity, Parsable { */ informationUrl?: string | null; /** - * The value indicating whether the app is assigned to at least one group. + * The value indicating whether the app is assigned to at least one group. This property is read-only. */ isAssigned?: boolean | null; /** @@ -183193,7 +183193,7 @@ export interface MobileApp extends Entity, Parsable { */ largeIcon?: MimeContent | null; /** - * The date and time the app was last modified. + * The date and time the app was last modified. This property is read-only. */ lastModifiedDateTime?: Date | null; /** @@ -183217,7 +183217,7 @@ export interface MobileApp extends Entity, Parsable { */ publishingState?: MobileAppPublishingState | null; /** - * List of relationships for this mobile app. + * The set of direct relationships for this app. */ relationships?: MobileAppRelationship[] | null; /** @@ -183233,7 +183233,7 @@ export interface MobileApp extends Entity, Parsable { */ supersedingAppCount?: number | null; /** - * The upload state. + * The upload state. Possible values are: 0 - Not Ready, 1 - Ready, 2 - Processing. This property is read-only. */ uploadState?: number | null; } @@ -183818,7 +183818,7 @@ export interface MobileAppTroubleshootingEvent extends DeviceManagementTroublesh */ applicationId?: string | null; /** - * The collection property of AppLogUploadRequest. + * Indicates collection of App Log Upload Request. */ appLogCollectionRequests?: AppLogCollectionRequest[] | null; /** @@ -197782,7 +197782,7 @@ export interface Report extends AdditionalDataHolder, BackedModel, Parsable { */ backingStoreEnabled?: boolean | null; /** - * The http content that has the data + * Report content; details vary by report type. */ content?: ArrayBuffer | null; /** @@ -308611,7 +308611,7 @@ export interface WindowsDomainJoinConfiguration extends DeviceConfiguration, Par */ computerNameSuffixRandomCharCount?: number | null; /** - * Reference to device configurations required for network connectivity. This collection can contain a maximum of 2 elements. + * Reference to device configurations required for network connectivity */ networkAccessConfigurations?: DeviceConfiguration[] | null; /**