diff --git a/packages/kiota-dom-export.txt b/packages/kiota-dom-export.txt index 12c464e6b5..986c942147 100644 --- a/packages/kiota-dom-export.txt +++ b/packages/kiota-dom-export.txt @@ -13903,6 +13903,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.contacts.contactsRequestBuilde github.com/microsoftgraph/msgraph-sdk-typescript/.contacts.contactsRequestBuilderGetQueryParameters::|public|orderby:string[] github.com/microsoftgraph/msgraph-sdk-typescript/.contacts.contactsRequestBuilderGetQueryParameters::|public|search:string github.com/microsoftgraph/msgraph-sdk-typescript/.contacts.contactsRequestBuilderGetQueryParameters::|public|select:string[] +github.com/microsoftgraph/msgraph-sdk-typescript/.contacts.contactsRequestBuilderGetQueryParameters::|public|skip:number github.com/microsoftgraph/msgraph-sdk-typescript/.contacts.contactsRequestBuilderGetQueryParameters::|public|top:number github.com/microsoftgraph/msgraph-sdk-typescript/.contacts.contactsRequestBuilderGetQueryParametersMapper github.com/microsoftgraph/msgraph-sdk-typescript/.contacts.contactsRequestBuilderNavigationMetadata @@ -14249,16 +14250,20 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.contacts.item.memberOf.memberO github.com/microsoftgraph/msgraph-sdk-typescript/.contacts.item.memberOf.memberOfRequestBuilder~~>BaseRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.contacts.item.OrgContactItemRequestBuilder::|public|checkMemberGroups:CheckMemberGroupsRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.contacts.item.OrgContactItemRequestBuilder::|public|checkMemberObjects:CheckMemberObjectsRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.contacts.item.OrgContactItemRequestBuilder::|public|delete(requestConfiguration?:RequestConfiguration):void github.com/microsoftgraph/msgraph-sdk-typescript/.contacts.item.OrgContactItemRequestBuilder::|public|directReports:DirectReportsRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.contacts.item.OrgContactItemRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):OrgContact github.com/microsoftgraph/msgraph-sdk-typescript/.contacts.item.OrgContactItemRequestBuilder::|public|getMemberGroups:GetMemberGroupsRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.contacts.item.OrgContactItemRequestBuilder::|public|getMemberObjects:GetMemberObjectsRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.contacts.item.OrgContactItemRequestBuilder::|public|manager:ManagerRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.contacts.item.OrgContactItemRequestBuilder::|public|memberOf:MemberOfRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.contacts.item.OrgContactItemRequestBuilder::|public|patch(body:OrgContact; requestConfiguration?:RequestConfiguration):OrgContact github.com/microsoftgraph/msgraph-sdk-typescript/.contacts.item.OrgContactItemRequestBuilder::|public|restore:RestoreRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.contacts.item.OrgContactItemRequestBuilder::|public|retryServiceProvisioning:RetryServiceProvisioningRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.contacts.item.OrgContactItemRequestBuilder::|public|serviceProvisioningErrors:ServiceProvisioningErrorsRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.contacts.item.OrgContactItemRequestBuilder::|public|toDeleteRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.contacts.item.OrgContactItemRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation +github.com/microsoftgraph/msgraph-sdk-typescript/.contacts.item.OrgContactItemRequestBuilder::|public|toPatchRequestInformation(body:OrgContact; requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.contacts.item.OrgContactItemRequestBuilder::|public|transitiveMemberOf:TransitiveMemberOfRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.contacts.item.OrgContactItemRequestBuilder::|public|transitiveReports:TransitiveReportsRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.contacts.item.OrgContactItemRequestBuilderGetQueryParameters::|public|expand:string[] diff --git a/packages/kiota-lock.json b/packages/kiota-lock.json index fb1a5a2ce0..f74c8c0fa8 100644 --- a/packages/kiota-lock.json +++ b/packages/kiota-lock.json @@ -1,5 +1,5 @@ { - "descriptionHash": "AA9E94E7EFD0F6E782B6025956D84BB92BC7E532F476B492EA4BF706BFE47EDD4645053F696A1B496A97FA963846A230A27E9CEDBE9C3B6EA581B9BADED17BF4", + "descriptionHash": "77EF8F020E506936067CF414EA8C20EBC52D89DCC7EDB09261158DAB957035A7FC1A459CC1796D170832083AE59BB20AC7404FF3A98DC2565FBAA6DC6B3722DD", "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 d46048e716..e1b5e240a8 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 86e4c8da4b..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 @@ -44,11 +44,11 @@ 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; /** @@ -66,7 +66,7 @@ export interface UpdatableAssetItemRequestBuilder extends BaseRequestBuilder | 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-admin/admin/windows/updates/updatePolicies/item/complianceChanges/item/index.ts b/packages/msgraph-beta-sdk-admin/admin/windows/updates/updatePolicies/item/complianceChanges/item/index.ts index 88def0b406..7d107e2b45 100644 --- a/packages/msgraph-beta-sdk-admin/admin/windows/updates/updatePolicies/item/complianceChanges/item/index.ts +++ b/packages/msgraph-beta-sdk-admin/admin/windows/updates/updatePolicies/item/complianceChanges/item/index.ts @@ -26,20 +26,20 @@ export interface ComplianceChangeItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Read the properties and relationships of a contentApproval object. + * Read the properties and relationships of a complianceChange 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-contentapproval-get?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-get?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Update the properties of a contentApproval object. + * Update the properties of a complianceChange 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/windowsupdates-contentapproval-update?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-update?view=graph-rest-beta|Find more info here} */ patch(body: ComplianceChange, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -49,13 +49,13 @@ export interface ComplianceChangeItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Read the properties and relationships of a contentApproval object. + * Read the properties and relationships of a complianceChange 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 contentApproval object. + * Update the properties of a complianceChange object. * @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 ComplianceChangeItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Read the properties and relationships of a contentApproval object. + * Read the properties and relationships of a complianceChange object. */ export interface ComplianceChangeItemRequestBuilderGetQueryParameters { /** 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-contacts/contacts/index.ts b/packages/msgraph-beta-sdk-contacts/contacts/index.ts index b7841f473e..155c97b0de 100644 --- a/packages/msgraph-beta-sdk-contacts/contacts/index.ts +++ b/packages/msgraph-beta-sdk-contacts/contacts/index.ts @@ -93,6 +93,10 @@ export interface ContactsRequestBuilderGetQueryParameters { * Select properties to be returned */ select?: string[]; + /** + * Skip the first n items + */ + skip?: number; /** * Show only the first n items */ @@ -101,7 +105,7 @@ export interface ContactsRequestBuilderGetQueryParameters { /** * Uri template for the request builder. */ -export const ContactsRequestBuilderUriTemplate = "{+baseurl}/contacts{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24top}"; +export const ContactsRequestBuilderUriTemplate = "{+baseurl}/contacts{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}"; /** * Mapper for query parameters from symbol name to serialization name represented as a constant. */ @@ -112,6 +116,7 @@ const ContactsRequestBuilderGetQueryParametersMapper: Record = { "orderby": "%24orderby", "search": "%24search", "select": "%24select", + "skip": "%24skip", "top": "%24top", }; /** diff --git a/packages/msgraph-beta-sdk-contacts/contacts/item/index.ts b/packages/msgraph-beta-sdk-contacts/contacts/item/index.ts index ce1730be45..5c8d7378a7 100644 --- a/packages/msgraph-beta-sdk-contacts/contacts/item/index.ts +++ b/packages/msgraph-beta-sdk-contacts/contacts/item/index.ts @@ -2,7 +2,7 @@ /* eslint-disable */ // Generated by Microsoft Kiota // @ts-ignore -import { createOrgContactFromDiscriminatorValue, type OrgContact } from '@microsoft/msgraph-beta-sdk/models/index.js'; +import { createOrgContactFromDiscriminatorValue, serializeOrgContact, type OrgContact } 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 @@ -84,6 +84,12 @@ export interface OrgContactItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** * Get the properties and relationships of an organizational contact object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. @@ -92,12 +98,33 @@ export interface OrgContactItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; + /** + * Update entity in contacts + * @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 + */ + patch(body: OrgContact, requestConfiguration?: RequestConfiguration | undefined) : Promise; + /** + * Delete entity from contacts + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {RequestInformation} + */ + toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** * Get the properties and relationships of an organizational contact object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; + /** + * Update entity in contacts + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {RequestInformation} + */ + toPatchRequestInformation(body: OrgContact, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** * Get the properties and relationships of an organizational contact object. @@ -173,6 +200,14 @@ export const OrgContactItemRequestBuilderNavigationMetadata: Record, + }, + adapterMethodName: "sendNoResponseContent", + }, get: { uriTemplate: OrgContactItemRequestBuilderUriTemplate, responseBodyContentType: "application/json", @@ -183,6 +218,18 @@ export const OrgContactItemRequestBuilderRequestsMetadata: RequestsMetadata = { responseBodyFactory: createOrgContactFromDiscriminatorValue, queryParametersMapper: OrgContactItemRequestBuilderGetQueryParametersMapper, }, + patch: { + uriTemplate: OrgContactItemRequestBuilderUriTemplate, + responseBodyContentType: "application/json", + errorMappings: { + XXX: createODataErrorFromDiscriminatorValue as ParsableFactory, + }, + adapterMethodName: "send", + responseBodyFactory: createOrgContactFromDiscriminatorValue, + requestBodyContentType: "application/json", + requestBodySerializer: serializeOrgContact, + requestInformationContentSetMethod: "setContentFromParsable", + }, }; /* tslint:enable */ /* eslint-enable */ 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 f6444f07d7..b5255c3ab5 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. + * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. * @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. + * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. */ 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 8a80098abf..1d29d19cc4 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. + * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. * @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. + * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. * @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. + * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. */ 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 d255db68c0..c008c4201b 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 one or more hardwareOathTokenAuthenticationMethodDevice objects. This API supports two scenarios:- Create the new hardware tokens without assigning to users. You can then assign to a user.- Create and assign any individual hardware tokens to users in the same request. + * Create a new hardwareOathTokenAuthenticationMethodDevice object. This API supports two scenarios:- Create the new hardware token without assigning to a user. You can then assign to a user.- Create and assign a hardware token to a user in the same request. * @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 one or more hardwareOathTokenAuthenticationMethodDevice objects. This API supports two scenarios:- Create the new hardware tokens without assigning to users. You can then assign to a user.- Create and assign any individual hardware tokens to users in the same request. + * Create a new hardwareOathTokenAuthenticationMethodDevice object. This API supports two scenarios:- Create the new hardware token without assigning to a user. You can then assign to a user.- Create and assign a hardware token to a user in the same request. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-beta-sdk-drives/drives/item/items/item/invite/index.ts b/packages/msgraph-beta-sdk-drives/drives/item/items/item/invite/index.ts index 3089dbe558..403f364f1b 100644 --- a/packages/msgraph-beta-sdk-drives/drives/item/items/item/invite/index.ts +++ b/packages/msgraph-beta-sdk-drives/drives/item/items/item/invite/index.ts @@ -106,7 +106,7 @@ export interface InvitePostResponse extends BaseCollectionPaginationCountRespons */ export interface InviteRequestBuilder extends BaseRequestBuilder { /** - * Sends a sharing invitation for a driveItem.A sharing invitation provides permissions to the recipients and optionally sends an email to the recipients to notify them the item was shared. + * Send a sharing invitation for a driveItem. A sharing invitation provides permissions to the recipients and, optionally, sends them an email to notify them that the item was shared. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} @@ -115,7 +115,7 @@ export interface InviteRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Sends a sharing invitation for a driveItem.A sharing invitation provides permissions to the recipients and optionally sends an email to the recipients to notify them the item was shared. + * Send a sharing invitation for a driveItem. A sharing invitation provides permissions to the recipients and, optionally, sends them an email to notify them that the item was 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-drives/drives/item/items/item/workbook/tables/add/index.ts b/packages/msgraph-beta-sdk-drives/drives/item/items/item/workbook/tables/add/index.ts index de60ca4e40..9f578c5d43 100644 --- a/packages/msgraph-beta-sdk-drives/drives/item/items/item/workbook/tables/add/index.ts +++ b/packages/msgraph-beta-sdk-drives/drives/item/items/item/workbook/tables/add/index.ts @@ -27,16 +27,16 @@ export interface AddPostRequestBody extends AdditionalDataHolder, BackedModel, P */ export interface AddRequestBuilder 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/tables/add/index.ts b/packages/msgraph-beta-sdk-drives/drives/item/items/item/workbook/worksheets/item/tables/add/index.ts index da9a44de3f..8fca98a2f7 100644 --- a/packages/msgraph-beta-sdk-drives/drives/item/items/item/workbook/worksheets/item/tables/add/index.ts +++ b/packages/msgraph-beta-sdk-drives/drives/item/items/item/workbook/worksheets/item/tables/add/index.ts @@ -27,16 +27,16 @@ export interface AddPostRequestBody extends AdditionalDataHolder, BackedModel, P */ export interface AddRequestBuilder 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/classes/item/assignments/item/resources/item/dependentResources/index.ts b/packages/msgraph-beta-sdk-education/education/classes/item/assignments/item/resources/item/dependentResources/index.ts index e772eff31b..d2e64a24c1 100644 --- a/packages/msgraph-beta-sdk-education/education/classes/item/assignments/item/resources/item/dependentResources/index.ts +++ b/packages/msgraph-beta-sdk-education/education/classes/item/assignments/item/resources/item/dependentResources/index.ts @@ -27,10 +27,11 @@ export interface DependentResourcesRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/educationassignmentresource-list-dependentresources?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -42,7 +43,7 @@ export interface DependentResourcesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get dependentResources from education + * List the dependent education assignment resources for a given education assignment resource. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +57,7 @@ export interface DependentResourcesRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get dependentResources from education + * List the dependent education assignment resources for a given education assignment resource. */ export interface DependentResourcesRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-education/education/classes/item/assignments/item/resources/item/dependentResources/item/index.ts b/packages/msgraph-beta-sdk-education/education/classes/item/assignments/item/resources/item/dependentResources/item/index.ts index 8edfa99341..7ab7229291 100644 --- a/packages/msgraph-beta-sdk-education/education/classes/item/assignments/item/resources/item/dependentResources/item/index.ts +++ b/packages/msgraph-beta-sdk-education/education/classes/item/assignments/item/resources/item/dependentResources/item/index.ts @@ -19,7 +19,7 @@ export interface EducationAssignmentResourceItemRequestBuilder extends BaseReque */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get dependentResources from education + * A collection of assignment resources that depend on the parent educationAssignmentResource. * @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 EducationAssignmentResourceItemRequestBuilder extends BaseReque */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get dependentResources from education + * A collection of assignment resources that depend on the parent educationAssignmentResource. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface EducationAssignmentResourceItemRequestBuilder extends BaseReque toPatchRequestInformation(body: EducationAssignmentResource, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get dependentResources from education + * A collection of assignment resources that depend on the parent educationAssignmentResource. */ export interface EducationAssignmentResourceItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-education/education/classes/item/assignments/item/submissions/item/resources/item/dependentResources/index.ts b/packages/msgraph-beta-sdk-education/education/classes/item/assignments/item/submissions/item/resources/item/dependentResources/index.ts index 75b9333ddd..e02f566a1e 100644 --- a/packages/msgraph-beta-sdk-education/education/classes/item/assignments/item/submissions/item/resources/item/dependentResources/index.ts +++ b/packages/msgraph-beta-sdk-education/education/classes/item/assignments/item/submissions/item/resources/item/dependentResources/index.ts @@ -27,10 +27,11 @@ export interface DependentResourcesRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/educationsubmissionresource-list-dependentresources?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -42,7 +43,7 @@ export interface DependentResourcesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get dependentResources from education + * List the dependent education submission resources for a given education submission resource. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +57,7 @@ export interface DependentResourcesRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get dependentResources from education + * List the dependent education submission resources for a given education submission resource. */ export interface DependentResourcesRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-education/education/classes/item/assignments/item/submissions/item/resources/item/dependentResources/item/index.ts b/packages/msgraph-beta-sdk-education/education/classes/item/assignments/item/submissions/item/resources/item/dependentResources/item/index.ts index 94a72c29d8..6157c5b9c6 100644 --- a/packages/msgraph-beta-sdk-education/education/classes/item/assignments/item/submissions/item/resources/item/dependentResources/item/index.ts +++ b/packages/msgraph-beta-sdk-education/education/classes/item/assignments/item/submissions/item/resources/item/dependentResources/item/index.ts @@ -19,7 +19,7 @@ export interface EducationSubmissionResourceItemRequestBuilder extends BaseReque */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get dependentResources from education + * A collection of submission resources that depend on the parent educationSubmissionResource. * @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 EducationSubmissionResourceItemRequestBuilder extends BaseReque */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get dependentResources from education + * A collection of submission resources that depend on the parent educationSubmissionResource. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface EducationSubmissionResourceItemRequestBuilder extends BaseReque toPatchRequestInformation(body: EducationSubmissionResource, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get dependentResources from education + * A collection of submission resources that depend on the parent educationSubmissionResource. */ export interface EducationSubmissionResourceItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-education/education/classes/item/assignments/item/submissions/item/submittedResources/item/dependentResources/index.ts b/packages/msgraph-beta-sdk-education/education/classes/item/assignments/item/submissions/item/submittedResources/item/dependentResources/index.ts index 43ad1fcbe2..02d2f3f6c3 100644 --- a/packages/msgraph-beta-sdk-education/education/classes/item/assignments/item/submissions/item/submittedResources/item/dependentResources/index.ts +++ b/packages/msgraph-beta-sdk-education/education/classes/item/assignments/item/submissions/item/submittedResources/item/dependentResources/index.ts @@ -27,7 +27,7 @@ export interface DependentResourcesRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface DependentResourcesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get dependentResources from education + * A collection of submission resources that depend on the parent educationSubmissionResource. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface DependentResourcesRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get dependentResources from education + * A collection of submission resources that depend on the parent educationSubmissionResource. */ export interface DependentResourcesRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-education/education/classes/item/assignments/item/submissions/item/submittedResources/item/dependentResources/item/index.ts b/packages/msgraph-beta-sdk-education/education/classes/item/assignments/item/submissions/item/submittedResources/item/dependentResources/item/index.ts index e534240dd4..a30fd6525d 100644 --- a/packages/msgraph-beta-sdk-education/education/classes/item/assignments/item/submissions/item/submittedResources/item/dependentResources/item/index.ts +++ b/packages/msgraph-beta-sdk-education/education/classes/item/assignments/item/submissions/item/submittedResources/item/dependentResources/item/index.ts @@ -19,7 +19,7 @@ export interface EducationSubmissionResourceItemRequestBuilder extends BaseReque */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get dependentResources from education + * A collection of submission resources that depend on the parent educationSubmissionResource. * @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 EducationSubmissionResourceItemRequestBuilder extends BaseReque */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get dependentResources from education + * A collection of submission resources that depend on the parent educationSubmissionResource. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface EducationSubmissionResourceItemRequestBuilder extends BaseReque toPatchRequestInformation(body: EducationSubmissionResource, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get dependentResources from education + * A collection of submission resources that depend on the parent educationSubmissionResource. */ export interface EducationSubmissionResourceItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-education/education/me/assignments/item/resources/item/dependentResources/index.ts b/packages/msgraph-beta-sdk-education/education/me/assignments/item/resources/item/dependentResources/index.ts index 73aecf08a3..ed7f6e1afb 100644 --- a/packages/msgraph-beta-sdk-education/education/me/assignments/item/resources/item/dependentResources/index.ts +++ b/packages/msgraph-beta-sdk-education/education/me/assignments/item/resources/item/dependentResources/index.ts @@ -27,7 +27,7 @@ export interface DependentResourcesRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface DependentResourcesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get dependentResources from education + * A collection of assignment resources that depend on the parent educationAssignmentResource. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface DependentResourcesRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get dependentResources from education + * A collection of assignment resources that depend on the parent educationAssignmentResource. */ export interface DependentResourcesRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-education/education/me/assignments/item/resources/item/dependentResources/item/index.ts b/packages/msgraph-beta-sdk-education/education/me/assignments/item/resources/item/dependentResources/item/index.ts index bb14d9ff62..7d1eec15e3 100644 --- a/packages/msgraph-beta-sdk-education/education/me/assignments/item/resources/item/dependentResources/item/index.ts +++ b/packages/msgraph-beta-sdk-education/education/me/assignments/item/resources/item/dependentResources/item/index.ts @@ -19,7 +19,7 @@ export interface EducationAssignmentResourceItemRequestBuilder extends BaseReque */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get dependentResources from education + * A collection of assignment resources that depend on the parent educationAssignmentResource. * @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 EducationAssignmentResourceItemRequestBuilder extends BaseReque */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get dependentResources from education + * A collection of assignment resources that depend on the parent educationAssignmentResource. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface EducationAssignmentResourceItemRequestBuilder extends BaseReque toPatchRequestInformation(body: EducationAssignmentResource, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get dependentResources from education + * A collection of assignment resources that depend on the parent educationAssignmentResource. */ export interface EducationAssignmentResourceItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-education/education/me/assignments/item/submissions/item/resources/item/dependentResources/index.ts b/packages/msgraph-beta-sdk-education/education/me/assignments/item/submissions/item/resources/item/dependentResources/index.ts index e9df30925a..eec15e64fb 100644 --- a/packages/msgraph-beta-sdk-education/education/me/assignments/item/submissions/item/resources/item/dependentResources/index.ts +++ b/packages/msgraph-beta-sdk-education/education/me/assignments/item/submissions/item/resources/item/dependentResources/index.ts @@ -27,7 +27,7 @@ export interface DependentResourcesRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface DependentResourcesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get dependentResources from education + * A collection of submission resources that depend on the parent educationSubmissionResource. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface DependentResourcesRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get dependentResources from education + * A collection of submission resources that depend on the parent educationSubmissionResource. */ export interface DependentResourcesRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-education/education/me/assignments/item/submissions/item/resources/item/dependentResources/item/index.ts b/packages/msgraph-beta-sdk-education/education/me/assignments/item/submissions/item/resources/item/dependentResources/item/index.ts index b54822ce62..84ca4abf2a 100644 --- a/packages/msgraph-beta-sdk-education/education/me/assignments/item/submissions/item/resources/item/dependentResources/item/index.ts +++ b/packages/msgraph-beta-sdk-education/education/me/assignments/item/submissions/item/resources/item/dependentResources/item/index.ts @@ -19,7 +19,7 @@ export interface EducationSubmissionResourceItemRequestBuilder extends BaseReque */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get dependentResources from education + * A collection of submission resources that depend on the parent educationSubmissionResource. * @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 EducationSubmissionResourceItemRequestBuilder extends BaseReque */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get dependentResources from education + * A collection of submission resources that depend on the parent educationSubmissionResource. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface EducationSubmissionResourceItemRequestBuilder extends BaseReque toPatchRequestInformation(body: EducationSubmissionResource, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get dependentResources from education + * A collection of submission resources that depend on the parent educationSubmissionResource. */ export interface EducationSubmissionResourceItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-education/education/me/assignments/item/submissions/item/submittedResources/item/dependentResources/index.ts b/packages/msgraph-beta-sdk-education/education/me/assignments/item/submissions/item/submittedResources/item/dependentResources/index.ts index ca0d28fcff..3826fc77f8 100644 --- a/packages/msgraph-beta-sdk-education/education/me/assignments/item/submissions/item/submittedResources/item/dependentResources/index.ts +++ b/packages/msgraph-beta-sdk-education/education/me/assignments/item/submissions/item/submittedResources/item/dependentResources/index.ts @@ -27,7 +27,7 @@ export interface DependentResourcesRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface DependentResourcesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get dependentResources from education + * A collection of submission resources that depend on the parent educationSubmissionResource. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface DependentResourcesRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get dependentResources from education + * A collection of submission resources that depend on the parent educationSubmissionResource. */ export interface DependentResourcesRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-education/education/me/assignments/item/submissions/item/submittedResources/item/dependentResources/item/index.ts b/packages/msgraph-beta-sdk-education/education/me/assignments/item/submissions/item/submittedResources/item/dependentResources/item/index.ts index 29aaed4111..5854e847f4 100644 --- a/packages/msgraph-beta-sdk-education/education/me/assignments/item/submissions/item/submittedResources/item/dependentResources/item/index.ts +++ b/packages/msgraph-beta-sdk-education/education/me/assignments/item/submissions/item/submittedResources/item/dependentResources/item/index.ts @@ -19,7 +19,7 @@ export interface EducationSubmissionResourceItemRequestBuilder extends BaseReque */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get dependentResources from education + * A collection of submission resources that depend on the parent educationSubmissionResource. * @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 EducationSubmissionResourceItemRequestBuilder extends BaseReque */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get dependentResources from education + * A collection of submission resources that depend on the parent educationSubmissionResource. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface EducationSubmissionResourceItemRequestBuilder extends BaseReque toPatchRequestInformation(body: EducationSubmissionResource, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get dependentResources from education + * A collection of submission resources that depend on the parent educationSubmissionResource. */ export interface EducationSubmissionResourceItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-education/education/users/item/assignments/item/resources/item/dependentResources/index.ts b/packages/msgraph-beta-sdk-education/education/users/item/assignments/item/resources/item/dependentResources/index.ts index 877cb124e3..5a976bc949 100644 --- a/packages/msgraph-beta-sdk-education/education/users/item/assignments/item/resources/item/dependentResources/index.ts +++ b/packages/msgraph-beta-sdk-education/education/users/item/assignments/item/resources/item/dependentResources/index.ts @@ -27,7 +27,7 @@ export interface DependentResourcesRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface DependentResourcesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get dependentResources from education + * A collection of assignment resources that depend on the parent educationAssignmentResource. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface DependentResourcesRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get dependentResources from education + * A collection of assignment resources that depend on the parent educationAssignmentResource. */ export interface DependentResourcesRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-education/education/users/item/assignments/item/resources/item/dependentResources/item/index.ts b/packages/msgraph-beta-sdk-education/education/users/item/assignments/item/resources/item/dependentResources/item/index.ts index 3b276ab076..24a24f9730 100644 --- a/packages/msgraph-beta-sdk-education/education/users/item/assignments/item/resources/item/dependentResources/item/index.ts +++ b/packages/msgraph-beta-sdk-education/education/users/item/assignments/item/resources/item/dependentResources/item/index.ts @@ -19,7 +19,7 @@ export interface EducationAssignmentResourceItemRequestBuilder extends BaseReque */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get dependentResources from education + * A collection of assignment resources that depend on the parent educationAssignmentResource. * @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 EducationAssignmentResourceItemRequestBuilder extends BaseReque */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get dependentResources from education + * A collection of assignment resources that depend on the parent educationAssignmentResource. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface EducationAssignmentResourceItemRequestBuilder extends BaseReque toPatchRequestInformation(body: EducationAssignmentResource, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get dependentResources from education + * A collection of assignment resources that depend on the parent educationAssignmentResource. */ export interface EducationAssignmentResourceItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-education/education/users/item/assignments/item/submissions/item/resources/item/dependentResources/index.ts b/packages/msgraph-beta-sdk-education/education/users/item/assignments/item/submissions/item/resources/item/dependentResources/index.ts index 0a0b252305..93e8e169e8 100644 --- a/packages/msgraph-beta-sdk-education/education/users/item/assignments/item/submissions/item/resources/item/dependentResources/index.ts +++ b/packages/msgraph-beta-sdk-education/education/users/item/assignments/item/submissions/item/resources/item/dependentResources/index.ts @@ -27,7 +27,7 @@ export interface DependentResourcesRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface DependentResourcesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get dependentResources from education + * A collection of submission resources that depend on the parent educationSubmissionResource. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface DependentResourcesRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get dependentResources from education + * A collection of submission resources that depend on the parent educationSubmissionResource. */ export interface DependentResourcesRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-education/education/users/item/assignments/item/submissions/item/resources/item/dependentResources/item/index.ts b/packages/msgraph-beta-sdk-education/education/users/item/assignments/item/submissions/item/resources/item/dependentResources/item/index.ts index b884338b52..4cd7065969 100644 --- a/packages/msgraph-beta-sdk-education/education/users/item/assignments/item/submissions/item/resources/item/dependentResources/item/index.ts +++ b/packages/msgraph-beta-sdk-education/education/users/item/assignments/item/submissions/item/resources/item/dependentResources/item/index.ts @@ -19,7 +19,7 @@ export interface EducationSubmissionResourceItemRequestBuilder extends BaseReque */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get dependentResources from education + * A collection of submission resources that depend on the parent educationSubmissionResource. * @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 EducationSubmissionResourceItemRequestBuilder extends BaseReque */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get dependentResources from education + * A collection of submission resources that depend on the parent educationSubmissionResource. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface EducationSubmissionResourceItemRequestBuilder extends BaseReque toPatchRequestInformation(body: EducationSubmissionResource, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get dependentResources from education + * A collection of submission resources that depend on the parent educationSubmissionResource. */ export interface EducationSubmissionResourceItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-education/education/users/item/assignments/item/submissions/item/submittedResources/item/dependentResources/index.ts b/packages/msgraph-beta-sdk-education/education/users/item/assignments/item/submissions/item/submittedResources/item/dependentResources/index.ts index 7387ec096e..5b5d1cef84 100644 --- a/packages/msgraph-beta-sdk-education/education/users/item/assignments/item/submissions/item/submittedResources/item/dependentResources/index.ts +++ b/packages/msgraph-beta-sdk-education/education/users/item/assignments/item/submissions/item/submittedResources/item/dependentResources/index.ts @@ -27,7 +27,7 @@ export interface DependentResourcesRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface DependentResourcesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get dependentResources from education + * A collection of submission resources that depend on the parent educationSubmissionResource. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface DependentResourcesRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get dependentResources from education + * A collection of submission resources that depend on the parent educationSubmissionResource. */ export interface DependentResourcesRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-education/education/users/item/assignments/item/submissions/item/submittedResources/item/dependentResources/item/index.ts b/packages/msgraph-beta-sdk-education/education/users/item/assignments/item/submissions/item/submittedResources/item/dependentResources/item/index.ts index d141335000..da4220a471 100644 --- a/packages/msgraph-beta-sdk-education/education/users/item/assignments/item/submissions/item/submittedResources/item/dependentResources/item/index.ts +++ b/packages/msgraph-beta-sdk-education/education/users/item/assignments/item/submissions/item/submittedResources/item/dependentResources/item/index.ts @@ -19,7 +19,7 @@ export interface EducationSubmissionResourceItemRequestBuilder extends BaseReque */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get dependentResources from education + * A collection of submission resources that depend on the parent educationSubmissionResource. * @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 EducationSubmissionResourceItemRequestBuilder extends BaseReque */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get dependentResources from education + * A collection of submission resources that depend on the parent educationSubmissionResource. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface EducationSubmissionResourceItemRequestBuilder extends BaseReque toPatchRequestInformation(body: EducationSubmissionResource, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get dependentResources from education + * A collection of submission resources that depend on the parent educationSubmissionResource. */ export interface EducationSubmissionResourceItemRequestBuilderGetQueryParameters { /** 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/connections/item/schema/index.ts b/packages/msgraph-beta-sdk-external/external/connections/item/schema/index.ts index 6d0e679767..bcf37eef62 100644 --- a/packages/msgraph-beta-sdk-external/external/connections/item/schema/index.ts +++ b/packages/msgraph-beta-sdk-external/external/connections/item/schema/index.ts @@ -21,12 +21,12 @@ export interface SchemaRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Update the properties of a schema for an externalConnection. + * Create a new or update an existing schema for a Microsoft Search connection. * @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-schema-update?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-patch-schema?view=graph-rest-beta|Find more info here} */ patch(body: Schema, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -36,7 +36,7 @@ export interface SchemaRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Update the properties of a schema for an externalConnection. + * Create a new or update an existing schema for a Microsoft Search connection. * @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 48dc82243d..ea0f22900c 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 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. + * Read the properties and relationships of a fileValidateOperation 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/longrunningoperation-get?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/industrydata-filevalidateoperation-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 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. + * Read the properties and relationships of a fileValidateOperation object. * @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 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. + * Read the properties and relationships of a fileValidateOperation object. */ export interface LongRunningOperationItemRequestBuilderGetQueryParameters { /** 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/index.ts b/packages/msgraph-beta-sdk-groups/groups/item/conversations/index.ts index 96fb6e39ae..e947d81a0f 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 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. + * Create a new conversation by including a thread and a post. Use reply thread or reply post to further post to that conversation. * @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/opentypeextension-post-opentypeextension?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/group-post-conversations?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 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. + * Create a new conversation by including a thread and a post. Use reply thread or reply post to further post to that 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/conversations/item/index.ts b/packages/msgraph-beta-sdk-groups/groups/item/conversations/item/index.ts index e28fd22df1..1a8f7c0c3d 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 a group's conversation object. + * Delete conversation. * @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 fc5b273722..319139b8d0 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 @@ -44,15 +44,15 @@ export interface ReplyPostRequestBody extends AdditionalDataHolder, BackedModel, */ export interface ReplyRequestBuilder extends BaseRequestBuilder { /** - * 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. + * 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. * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/post-reply?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: ReplyPostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * 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. + * 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/threads/item/reply/index.ts b/packages/msgraph-beta-sdk-groups/groups/item/threads/item/reply/index.ts index 9ac56bdc91..13cc235c07 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 @@ -44,15 +44,15 @@ export interface ReplyPostRequestBody extends AdditionalDataHolder, BackedModel, */ export interface ReplyRequestBuilder extends BaseRequestBuilder { /** - * 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. + * 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. * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/post-reply?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: ReplyPostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * 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. + * 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-identity/identity/conditionalAccess/deletedItems/namedLocations/item/restore/index.ts b/packages/msgraph-beta-sdk-identity/identity/conditionalAccess/deletedItems/namedLocations/item/restore/index.ts index b81d0bd58b..61de6924bc 100644 --- a/packages/msgraph-beta-sdk-identity/identity/conditionalAccess/deletedItems/namedLocations/item/restore/index.ts +++ b/packages/msgraph-beta-sdk-identity/identity/conditionalAccess/deletedItems/namedLocations/item/restore/index.ts @@ -13,15 +13,15 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ */ export interface RestoreRequestBuilder extends BaseRequestBuilder { /** - * Restore a deleted ipNamedLocation object. + * Restore a deleted countryNamedLocation 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/ipnamedlocation-restore?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/countrynamedlocation-restore?view=graph-rest-beta|Find more info here} */ post(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Restore a deleted ipNamedLocation object. + * Restore a deleted countryNamedLocation object. * @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 84521ba521..8615fe1563 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 @@ -19,18 +19,18 @@ export interface NamedLocationItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Retrieve the properties and relationships of an ipNamedLocation 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/ipnamedlocation-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; /** @@ -43,13 +43,13 @@ export interface NamedLocationItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Delete a namedLocation object. + * Delete a countryNamedLocation 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 an ipNamedLocation 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} */ @@ -63,7 +63,7 @@ export interface NamedLocationItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Retrieve the properties and relationships of an ipNamedLocation object. + * Read the properties and relationships of a compliantNetworkNamedLocation object. */ export interface NamedLocationItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-identity/identity/conditionalAccess/namedLocations/item/restore/index.ts b/packages/msgraph-beta-sdk-identity/identity/conditionalAccess/namedLocations/item/restore/index.ts index 6d26597db1..752b664628 100644 --- a/packages/msgraph-beta-sdk-identity/identity/conditionalAccess/namedLocations/item/restore/index.ts +++ b/packages/msgraph-beta-sdk-identity/identity/conditionalAccess/namedLocations/item/restore/index.ts @@ -13,15 +13,15 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ */ export interface RestoreRequestBuilder extends BaseRequestBuilder { /** - * Restore a deleted ipNamedLocation object. + * Restore a deleted countryNamedLocation 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/ipnamedlocation-restore?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/countrynamedlocation-restore?view=graph-rest-beta|Find more info here} */ post(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Restore a deleted ipNamedLocation object. + * Restore a deleted countryNamedLocation object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ 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..5abce0db55 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,22 +20,22 @@ 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; /** - * Update the properties of an accessPackageAssignmentWorkflowExtension object. + * Update the properties of an accessPackageAssignmentRequestWorkflowExtension object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code * @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-update?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-update?view=graph-rest-beta|Find more info here} */ patch(body: CustomCalloutExtension, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -46,14 +46,14 @@ 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 */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Update the properties of an accessPackageAssignmentWorkflowExtension object. + * Update the properties of an accessPackageAssignmentRequestWorkflowExtension object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} @@ -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..23ec7ec82d 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 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. * @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/accesspackageassignmentrequestworkflowextension-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 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. * @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-identityProtection/identityProtection/riskDetections/item/index.ts b/packages/msgraph-beta-sdk-identityProtection/identityProtection/riskDetections/item/index.ts index 98ab5f4370..bdb2d96856 100644 --- a/packages/msgraph-beta-sdk-identityProtection/identityProtection/riskDetections/item/index.ts +++ b/packages/msgraph-beta-sdk-identityProtection/identityProtection/riskDetections/item/index.ts @@ -19,11 +19,11 @@ export interface RiskDetectionItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Retrieve the properties of a collection of riskDetection objects. + * Retrieve the properties of a riskDetection 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/riskdetection-list?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -41,7 +41,7 @@ export interface RiskDetectionItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Retrieve the properties of a collection of riskDetection objects. + * Retrieve the properties of a riskDetection object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -55,7 +55,7 @@ export interface RiskDetectionItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Retrieve the properties of a collection of riskDetection objects. + * Retrieve the properties of a riskDetection object. */ export interface RiskDetectionItemRequestBuilderGetQueryParameters { /** 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 687fa4a67c..030704688d 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 @@ -19,18 +19,18 @@ export interface PolicyLinkItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get a tlsInspectionPolicyLink object. + * Read the properties and relationships of a threatIntelligencePolicyLink 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-tlsinspectionpolicylink-get?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/networkaccess-threatintelligencepolicylink-get?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -43,13 +43,13 @@ export interface PolicyLinkItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Delete a tlsInspectionPolicyLink object. Used to unlink a tlsInspectionPolicy from a filtering profile. + * Delete a threatIntelligencePolicyLink object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get a tlsInspectionPolicyLink object. + * Read the properties and relationships of a threatIntelligencePolicyLink 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; } /** - * Get a tlsInspectionPolicyLink object. + * Read the properties and relationships of a threatIntelligencePolicyLink object. */ export interface PolicyLinkItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-policies/policies/federatedTokenValidationPolicy/index.ts b/packages/msgraph-beta-sdk-policies/policies/federatedTokenValidationPolicy/index.ts index 13ac20849c..011559fd60 100644 --- a/packages/msgraph-beta-sdk-policies/policies/federatedTokenValidationPolicy/index.ts +++ b/packages/msgraph-beta-sdk-policies/policies/federatedTokenValidationPolicy/index.ts @@ -19,11 +19,11 @@ export interface FederatedTokenValidationPolicyRequestBuilder extends BaseReques */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get a list of the federatedTokenValidationPolicy objects and their properties. + * Read the properties and relationships of a federatedTokenValidationPolicy 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/policyroot-list-federatedtokenvalidationpolicy?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/federatedtokenvalidationpolicy-get?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -42,7 +42,7 @@ export interface FederatedTokenValidationPolicyRequestBuilder extends BaseReques */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get a list of the federatedTokenValidationPolicy objects and their properties. + * Read the properties and relationships of a federatedTokenValidationPolicy object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface FederatedTokenValidationPolicyRequestBuilder extends BaseReques toPatchRequestInformation(body: FederatedTokenValidationPolicy, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get a list of the federatedTokenValidationPolicy objects and their properties. + * Read the properties and relationships of a federatedTokenValidationPolicy object. */ export interface FederatedTokenValidationPolicyRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-riskDetections/riskDetections/index.ts b/packages/msgraph-beta-sdk-riskDetections/riskDetections/index.ts index f8871fb1e0..a399754251 100644 --- a/packages/msgraph-beta-sdk-riskDetections/riskDetections/index.ts +++ b/packages/msgraph-beta-sdk-riskDetections/riskDetections/index.ts @@ -21,11 +21,11 @@ export interface RiskDetectionsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -37,7 +37,7 @@ export interface RiskDetectionsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Retrieve the properties of a collection of riskDetection objects. + * Retrieve the properties of a riskDetection object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -51,7 +51,7 @@ export interface RiskDetectionsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Retrieve the properties of a collection of riskDetection objects. + * Retrieve the properties of a riskDetection object. */ export interface RiskDetectionsRequestBuilderGetQueryParameters { /** 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 c6ea9a8bcf..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,12 +29,12 @@ export interface RoleAssignmentsRequestBuilder 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/unifiedroleassignmentmultiple-get?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/rbacapplicationmultiple-list-roleassignments?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -48,7 +48,7 @@ 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)- Defender (Microsoft Defender XDR Unified RBAC) 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 @@ -64,7 +64,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)- Defender (Microsoft Defender XDR Unified RBAC) 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-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-teams/teams/item/channels/item/messages/index.ts b/packages/msgraph-beta-sdk-teams/teams/item/channels/item/messages/index.ts index c3a794a638..107b9f006e 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 @@ -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 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; /** @@ -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 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/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 0d3eaa13b0..cf9e01f7af 100644 --- a/packages/msgraph-beta-sdk/models/index.ts +++ b/packages/msgraph-beta-sdk/models/index.ts @@ -6811,11 +6811,11 @@ export interface AndroidManagedAppProtection extends Parsable, TargetedManagedAp */ connectToVpnOnLaunch?: boolean | null; /** - * Friendly name of the preferred custom browser to open weblink on Android. + * Friendly name of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true. */ customBrowserDisplayName?: string | null; /** - * Unique identifier of a custom browser to open weblink on Android. + * Unique identifier of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true. */ customBrowserPackageId?: string | null; /** @@ -159744,11 +159744,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; } @@ -160419,7 +160419,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; /** @@ -160427,23 +160427,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; /** @@ -160471,7 +160471,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; /** @@ -160532,7 +160532,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; /** @@ -160831,7 +160831,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; /** @@ -160843,11 +160843,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; } @@ -164935,7 +164935,7 @@ export interface EducationAssignmentRecipient extends AdditionalDataHolder, Back } export interface EducationAssignmentResource extends Entity, Parsable { /** - * The dependentResources property + * A collection of assignment resources that depend on the parent educationAssignmentResource. */ dependentResources?: EducationAssignmentResource[] | null; /** @@ -165847,7 +165847,7 @@ export interface EducationSubmissionResource extends Entity, Parsable { */ assignmentResourceUrl?: string | null; /** - * The dependentResources property + * A collection of submission resources that depend on the parent educationSubmissionResource. */ dependentResources?: EducationSubmissionResource[] | null; /** @@ -168316,11 +168316,11 @@ export interface ExtendedKeyUsage extends AdditionalDataHolder, BackedModel, Par */ backingStoreEnabled?: boolean | null; /** - * Extended Key Usage Name + * The extended key usage (EKU) name that provides a user-friendly way to identify an EKU. */ name?: string | null; /** - * Extended Key Usage Object Identifier + * The object identifier (OID) of an extended key usage of a certificate. For example, '1.3.6.1.5.5.7.3.2' for client authentication. */ objectIdentifier?: string | null; /** @@ -172692,11 +172692,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; /** @@ -172935,7 +172935,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; /** @@ -172943,7 +172943,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; /** @@ -172951,7 +172951,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; } @@ -176219,7 +176219,7 @@ export interface IosLobAppCollectionResponse extends BaseCollectionPaginationCou */ export interface IosLobAppProvisioningConfiguration extends Entity, Parsable { /** - * The associated group assignments for IosLobAppProvisioningConfiguration. + * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. */ assignments?: IosLobAppProvisioningConfigurationAssignment[] | null; /** @@ -176239,7 +176239,7 @@ export interface IosLobAppProvisioningConfiguration extends Entity, Parsable { */ displayName?: string | null; /** - * Optional profile expiration date and time. + * 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. */ expirationDateTime?: Date | null; /** @@ -178606,7 +178606,7 @@ export interface KeyValue extends AdditionalDataHolder, BackedModel, Parsable { */ backingStoreEnabled?: boolean | null; /** - * Contains the name of the field that a value is associated with. + * Key. */ key?: string | null; /** @@ -178614,7 +178614,7 @@ export interface KeyValue extends AdditionalDataHolder, BackedModel, Parsable { */ odataType?: string | null; /** - * Contains the corresponding value for the specified key. + * Value. */ value?: string | null; } @@ -187445,7 +187445,7 @@ export interface MobileAppTroubleshootingEvent extends DeviceManagementTroublesh */ applicationId?: string | null; /** - * The collection property of AppLogUploadRequest. + * Indicates collection of App Log Upload Request. */ appLogCollectionRequests?: AppLogCollectionRequest[] | null; /** @@ -201665,7 +201665,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; /** @@ -314619,7 +314619,7 @@ export interface WindowsDomainJoinConfiguration extends DeviceConfiguration, Par */ computerNameSuffixRandomCharCount?: number | null; /** - * Reference to device configurations required for network connectivity + * Reference to device configurations required for network connectivity. This collection can contain a maximum of 2 elements. */ networkAccessConfigurations?: DeviceConfiguration[] | null; /** @@ -317577,7 +317577,7 @@ export interface WindowsUniversalAppX extends MobileLobApp, Parsable { */ export interface WindowsUniversalAppXAppAssignmentSettings extends MobileAppAssignmentSettings, Parsable { /** - * Whether or not to use device execution context for Windows Universal AppX mobile app. + * If true, uses device execution context for Windows Universal AppX mobile app. Device-context install is not allowed when this type of app is targeted with Available intent. Defaults to false. */ useDeviceContext?: boolean | null; }