Skip to content

Commit e36c387

Browse files
microsoft-graph-devx-bot[bot]Microsoft Graph DevX Tooling
andauthored
feat(generation): update request builders and models (#803)
Update generated files with build 186934 Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
1 parent 666e383 commit e36c387

839 files changed

Lines changed: 88622 additions & 393 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/kiota-dom-export.txt

Lines changed: 9789 additions & 58 deletions
Large diffs are not rendered by default.

packages/kiota-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"descriptionHash": "CD93B01924D0B3A5A1C2457CD971E95C9794AAD75C8ADFCA9AF8A4615FC9D4C8BA140FAA5EAF6C4372A4BB2206DC352C27B9D2E5F26A9B5E5933DAF9CCBE2E4E",
2+
"descriptionHash": "4681793C8F3B1E88B820DC2864FDBD9CEBBECDC8A4E0AB6F0CD58A2B4B910E0A02EDCFCAADB436613C1276EADE1BCD033BEB57AD8FB465F32C56AD9B44CBA253",
33
"descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml",
44
"lockFileVersion": "1.0.0",
55
"kiotaVersion": "1.25.1",

packages/msgraph-sdk-chats/chats/item/members/item/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ export interface ConversationMemberItemRequestBuilder extends BaseRequestBuilder
2020
*/
2121
delete(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
2222
/**
23-
* Retrieve a conversationMember from a chat or channel.
23+
* Retrieve a conversationMember from a chat.
2424
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
2525
* @returns {Promise<ConversationMember>}
2626
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
27-
* @see {@link https://learn.microsoft.com/graph/api/conversationmember-get?view=graph-rest-1.0|Find more info here}
27+
* @see {@link https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0|Find more info here}
2828
*/
2929
get(requestConfiguration?: RequestConfiguration<ConversationMemberItemRequestBuilderGetQueryParameters> | undefined) : Promise<ConversationMember | undefined>;
3030
/**
@@ -42,7 +42,7 @@ export interface ConversationMemberItemRequestBuilder extends BaseRequestBuilder
4242
*/
4343
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
4444
/**
45-
* Retrieve a conversationMember from a chat or channel.
45+
* Retrieve a conversationMember from a chat.
4646
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4747
* @returns {RequestInformation}
4848
*/
@@ -56,7 +56,7 @@ export interface ConversationMemberItemRequestBuilder extends BaseRequestBuilder
5656
toPatchRequestInformation(body: ConversationMember, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
5757
}
5858
/**
59-
* Retrieve a conversationMember from a chat or channel.
59+
* Retrieve a conversationMember from a chat.
6060
*/
6161
export interface ConversationMemberItemRequestBuilderGetQueryParameters {
6262
/**

packages/msgraph-sdk-chats/chats/item/messages/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ export interface MessagesRequestBuilder extends BaseRequestBuilder<MessagesReque
4141
*/
4242
get(requestConfiguration?: RequestConfiguration<MessagesRequestBuilderGetQueryParameters> | undefined) : Promise<ChatMessageCollectionResponse | undefined>;
4343
/**
44-
* Send a new chatMessage in the specified channel or a chat.
44+
* Send a new chatMessage in the specified chat. This API can't create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message.
4545
* @param body The request body
4646
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4747
* @returns {Promise<ChatMessage>}
4848
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
49-
* @see {@link https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0|Find more info here}
49+
* @see {@link https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-1.0|Find more info here}
5050
*/
5151
post(body: ChatMessage, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ChatMessage | undefined>;
5252
/**
@@ -56,7 +56,7 @@ export interface MessagesRequestBuilder extends BaseRequestBuilder<MessagesReque
5656
*/
5757
toGetRequestInformation(requestConfiguration?: RequestConfiguration<MessagesRequestBuilderGetQueryParameters> | undefined) : RequestInformation;
5858
/**
59-
* Send a new chatMessage in the specified channel or a chat.
59+
* Send a new chatMessage in the specified chat. This API can't create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message.
6060
* @param body The request body
6161
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
6262
* @returns {RequestInformation}

packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export interface DeviceAppManagementRequestBuilder extends BaseRequestBuilder<De
107107
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
108108
* @returns {Promise<DeviceAppManagement>}
109109
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
110-
* @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-get?view=graph-rest-1.0|Find more info here}
110+
* @see {@link https://learn.microsoft.com/graph/api/intune-unlock-deviceappmanagement-get?view=graph-rest-1.0|Find more info here}
111111
*/
112112
get(requestConfiguration?: RequestConfiguration<DeviceAppManagementRequestBuilderGetQueryParameters> | undefined) : Promise<DeviceAppManagement | undefined>;
113113
/**
@@ -116,7 +116,7 @@ export interface DeviceAppManagementRequestBuilder extends BaseRequestBuilder<De
116116
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
117117
* @returns {Promise<DeviceAppManagement>}
118118
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
119-
* @see {@link https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-update?view=graph-rest-1.0|Find more info here}
119+
* @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-update?view=graph-rest-1.0|Find more info here}
120120
*/
121121
patch(body: DeviceAppManagement, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<DeviceAppManagement | undefined>;
122122
/**

packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppPolicies/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ export interface ManagedAppPoliciesRequestBuilder extends BaseRequestBuilder<Man
2727
*/
2828
byManagedAppPolicyId(managedAppPolicyId: string) : ManagedAppPolicyItemRequestBuilder;
2929
/**
30-
* List properties and relationships of the managedAppConfiguration objects.
30+
* List properties and relationships of the managedAppPolicy objects.
3131
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3232
* @returns {Promise<ManagedAppPolicyCollectionResponse>}
3333
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
34-
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedappconfiguration-list?view=graph-rest-1.0|Find more info here}
34+
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-list?view=graph-rest-1.0|Find more info here}
3535
*/
3636
get(requestConfiguration?: RequestConfiguration<ManagedAppPoliciesRequestBuilderGetQueryParameters> | undefined) : Promise<ManagedAppPolicyCollectionResponse | undefined>;
3737
/**
@@ -43,7 +43,7 @@ export interface ManagedAppPoliciesRequestBuilder extends BaseRequestBuilder<Man
4343
*/
4444
post(body: ManagedAppPolicy, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ManagedAppPolicy | undefined>;
4545
/**
46-
* List properties and relationships of the managedAppConfiguration objects.
46+
* List properties and relationships of the managedAppPolicy objects.
4747
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4848
* @returns {RequestInformation}
4949
*/
@@ -57,7 +57,7 @@ export interface ManagedAppPoliciesRequestBuilder extends BaseRequestBuilder<Man
5757
toPostRequestInformation(body: ManagedAppPolicy, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
5858
}
5959
/**
60-
* List properties and relationships of the managedAppConfiguration objects.
60+
* List properties and relationships of the managedAppPolicy objects.
6161
*/
6262
export interface ManagedAppPoliciesRequestBuilderGetQueryParameters {
6363
/**

packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppPolicies/item/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ export interface ManagedAppPolicyItemRequestBuilder extends BaseRequestBuilder<M
2525
*/
2626
delete(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
2727
/**
28-
* Read properties and relationships of the managedAppConfiguration object.
28+
* Read properties and relationships of the targetedManagedAppProtection object.
2929
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3030
* @returns {Promise<ManagedAppPolicy>}
3131
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
32-
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedappconfiguration-get?view=graph-rest-1.0|Find more info here}
32+
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-get?view=graph-rest-1.0|Find more info here}
3333
*/
3434
get(requestConfiguration?: RequestConfiguration<ManagedAppPolicyItemRequestBuilderGetQueryParameters> | undefined) : Promise<ManagedAppPolicy | undefined>;
3535
/**
@@ -47,7 +47,7 @@ export interface ManagedAppPolicyItemRequestBuilder extends BaseRequestBuilder<M
4747
*/
4848
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
4949
/**
50-
* Read properties and relationships of the managedAppConfiguration object.
50+
* Read properties and relationships of the targetedManagedAppProtection object.
5151
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5252
* @returns {RequestInformation}
5353
*/
@@ -61,7 +61,7 @@ export interface ManagedAppPolicyItemRequestBuilder extends BaseRequestBuilder<M
6161
toPatchRequestInformation(body: ManagedAppPolicy, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
6262
}
6363
/**
64-
* Read properties and relationships of the managedAppConfiguration object.
64+
* Read properties and relationships of the targetedManagedAppProtection object.
6565
*/
6666
export interface ManagedAppPolicyItemRequestBuilderGetQueryParameters {
6767
/**

packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppRegistrations/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ export interface ManagedAppRegistrationsRequestBuilder extends BaseRequestBuilde
3333
*/
3434
byManagedAppRegistrationId(managedAppRegistrationId: string) : ManagedAppRegistrationItemRequestBuilder;
3535
/**
36-
* List properties and relationships of the managedAppRegistration objects.
36+
* List properties and relationships of the iosManagedAppRegistration objects.
3737
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3838
* @returns {Promise<ManagedAppRegistrationCollectionResponse>}
3939
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
40-
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-list?view=graph-rest-1.0|Find more info here}
40+
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappregistration-list?view=graph-rest-1.0|Find more info here}
4141
*/
4242
get(requestConfiguration?: RequestConfiguration<ManagedAppRegistrationsRequestBuilderGetQueryParameters> | undefined) : Promise<ManagedAppRegistrationCollectionResponse | undefined>;
4343
/**
@@ -50,7 +50,7 @@ export interface ManagedAppRegistrationsRequestBuilder extends BaseRequestBuilde
5050
*/
5151
post(body: ManagedAppRegistration, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ManagedAppRegistration | undefined>;
5252
/**
53-
* List properties and relationships of the managedAppRegistration objects.
53+
* List properties and relationships of the iosManagedAppRegistration objects.
5454
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5555
* @returns {RequestInformation}
5656
*/
@@ -64,7 +64,7 @@ export interface ManagedAppRegistrationsRequestBuilder extends BaseRequestBuilde
6464
toPostRequestInformation(body: ManagedAppRegistration, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
6565
}
6666
/**
67-
* List properties and relationships of the managedAppRegistration objects.
67+
* List properties and relationships of the iosManagedAppRegistration objects.
6868
*/
6969
export interface ManagedAppRegistrationsRequestBuilderGetQueryParameters {
7070
/**

packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppStatuses/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ export interface ManagedAppStatusesRequestBuilder extends BaseRequestBuilder<Man
2727
*/
2828
byManagedAppStatusId(managedAppStatusId: string) : ManagedAppStatusItemRequestBuilder;
2929
/**
30-
* List properties and relationships of the managedAppStatusRaw objects.
30+
* List properties and relationships of the managedAppStatus objects.
3131
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3232
* @returns {Promise<ManagedAppStatusCollectionResponse>}
3333
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
34-
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedappstatusraw-list?view=graph-rest-1.0|Find more info here}
34+
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedappstatus-list?view=graph-rest-1.0|Find more info here}
3535
*/
3636
get(requestConfiguration?: RequestConfiguration<ManagedAppStatusesRequestBuilderGetQueryParameters> | undefined) : Promise<ManagedAppStatusCollectionResponse | undefined>;
3737
/**
@@ -43,7 +43,7 @@ export interface ManagedAppStatusesRequestBuilder extends BaseRequestBuilder<Man
4343
*/
4444
post(body: ManagedAppStatus, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ManagedAppStatus | undefined>;
4545
/**
46-
* List properties and relationships of the managedAppStatusRaw objects.
46+
* List properties and relationships of the managedAppStatus objects.
4747
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4848
* @returns {RequestInformation}
4949
*/
@@ -57,7 +57,7 @@ export interface ManagedAppStatusesRequestBuilder extends BaseRequestBuilder<Man
5757
toPostRequestInformation(body: ManagedAppStatus, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
5858
}
5959
/**
60-
* List properties and relationships of the managedAppStatusRaw objects.
60+
* List properties and relationships of the managedAppStatus objects.
6161
*/
6262
export interface ManagedAppStatusesRequestBuilderGetQueryParameters {
6363
/**

packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedEBooks/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ export interface ManagedEBooksRequestBuilder extends BaseRequestBuilder<ManagedE
2727
*/
2828
byManagedEBookId(managedEBookId: string) : ManagedEBookItemRequestBuilder;
2929
/**
30-
* List properties and relationships of the managedEBook objects.
30+
* List properties and relationships of the iosVppEBook objects.
3131
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3232
* @returns {Promise<ManagedEBookCollectionResponse>}
3333
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
34-
* @see {@link https://learn.microsoft.com/graph/api/intune-books-managedebook-list?view=graph-rest-1.0|Find more info here}
34+
* @see {@link https://learn.microsoft.com/graph/api/intune-books-iosvppebook-list?view=graph-rest-1.0|Find more info here}
3535
*/
3636
get(requestConfiguration?: RequestConfiguration<ManagedEBooksRequestBuilderGetQueryParameters> | undefined) : Promise<ManagedEBookCollectionResponse | undefined>;
3737
/**
@@ -44,7 +44,7 @@ export interface ManagedEBooksRequestBuilder extends BaseRequestBuilder<ManagedE
4444
*/
4545
post(body: ManagedEBook, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ManagedEBook | undefined>;
4646
/**
47-
* List properties and relationships of the managedEBook objects.
47+
* List properties and relationships of the iosVppEBook objects.
4848
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4949
* @returns {RequestInformation}
5050
*/
@@ -58,7 +58,7 @@ export interface ManagedEBooksRequestBuilder extends BaseRequestBuilder<ManagedE
5858
toPostRequestInformation(body: ManagedEBook, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
5959
}
6060
/**
61-
* List properties and relationships of the managedEBook objects.
61+
* List properties and relationships of the iosVppEBook objects.
6262
*/
6363
export interface ManagedEBooksRequestBuilderGetQueryParameters {
6464
/**

0 commit comments

Comments
 (0)