Skip to content

Commit dbf994c

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
feat(generation): update request builders and models
Update generated files with build 185491
1 parent 63d3718 commit dbf994c

42 files changed

Lines changed: 189 additions & 189 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-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"descriptionHash": "3C4347532E8117E5E6F4C15C396A1DE690164458D44386546534C1758470D8BD40C2B161CDEE5EC1176752636B8A5DAE2F7DBA69584BD1C14E72B3099C331A9F",
2+
"descriptionHash": "CD93B01924D0B3A5A1C2457CD971E95C9794AAD75C8ADFCA9AF8A4615FC9D4C8BA140FAA5EAF6C4372A4BB2206DC352C27B9D2E5F26A9B5E5933DAF9CCBE2E4E",
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.
23+
* Retrieve a conversationMember from a chat or channel.
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/chat-get-members?view=graph-rest-1.0|Find more info here}
27+
* @see {@link https://learn.microsoft.com/graph/api/conversationmember-get?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.
45+
* Retrieve a conversationMember from a chat or channel.
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.
59+
* Retrieve a conversationMember from a chat or channel.
6060
*/
6161
export interface ConversationMemberItemRequestBuilderGetQueryParameters {
6262
/**

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-unlock-deviceappmanagement-get?view=graph-rest-1.0|Find more info here}
110+
* @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-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-onboarding-deviceappmanagement-update?view=graph-rest-1.0|Find more info here}
119+
* @see {@link https://learn.microsoft.com/graph/api/intune-partnerintegration-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 targetedManagedAppProtection objects.
30+
* List properties and relationships of the managedAppConfiguration 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-targetedmanagedappprotection-list?view=graph-rest-1.0|Find more info here}
34+
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedappconfiguration-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 targetedManagedAppProtection objects.
46+
* List properties and relationships of the managedAppConfiguration 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 targetedManagedAppProtection objects.
60+
* List properties and relationships of the managedAppConfiguration objects.
6161
*/
6262
export interface ManagedAppPoliciesRequestBuilderGetQueryParameters {
6363
/**

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 androidManagedAppRegistration objects.
36+
* List properties and relationships of the managedAppRegistration 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-androidmanagedappregistration-list?view=graph-rest-1.0|Find more info here}
40+
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-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 androidManagedAppRegistration objects.
53+
* List properties and relationships of the managedAppRegistration 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 androidManagedAppRegistration objects.
67+
* List properties and relationships of the managedAppRegistration objects.
6868
*/
6969
export interface ManagedAppRegistrationsRequestBuilderGetQueryParameters {
7070
/**

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ export interface ManagedAppRegistrationItemRequestBuilder extends BaseRequestBui
3737
*/
3838
delete(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
3939
/**
40-
* Read properties and relationships of the iosManagedAppRegistration object.
40+
* Read properties and relationships of the androidManagedAppRegistration object.
4141
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4242
* @returns {Promise<ManagedAppRegistration>}
4343
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
44-
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappregistration-get?view=graph-rest-1.0|Find more info here}
44+
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-get?view=graph-rest-1.0|Find more info here}
4545
*/
4646
get(requestConfiguration?: RequestConfiguration<ManagedAppRegistrationItemRequestBuilderGetQueryParameters> | undefined) : Promise<ManagedAppRegistration | undefined>;
4747
/**
@@ -59,7 +59,7 @@ export interface ManagedAppRegistrationItemRequestBuilder extends BaseRequestBui
5959
*/
6060
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
6161
/**
62-
* Read properties and relationships of the iosManagedAppRegistration object.
62+
* Read properties and relationships of the androidManagedAppRegistration object.
6363
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
6464
* @returns {RequestInformation}
6565
*/
@@ -73,7 +73,7 @@ export interface ManagedAppRegistrationItemRequestBuilder extends BaseRequestBui
7373
toPatchRequestInformation(body: ManagedAppRegistration, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
7474
}
7575
/**
76-
* Read properties and relationships of the iosManagedAppRegistration object.
76+
* Read properties and relationships of the androidManagedAppRegistration object.
7777
*/
7878
export interface ManagedAppRegistrationItemRequestBuilderGetQueryParameters {
7979
/**

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,38 +27,38 @@ export interface AssignmentsRequestBuilder extends BaseRequestBuilder<Assignment
2727
*/
2828
byManagedEBookAssignmentId(managedEBookAssignmentId: string) : ManagedEBookAssignmentItemRequestBuilder;
2929
/**
30-
* List properties and relationships of the iosVppEBookAssignment objects.
30+
* List properties and relationships of the managedEBookAssignment objects.
3131
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3232
* @returns {Promise<ManagedEBookAssignmentCollectionResponse>}
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-iosvppebookassignment-list?view=graph-rest-1.0|Find more info here}
34+
* @see {@link https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-list?view=graph-rest-1.0|Find more info here}
3535
*/
3636
get(requestConfiguration?: RequestConfiguration<AssignmentsRequestBuilderGetQueryParameters> | undefined) : Promise<ManagedEBookAssignmentCollectionResponse | undefined>;
3737
/**
38-
* Create a new managedEBookAssignment object.
38+
* Create a new iosVppEBookAssignment object.
3939
* @param body The request body
4040
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4141
* @returns {Promise<ManagedEBookAssignment>}
4242
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
43-
* @see {@link https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-create?view=graph-rest-1.0|Find more info here}
43+
* @see {@link https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-create?view=graph-rest-1.0|Find more info here}
4444
*/
4545
post(body: ManagedEBookAssignment, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ManagedEBookAssignment | undefined>;
4646
/**
47-
* List properties and relationships of the iosVppEBookAssignment objects.
47+
* List properties and relationships of the managedEBookAssignment objects.
4848
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4949
* @returns {RequestInformation}
5050
*/
5151
toGetRequestInformation(requestConfiguration?: RequestConfiguration<AssignmentsRequestBuilderGetQueryParameters> | undefined) : RequestInformation;
5252
/**
53-
* Create a new managedEBookAssignment object.
53+
* Create a new iosVppEBookAssignment object.
5454
* @param body The request body
5555
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5656
* @returns {RequestInformation}
5757
*/
5858
toPostRequestInformation(body: ManagedEBookAssignment, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
5959
}
6060
/**
61-
* List properties and relationships of the iosVppEBookAssignment objects.
61+
* List properties and relationships of the managedEBookAssignment objects.
6262
*/
6363
export interface AssignmentsRequestBuilderGetQueryParameters {
6464
/**

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ
1313
*/
1414
export interface ManagedEBookAssignmentItemRequestBuilder extends BaseRequestBuilder<ManagedEBookAssignmentItemRequestBuilder> {
1515
/**
16-
* Deletes a iosVppEBookAssignment.
16+
* Deletes a managedEBookAssignment.
1717
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
1818
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
19-
* @see {@link https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-delete?view=graph-rest-1.0|Find more info here}
19+
* @see {@link https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-delete?view=graph-rest-1.0|Find more info here}
2020
*/
2121
delete(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
2222
/**
@@ -37,7 +37,7 @@ export interface ManagedEBookAssignmentItemRequestBuilder extends BaseRequestBui
3737
*/
3838
patch(body: ManagedEBookAssignment, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ManagedEBookAssignment | undefined>;
3939
/**
40-
* Deletes a iosVppEBookAssignment.
40+
* Deletes a managedEBookAssignment.
4141
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4242
* @returns {RequestInformation}
4343
*/

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ export interface ManagedDeviceMobileAppConfigurationItemRequestBuilder extends B
5656
*/
5757
delete(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
5858
/**
59-
* Read properties and relationships of the iosMobileAppConfiguration object.
59+
* Read properties and relationships of the managedDeviceMobileAppConfiguration object.
6060
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
6161
* @returns {Promise<ManagedDeviceMobileAppConfiguration>}
6262
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
63-
* @see {@link https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-get?view=graph-rest-1.0|Find more info here}
63+
* @see {@link https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-get?view=graph-rest-1.0|Find more info here}
6464
*/
6565
get(requestConfiguration?: RequestConfiguration<ManagedDeviceMobileAppConfigurationItemRequestBuilderGetQueryParameters> | undefined) : Promise<ManagedDeviceMobileAppConfiguration | undefined>;
6666
/**
@@ -79,7 +79,7 @@ export interface ManagedDeviceMobileAppConfigurationItemRequestBuilder extends B
7979
*/
8080
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
8181
/**
82-
* Read properties and relationships of the iosMobileAppConfiguration object.
82+
* Read properties and relationships of the managedDeviceMobileAppConfiguration object.
8383
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8484
* @returns {RequestInformation}
8585
*/
@@ -93,7 +93,7 @@ export interface ManagedDeviceMobileAppConfigurationItemRequestBuilder extends B
9393
toPatchRequestInformation(body: ManagedDeviceMobileAppConfiguration, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
9494
}
9595
/**
96-
* Read properties and relationships of the iosMobileAppConfiguration object.
96+
* Read properties and relationships of the managedDeviceMobileAppConfiguration object.
9797
*/
9898
export interface ManagedDeviceMobileAppConfigurationItemRequestBuilderGetQueryParameters {
9999
/**

0 commit comments

Comments
 (0)