diff --git a/packages/kiota-dom-export.txt b/packages/kiota-dom-export.txt index fa93c2f45e..ced711ed7e 100644 --- a/packages/kiota-dom-export.txt +++ b/packages/kiota-dom-export.txt @@ -247804,13 +247804,24 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.managedDevices.retr github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.managedDevices.retrievePowerliftAppDiagnosticsDetailsWithUserPrincipalName::deserializeIntoRetrievePowerliftAppDiagnosticsDetailsWithUserPrincipalNameGetResponse(RetrievePowerliftAppDiagnosticsDetailsWithUserPrincipalNameGetResponse:RetrievePowerliftAppDiagnosticsDetailsWithUserPrincipalNameGetResponse={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.managedDevices.retrievePowerliftAppDiagnosticsDetailsWithUserPrincipalName::serializeRetrievePowerliftAppDiagnosticsDetailsWithUserPrincipalNameGetResponse(writer:SerializationWriter; RetrievePowerliftAppDiagnosticsDetailsWithUserPrincipalNameGetResponse:RetrievePowerliftAppDiagnosticsDetailsWithUserPrincipalNameGetResponse={}):void github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.manager.managerRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):DirectoryObject +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.manager.managerRequestBuilder::|public|Ref:RefRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.manager.managerRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.manager.managerRequestBuilderGetQueryParameters::|public|expand:string[] github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.manager.managerRequestBuilderGetQueryParameters::|public|select:string[] github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.manager.managerRequestBuilderGetQueryParametersMapper +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.manager.managerRequestBuilderNavigationMetadata github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.manager.managerRequestBuilderRequestsMetadata github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.manager.managerRequestBuilderUriTemplate github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.manager.managerRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.manager.ref.RefRequestBuilder::|public|delete(requestConfiguration?:RequestConfiguration):void +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.manager.ref.RefRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):string +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.manager.ref.RefRequestBuilder::|public|put(body:ReferenceUpdate; requestConfiguration?:RequestConfiguration):void +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.manager.ref.RefRequestBuilder::|public|toDeleteRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.manager.ref.RefRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.manager.ref.RefRequestBuilder::|public|toPutRequestInformation(body:ReferenceUpdate; requestConfiguration?:RequestConfiguration):RequestInformation +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.manager.ref.refRequestBuilderRequestsMetadata +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.manager.ref.refRequestBuilderUriTemplate +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.manager.ref.RefRequestBuilder~~>BaseRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.memberOf.count.CountRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):number github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.memberOf.count.CountRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.memberOf.count.CountRequestBuilderGetQueryParameters::|public|filter:string diff --git a/packages/kiota-lock.json b/packages/kiota-lock.json index 909c43a0c4..a149765098 100644 --- a/packages/kiota-lock.json +++ b/packages/kiota-lock.json @@ -1,5 +1,5 @@ { - "descriptionHash": "2E42254B1980C905F1FEB8C0E2D25E00504B546235683769360348EAE740B92384FF4044D6446E57B3F8D7D9E4DCCD0C476AD3B00E332271A24FE9FAE61F57D7", + "descriptionHash": "8785BE53B2702BE442E5A1E39FE6534647D15F1FDAF6B926E2DD85DAED1792C00F4EAFFE2DEE3F4AD654D3C8163898E538C90CB6E9BEBCC3202DA171D3EC6AAA", "descriptionLocation": "../../msgraph-metadata/clean_beta_openapi/openapi.yaml", "lockFileVersion": "1.0.0", "kiotaVersion": "1.24.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 494df35e6a..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 @@ -20,11 +20,11 @@ export interface ResourceConnectionItemRequestBuilder extends BaseRequestBuilder */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Read the properties and relationships of a resourceConnection object. + * Read the properties and relationships of an operationalInsightsConnection 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-resourceconnection-get?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-get?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -42,7 +42,7 @@ export interface ResourceConnectionItemRequestBuilder extends BaseRequestBuilder */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Read the properties and relationships of a resourceConnection object. + * Read the properties and relationships of an operationalInsightsConnection object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface ResourceConnectionItemRequestBuilder extends BaseRequestBuilder toPatchRequestInformation(body: ResourceConnection, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Read the properties and relationships of a resourceConnection object. + * Read the properties and relationships of an operationalInsightsConnection object. */ export interface ResourceConnectionItemRequestBuilderGetQueryParameters { /** 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 f5e6032201..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 updatableAsset 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-updatableasset-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 updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted. + * 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 updatableAsset 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 updatableAsset object. + * Read the properties of an azureADDevice object. */ export interface UpdatableAssetItemRequestBuilderGetQueryParameters { /** 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 9f3dc5e543..8b5332c59e 100644 --- a/packages/msgraph-beta-sdk-chats/chats/item/messages/index.ts +++ b/packages/msgraph-beta-sdk-chats/chats/item/messages/index.ts @@ -41,12 +41,12 @@ export interface MessagesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Send a new chatMessage in the specified channel or a chat. + * Send a new chatMessage in the specified chat. This API 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; /** @@ -56,7 +56,7 @@ export interface MessagesRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Send a new chatMessage in the specified channel or a chat. + * Send a new chatMessage in the specified chat. This API 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-deviceAppManagement/deviceAppManagement/iosLobAppProvisioningConfigurations/item/assignments/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/iosLobAppProvisioningConfigurations/item/assignments/index.ts index b5255c3ab5..f6444f07d7 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/iosLobAppProvisioningConfigurations/item/assignments/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/iosLobAppProvisioningConfigurations/item/assignments/index.ts @@ -27,7 +27,7 @@ export interface AssignmentsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface AssignmentsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. + * The associated group assignments for IosLobAppProvisioningConfiguration. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface AssignmentsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. + * The associated group assignments for IosLobAppProvisioningConfiguration. */ export interface AssignmentsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/iosLobAppProvisioningConfigurations/item/assignments/item/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/iosLobAppProvisioningConfigurations/item/assignments/item/index.ts index 1d29d19cc4..8a80098abf 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/iosLobAppProvisioningConfigurations/item/assignments/item/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/iosLobAppProvisioningConfigurations/item/assignments/item/index.ts @@ -19,7 +19,7 @@ export interface IosLobAppProvisioningConfigurationAssignmentItemRequestBuilder */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. + * The associated group assignments for IosLobAppProvisioningConfiguration. * @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 IosLobAppProvisioningConfigurationAssignmentItemRequestBuilder */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. + * The associated group assignments for IosLobAppProvisioningConfiguration. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface IosLobAppProvisioningConfigurationAssignmentItemRequestBuilder toPatchRequestInformation(body: IosLobAppProvisioningConfigurationAssignment, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. + * The associated group assignments for IosLobAppProvisioningConfiguration. */ export interface IosLobAppProvisioningConfigurationAssignmentItemRequestBuilderGetQueryParameters { /** 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-directory/directory/authenticationMethodDevices/hardwareOathDevices/index.ts b/packages/msgraph-beta-sdk-directory/directory/authenticationMethodDevices/hardwareOathDevices/index.ts index 7ca9eb0788..a68b5e57cd 100644 --- a/packages/msgraph-beta-sdk-directory/directory/authenticationMethodDevices/hardwareOathDevices/index.ts +++ b/packages/msgraph-beta-sdk-directory/directory/authenticationMethodDevices/hardwareOathDevices/index.ts @@ -35,12 +35,12 @@ export interface HardwareOathDevicesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Create a new hardwareOathTokenAuthenticationMethodDevice object. Supports bulk creation. + * Create a new hardwareOathTokenAuthenticationMethodDevice object. You can optionally create and assign to a user in the same request; Or assign to a user via the assign API. * @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/authenticationmethoddevice-update?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/authenticationmethoddevice-post-hardwareoathdevices?view=graph-rest-beta|Find more info here} */ post(body: HardwareOathTokenAuthenticationMethodDevice, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -50,7 +50,7 @@ export interface HardwareOathDevicesRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Create a new hardwareOathTokenAuthenticationMethodDevice object. Supports bulk creation. + * Create a new hardwareOathTokenAuthenticationMethodDevice object. You can optionally create and assign to a user in the same request; Or assign to a user via the assign API. * @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-drives/drives/item/items/item/retentionLabel/index.ts b/packages/msgraph-beta-sdk-drives/drives/item/items/item/retentionLabel/index.ts index d291b7c70c..90af81682f 100644 --- a/packages/msgraph-beta-sdk-drives/drives/item/items/item/retentionLabel/index.ts +++ b/packages/msgraph-beta-sdk-drives/drives/item/items/item/retentionLabel/index.ts @@ -27,12 +27,12 @@ export interface RetentionLabelRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive. + * Apply (set) a retention label on a driveItem (files and folders). Retention labels don't need to be published in a retention label policy to be applied using this method. When a retention label is applied to a folder, all the items in the folder are tagged with the same retention label. For information about conflict resolution for retention labels, see Will an existing label be overridden or removed. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. * @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/driveitem-lockorunlockrecord?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/driveitem-setretentionlabel?view=graph-rest-beta|Find more info here} */ patch(body: ItemRetentionLabel, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -48,7 +48,7 @@ export interface RetentionLabelRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive. + * Apply (set) a retention label on a driveItem (files and folders). Retention labels don't need to be published in a retention label policy to be applied using this method. When a retention label is applied to a folder, all the items in the folder are tagged with the same retention label. For information about conflict resolution for retention labels, see Will an existing label be overridden or removed. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. * @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-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 66c8f60e92..037c962ec5 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/nameditem-range?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/range-get?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -228,7 +228,7 @@ export interface RangeRequestBuilder extends BaseRequestBuilder { /** - * Use this API to create a new Table. + * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is thrown. * @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/workbook-post-tables?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/tablecollection-add?view=graph-rest-beta|Find more info here} */ post(body: AddPostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Use this API to create a new Table. + * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is thrown. * @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-drives/drives/item/items/item/workbook/worksheets/item/names/item/range/index.ts b/packages/msgraph-beta-sdk-drives/drives/item/items/item/workbook/worksheets/item/names/item/range/index.ts index 4270bd1261..b73c94f643 100644 --- a/packages/msgraph-beta-sdk-drives/drives/item/items/item/workbook/worksheets/item/names/item/range/index.ts +++ b/packages/msgraph-beta-sdk-drives/drives/item/items/item/workbook/worksheets/item/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/nameditem-range?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/range-get?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -228,7 +228,7 @@ export interface RangeRequestBuilder extends BaseRequestBuilder { /** - * Use this API to create a new Table. + * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is thrown. * @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/workbook-post-tables?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/tablecollection-add?view=graph-rest-beta|Find more info here} */ post(body: AddPostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Use this API to create a new Table. + * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is thrown. * @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-education/education/users/item/index.ts b/packages/msgraph-beta-sdk-education/education/users/item/index.ts index 092a0da935..81a2b02a2f 100644 --- a/packages/msgraph-beta-sdk-education/education/users/item/index.ts +++ b/packages/msgraph-beta-sdk-education/education/users/item/index.ts @@ -64,12 +64,12 @@ export interface EducationUserItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Update the relatedContact collection of an educationUser object. + * Update the properties 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/relatedcontact-update?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/educationuser-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 relatedContact collection of an educationUser object. + * Update the properties 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/industryData/dataConnectors/index.ts b/packages/msgraph-beta-sdk-external/external/industryData/dataConnectors/index.ts index aba291ab7b..6262d71fb2 100644 --- a/packages/msgraph-beta-sdk-external/external/industryData/dataConnectors/index.ts +++ b/packages/msgraph-beta-sdk-external/external/industryData/dataConnectors/index.ts @@ -35,12 +35,12 @@ export interface DataConnectorsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Create a new azureDataLakeConnector object. + * Create a new 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-post?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/industrydata-onerosterapidataconnector-post?view=graph-rest-beta|Find more info here} */ post(body: IndustryDataConnector, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -50,7 +50,7 @@ export interface DataConnectorsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Create a new azureDataLakeConnector object. + * Create a new 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-groups/groups/index.ts b/packages/msgraph-beta-sdk-groups/groups/index.ts index 0670799107..5fbc4b1dd7 100644 --- a/packages/msgraph-beta-sdk-groups/groups/index.ts +++ b/packages/msgraph-beta-sdk-groups/groups/index.ts @@ -65,12 +65,12 @@ export interface GroupsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Create a new group object if it doesn't exist, or update the properties of an existing group object.You can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. + * Create a new group as specified in the request body. You can create one of the following groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. Note: To create a team, first create a group then add a team to it, see create team. * @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-upsert?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/group-post-groups?view=graph-rest-beta|Find more info here} */ post(body: Group, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -80,7 +80,7 @@ export interface GroupsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Create a new group object if it doesn't exist, or update the properties of an existing group object.You can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. + * Create a new group as specified in the request body. You can create one of the following groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. Note: To create a team, first create a group then add a team to it, see create team. * @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..e28fd22df1 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 @@ -19,10 +19,10 @@ export interface ConversationItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** @@ -34,7 +34,7 @@ export interface ConversationItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Delete conversation. + * Delete a group's conversation object. * @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/threads/item/reply/index.ts b/packages/msgraph-beta-sdk-groups/groups/item/conversations/item/threads/item/reply/index.ts index 7cfe82b08f..7db7fbf305 100644 --- a/packages/msgraph-beta-sdk-groups/groups/item/conversations/item/threads/item/reply/index.ts +++ b/packages/msgraph-beta-sdk-groups/groups/item/conversations/item/threads/item/reply/index.ts @@ -47,15 +47,15 @@ export interface ReplyPostRequestBody extends AdditionalDataHolder, BackedModel, */ export interface ReplyRequestBuilder extends BaseRequestBuilder { /** - * 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. + * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. * @param body The request body * @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/opentypeextension-post-opentypeextension?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-beta|Find more info here} */ post(body: ReplyPostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * 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. + * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. * @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/threads/item/index.ts b/packages/msgraph-beta-sdk-groups/groups/item/threads/item/index.ts index c454d9c5a0..480edc5ca4 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 @@ -32,11 +32,11 @@ export interface ConversationThreadItemRequestBuilder extends BaseRequestBuilder */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get a thread object. + * Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -55,7 +55,7 @@ export interface ConversationThreadItemRequestBuilder extends BaseRequestBuilder */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get a thread object. + * Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -69,7 +69,7 @@ export interface ConversationThreadItemRequestBuilder extends BaseRequestBuilder toPatchRequestInformation(body: ConversationThread, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get a thread object. + * Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. */ export interface ConversationThreadItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-groups/groups/item/threads/item/reply/index.ts b/packages/msgraph-beta-sdk-groups/groups/item/threads/item/reply/index.ts index be80fe5265..acfa1a83de 100644 --- a/packages/msgraph-beta-sdk-groups/groups/item/threads/item/reply/index.ts +++ b/packages/msgraph-beta-sdk-groups/groups/item/threads/item/reply/index.ts @@ -47,15 +47,15 @@ export interface ReplyPostRequestBody extends AdditionalDataHolder, BackedModel, */ export interface ReplyRequestBuilder extends BaseRequestBuilder { /** - * 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. + * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. * @param body The request body * @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/opentypeextension-post-opentypeextension?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-beta|Find more info here} */ post(body: ReplyPostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * 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. + * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. * @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-identity/identity/conditionalAccess/namedLocations/item/index.ts b/packages/msgraph-beta-sdk-identity/identity/conditionalAccess/namedLocations/item/index.ts index b2df2508e8..1b3779a693 100644 --- a/packages/msgraph-beta-sdk-identity/identity/conditionalAccess/namedLocations/item/index.ts +++ b/packages/msgraph-beta-sdk-identity/identity/conditionalAccess/namedLocations/item/index.ts @@ -13,43 +13,43 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ */ export interface NamedLocationItemRequestBuilder extends BaseRequestBuilder { /** - * Delete an ipNamedLocation object. + * Delete a namedLocation object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/ipnamedlocation-delete?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/namedlocation-delete?view=graph-rest-beta|Find more info here} */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Retrieve the properties and relationships of a countryNamedLocation object. + * Read the properties and relationships of a compliantNetworkNamedLocation 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/countrynamedlocation-get?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/compliantnetworknamedlocation-get?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Update the properties of a countryNamedLocation object. + * Update the properties of an ipNamedLocation 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/countrynamedlocation-update?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/ipnamedlocation-update?view=graph-rest-beta|Find more info here} */ patch(body: NamedLocation, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Delete an ipNamedLocation object. + * Delete a namedLocation object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Retrieve the properties and relationships of a countryNamedLocation object. + * Read the properties and relationships of a compliantNetworkNamedLocation object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Update the properties of a countryNamedLocation object. + * Update the properties of an ipNamedLocation object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} @@ -57,7 +57,7 @@ export interface NamedLocationItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Retrieve the properties and relationships of a countryNamedLocation object. + * Read the properties and relationships of a compliantNetworkNamedLocation object. */ export interface NamedLocationItemRequestBuilderGetQueryParameters { /** 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 42cb347a18..abbb766945 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 an accessPackageAssignmentRequestWorkflowExtension 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. + * 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 - * @see {@link https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-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 an accessPackageAssignmentRequestWorkflowExtension 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. + * 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 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-identityProtection/identityProtection/riskyUsers/index.ts b/packages/msgraph-beta-sdk-identityProtection/identityProtection/riskyUsers/index.ts index 1e3bfc0fdb..1e6f48e3ca 100644 --- a/packages/msgraph-beta-sdk-identityProtection/identityProtection/riskyUsers/index.ts +++ b/packages/msgraph-beta-sdk-identityProtection/identityProtection/riskyUsers/index.ts @@ -39,11 +39,11 @@ export interface RiskyUsersRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/riskyusers-get?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/riskyusers-list?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -55,7 +55,7 @@ export interface RiskyUsersRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Retrieve the properties and relationships of a riskyUser object. + * Retrieve the properties and relationships of a collection of riskyUser objects. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -69,7 +69,7 @@ export interface RiskyUsersRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Retrieve the properties and relationships of a riskyUser object. + * Retrieve the properties and relationships of a collection of riskyUser objects. */ export interface RiskyUsersRequestBuilderGetQueryParameters { /** 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/deviceManagement/roleAssignments/index.ts b/packages/msgraph-beta-sdk-roleManagement/roleManagement/deviceManagement/roleAssignments/index.ts index 0760eabf2a..e458eba951 100644 --- a/packages/msgraph-beta-sdk-roleManagement/roleManagement/deviceManagement/roleAssignments/index.ts +++ b/packages/msgraph-beta-sdk-roleManagement/roleManagement/deviceManagement/roleAssignments/index.ts @@ -27,11 +27,11 @@ export interface RoleAssignmentsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/rbacapplicationmultiple-list-roleassignments?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -44,7 +44,7 @@ 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 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. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -58,7 +58,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 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. */ export interface RoleAssignmentsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-teams/teams/item/channels/item/members/item/index.ts b/packages/msgraph-beta-sdk-teams/teams/item/channels/item/members/item/index.ts index 61ede454c3..458511bb97 100644 --- a/packages/msgraph-beta-sdk-teams/teams/item/channels/item/members/item/index.ts +++ b/packages/msgraph-beta-sdk-teams/teams/item/channels/item/members/item/index.ts @@ -28,12 +28,12 @@ export interface ConversationMemberItemRequestBuilder extends BaseRequestBuilder */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Update the role of a conversationMember in a team.or channel. + * Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared. * @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/conversationmember-update?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-beta|Find more info here} */ patch(body: ConversationMember, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -49,7 +49,7 @@ export interface ConversationMemberItemRequestBuilder extends BaseRequestBuilder */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Update the role of a conversationMember in a team.or channel. + * Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared. * @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-teams/teams/item/channels/item/messages/index.ts b/packages/msgraph-beta-sdk-teams/teams/item/channels/item/messages/index.ts index 2d4ce90cb8..f6be51fe4f 100644 --- a/packages/msgraph-beta-sdk-teams/teams/item/channels/item/messages/index.ts +++ b/packages/msgraph-beta-sdk-teams/teams/item/channels/item/messages/index.ts @@ -41,12 +41,12 @@ export interface MessagesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Send a new chatMessage in the specified channel or a chat. + * Send a new chatMessage in the specified channel. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/channel-post-messages?view=graph-rest-beta|Find more info here} */ post(body: ChatMessage, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -56,7 +56,7 @@ export interface MessagesRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Send a new chatMessage in the specified channel or a chat. + * Send a new chatMessage in the specified channel. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-beta-sdk-users/users/item/index.ts b/packages/msgraph-beta-sdk-users/users/item/index.ts index e0d9da07c6..aa6d33fa2b 100644 --- a/packages/msgraph-beta-sdk-users/users/item/index.ts +++ b/packages/msgraph-beta-sdk-users/users/item/index.ts @@ -140,7 +140,7 @@ import { ManagedAppRegistrationsRequestBuilderNavigationMetadata, ManagedAppRegi // @ts-ignore import { ManagedDevicesRequestBuilderNavigationMetadata, ManagedDevicesRequestBuilderRequestsMetadata, type ManagedDevicesRequestBuilder } from './managedDevices/index.js'; // @ts-ignore -import { ManagerRequestBuilderRequestsMetadata, type ManagerRequestBuilder } from './manager/index.js'; +import { ManagerRequestBuilderNavigationMetadata, ManagerRequestBuilderRequestsMetadata, type ManagerRequestBuilder } from './manager/index.js'; // @ts-ignore import { MemberOfRequestBuilderNavigationMetadata, MemberOfRequestBuilderRequestsMetadata, type MemberOfRequestBuilder } from './memberOf/index.js'; // @ts-ignore @@ -1047,6 +1047,7 @@ export const UserItemRequestBuilderNavigationMetadata: Record { + /** + * Provides operations to manage the collection of user entities. + */ + get ref(): RefRequestBuilder; /** * Returns the user or organizational contact assigned as the user's manager. Optionally, you can expand the manager's chain up to the root node. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. @@ -51,6 +57,14 @@ const ManagerRequestBuilderGetQueryParametersMapper: Record = { "expand": "%24expand", "select": "%24select", }; +/** + * Metadata for all the navigation properties in the request builder. + */ +export const ManagerRequestBuilderNavigationMetadata: Record, NavigationMetadata> = { + ref: { + requestsMetadata: RefRequestBuilderRequestsMetadata, + }, +}; /** * Metadata for all the requests in the request builder. */ diff --git a/packages/msgraph-beta-sdk-users/users/item/manager/ref/index.ts b/packages/msgraph-beta-sdk-users/users/item/manager/ref/index.ts new file mode 100644 index 0000000000..54231f733b --- /dev/null +++ b/packages/msgraph-beta-sdk-users/users/item/manager/ref/index.ts @@ -0,0 +1,96 @@ +/* tslint:disable */ +/* eslint-disable */ +// Generated by Microsoft Kiota +// @ts-ignore +import { serializeReferenceUpdate, type ReferenceUpdate } from '@microsoft/msgraph-beta-sdk/models/index.js'; +// @ts-ignore +import { createODataErrorFromDiscriminatorValue, type ODataError } from '@microsoft/msgraph-beta-sdk/models/oDataErrors/index.js'; +// @ts-ignore +import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions'; + +/** + * Provides operations to manage the collection of user entities. + */ +export interface RefRequestBuilder extends BaseRequestBuilder { + /** + * Remove a user's manager. + * @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/user-delete-manager?view=graph-rest-beta|Find more info here} + */ + delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; + /** + * Returns the user or organizational contact assigned as the user's manager. Optionally, you can expand the manager's chain up to the root node. + * @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/user-list-manager?view=graph-rest-beta|Find more info here} + */ + get(requestConfiguration?: RequestConfiguration | undefined) : Promise; + /** + * Assign a user's manager. + * @param body The request body + * @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/user-post-manager?view=graph-rest-beta|Find more info here} + */ + put(body: ReferenceUpdate, requestConfiguration?: RequestConfiguration | undefined) : Promise; + /** + * Remove a user's manager. + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {RequestInformation} + */ + toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; + /** + * Returns the user or organizational contact assigned as the user's manager. Optionally, you can expand the manager's chain up to the root node. + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {RequestInformation} + */ + toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; + /** + * Assign a user's manager. + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {RequestInformation} + */ + toPutRequestInformation(body: ReferenceUpdate, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; +} +/** + * Uri template for the request builder. + */ +export const RefRequestBuilderUriTemplate = "{+baseurl}/users/{user%2Did}/manager/$ref"; +/** + * Metadata for all the requests in the request builder. + */ +export const RefRequestBuilderRequestsMetadata: RequestsMetadata = { + delete: { + uriTemplate: RefRequestBuilderUriTemplate, + responseBodyContentType: "application/json", + errorMappings: { + XXX: createODataErrorFromDiscriminatorValue as ParsableFactory, + }, + adapterMethodName: "sendNoResponseContent", + }, + get: { + uriTemplate: RefRequestBuilderUriTemplate, + responseBodyContentType: "application/json", + errorMappings: { + XXX: createODataErrorFromDiscriminatorValue as ParsableFactory, + }, + adapterMethodName: "sendPrimitive", + responseBodyFactory: "string", + }, + put: { + uriTemplate: RefRequestBuilderUriTemplate, + responseBodyContentType: "application/json", + errorMappings: { + XXX: createODataErrorFromDiscriminatorValue as ParsableFactory, + }, + adapterMethodName: "sendNoResponseContent", + requestBodyContentType: "application/json", + requestBodySerializer: serializeReferenceUpdate, + requestInformationContentSetMethod: "setContentFromParsable", + }, +}; +/* tslint:enable */ +/* eslint-enable */ 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/models/index.ts b/packages/msgraph-beta-sdk/models/index.ts index c14c4de3a7..fab1dd5e78 100644 --- a/packages/msgraph-beta-sdk/models/index.ts +++ b/packages/msgraph-beta-sdk/models/index.ts @@ -3428,7 +3428,7 @@ export interface AiInteractionMention extends Entity, Parsable { } export interface AiInteractionMentionedIdentitySet extends IdentitySet, Parsable { /** - * The conversation property + * The conversation details. */ conversation?: TeamworkConversationIdentity | null; /** @@ -6843,11 +6843,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; /** @@ -149445,11 +149445,11 @@ export interface DeviceManagementConfigurationChoiceSettingCollectionInstanceTem } export interface DeviceManagementConfigurationChoiceSettingDefinition extends DeviceManagementConfigurationSettingDefinition, Parsable { /** - * Default option for choice setting + * Default option for the choice setting. */ defaultOptionId?: string | null; /** - * Options for the setting that can be selected + * Options for the setting that can be selected. */ options?: DeviceManagementConfigurationOptionDefinition[] | null; } @@ -150131,7 +150131,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; /** @@ -150139,23 +150139,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; /** @@ -150183,7 +150183,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; /** @@ -150478,19 +150478,19 @@ export interface DeviceManagementConfigurationSimpleSettingCollectionInstanceTem } export interface DeviceManagementConfigurationSimpleSettingDefinition extends DeviceManagementConfigurationSettingDefinition, Parsable { /** - * Default setting value for this setting. + * Default setting value for this setting */ defaultValue?: DeviceManagementConfigurationSettingValue | null; /** - * list of child settings that depend on this setting. + * list of child settings that depend on this setting */ dependedOnBy?: DeviceManagementConfigurationSettingDependedOnBy[] | null; /** - * list of parent settings this setting is dependent on. + * list of parent settings this setting is dependent on */ dependentOn?: DeviceManagementConfigurationDependentOn[] | null; /** - * Definition of the value for this setting. + * Definition of the value for this setting */ valueDefinition?: DeviceManagementConfigurationSettingValueDefinition | null; } @@ -150583,7 +150583,7 @@ export interface DeviceManagementConfigurationStringSettingValueDefinition exten */ fileTypes?: string[] | null; /** - * Pre-defined format of the string. Possible values are: none, email, guid, ip, base64, url, version, xml, date, time, binary, regEx, json, dateTime, surfaceHub. + * Pre-defined format of the string. Possible values are: none, email, guid, ip, base64, url, version, xml, date, time, binary, regEx, json, dateTime, surfaceHub, bashScript, unknownFutureValue. */ format?: DeviceManagementConfigurationStringFormat | null; /** @@ -150595,11 +150595,11 @@ export interface DeviceManagementConfigurationStringSettingValueDefinition exten */ isSecret?: boolean | null; /** - * Maximum length of string + * Maximum length of string. Valid values 0 to 87516 */ maximumLength?: number | null; /** - * Minimum length of string + * Minimum length of string. Valid values 0 to 87516 */ minimumLength?: number | null; } @@ -162193,11 +162193,11 @@ export interface Identity extends AdditionalDataHolder, BackedModel, Parsable { */ backingStoreEnabled?: boolean | null; /** - * The display name of the identity. This property is read-only. + * The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. */ displayName?: string | null; /** - * The identifier of the identity. This property is read-only. + * Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. */ id?: string | null; /** @@ -162460,7 +162460,7 @@ export interface IdentitySet extends AdditionalDataHolder, BackedModel, Parsable */ additionalData?: Record; /** - * Optional. The application associated with this action. + * The Identity of the Application. This property is read-only. */ application?: Identity | null; /** @@ -162468,7 +162468,7 @@ export interface IdentitySet extends AdditionalDataHolder, BackedModel, Parsable */ backingStoreEnabled?: boolean | null; /** - * Optional. The device associated with this action. + * The Identity of the Device. This property is read-only. */ device?: Identity | null; /** @@ -162476,7 +162476,7 @@ export interface IdentitySet extends AdditionalDataHolder, BackedModel, Parsable */ odataType?: string | null; /** - * Optional. The user associated with this action. + * The Identity of the User. This property is read-only. */ user?: Identity | null; } @@ -165821,7 +165821,7 @@ export interface IosLobAppCollectionResponse extends BaseCollectionPaginationCou */ export interface IosLobAppProvisioningConfiguration extends Entity, Parsable { /** - * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. + * The associated group assignments for IosLobAppProvisioningConfiguration. */ assignments?: IosLobAppProvisioningConfigurationAssignment[] | null; /** @@ -165841,7 +165841,7 @@ export interface IosLobAppProvisioningConfiguration extends Entity, Parsable { */ displayName?: string | null; /** - * Optional profile expiration date and time. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. + * Optional profile expiration date and time. */ expirationDateTime?: Date | null; /** @@ -168246,7 +168246,7 @@ export interface KeyValue extends AdditionalDataHolder, BackedModel, Parsable { */ backingStoreEnabled?: boolean | null; /** - * Key. + * Contains the name of the field that a value is associated with. */ key?: string | null; /** @@ -168254,7 +168254,7 @@ export interface KeyValue extends AdditionalDataHolder, BackedModel, Parsable { */ odataType?: string | null; /** - * Value. + * Contains the corresponding value for the specified key. */ value?: string | null; } @@ -177364,7 +177364,7 @@ export interface MobileAppTroubleshootingEvent extends DeviceManagementTroublesh */ applicationId?: string | null; /** - * The collection property of AppLogUploadRequest. + * Indicates collection of App Log Upload Request. */ appLogCollectionRequests?: AppLogCollectionRequest[] | null; /**