Skip to content

Commit 4106e8a

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
feat(generation): update request builders and models
Update generated files with build 193736
1 parent 263b5e7 commit 4106e8a

97 files changed

Lines changed: 364 additions & 357 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": "0167E92AE23E81AB8FAE3FE9058C3CA4AB7790770B67B059A7BD8D0AE3D85C1CC9E39D253E8EC502792B8ADF34370BE7FBB5B3F65D74FE9B32E8F228CDA27D53",
2+
"descriptionHash": "09E142BBDBB13E7AB322736892A3A1C5FF37A0E52CCFD537FD22F74C186DE25851DD563D6C7D82BBFF1F109F789C1D626C877D9F82F786D7C3B42A08DA4BBDE0",
33
"descriptionLocation": "../../msgraph-metadata/clean_beta_openapi/openapi.yaml",
44
"lockFileVersion": "1.0.0",
55
"kiotaVersion": "1.29.0",

packages/msgraph-beta-sdk-admin/admin/windows/updates/resourceConnections/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 ResourceConnectionItemRequestBuilder extends BaseRequestBuilder<ResourceConnectionItemRequestBuilder> {
1515
/**
16-
* Delete an operationalInsightsConnection object.
16+
* Delete a resourceConnection object.
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/windowsupdates-operationalinsightsconnection-delete?view=graph-rest-beta|Find more info here}
19+
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-delete?view=graph-rest-beta|Find more info here}
2020
*/
2121
delete(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
2222
/**
@@ -36,7 +36,7 @@ export interface ResourceConnectionItemRequestBuilder extends BaseRequestBuilder
3636
*/
3737
patch(body: ResourceConnection, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ResourceConnection | undefined>;
3838
/**
39-
* Delete an operationalInsightsConnection object.
39+
* Delete a resourceConnection object.
4040
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4141
* @returns {RequestInformation}
4242
*/

packages/msgraph-beta-sdk-admin/admin/windows/updates/updatableAssets/item/index.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@ export interface UpdatableAssetItemRequestBuilder extends BaseRequestBuilder<Upd
3737
*/
3838
get microsoftGraphWindowsUpdatesRemoveMembersById(): MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilder;
3939
/**
40-
* Delete an updatableAsset object.
40+
* Delete an azureADDevice object. When a Microsoft Entra device is deleted, it is unregistered and automatically unenrolled from management for all update categories, as well as removed from every deploymentAudience and updatableAssetGroup.
4141
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4242
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
43-
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-delete?view=graph-rest-beta|Find more info here}
43+
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-azureaddevice-delete?view=graph-rest-beta|Find more info here}
4444
*/
4545
delete(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
4646
/**
47-
* Read the properties and relationships of an updatableAssetGroup object.
47+
* Read the properties of an azureADDevice object.
4848
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4949
* @returns {Promise<UpdatableAsset>}
5050
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
51-
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-get?view=graph-rest-beta|Find more info here}
51+
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-azureaddevice-get?view=graph-rest-beta|Find more info here}
5252
*/
5353
get(requestConfiguration?: RequestConfiguration<UpdatableAssetItemRequestBuilderGetQueryParameters> | undefined) : Promise<UpdatableAsset | undefined>;
5454
/**
@@ -60,13 +60,13 @@ export interface UpdatableAssetItemRequestBuilder extends BaseRequestBuilder<Upd
6060
*/
6161
patch(body: UpdatableAsset, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<UpdatableAsset | undefined>;
6262
/**
63-
* Delete an updatableAsset object.
63+
* Delete an azureADDevice object. When a Microsoft Entra device is deleted, it is unregistered and automatically unenrolled from management for all update categories, as well as removed from every deploymentAudience and updatableAssetGroup.
6464
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
6565
* @returns {RequestInformation}
6666
*/
6767
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
6868
/**
69-
* Read the properties and relationships of an updatableAssetGroup object.
69+
* Read the properties of an azureADDevice object.
7070
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7171
* @returns {RequestInformation}
7272
*/
@@ -80,7 +80,7 @@ export interface UpdatableAssetItemRequestBuilder extends BaseRequestBuilder<Upd
8080
toPatchRequestInformation(body: UpdatableAsset, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
8181
}
8282
/**
83-
* Read the properties and relationships of an updatableAssetGroup object.
83+
* Read the properties of an azureADDevice object.
8484
*/
8585
export interface UpdatableAssetItemRequestBuilderGetQueryParameters {
8686
/**

packages/msgraph-beta-sdk-app/app/calls/item/participants/invite/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ export interface InvitePostRequestBody extends AdditionalDataHolder, BackedModel
4949
*/
5050
export interface InviteRequestBuilder extends BaseRequestBuilder<InviteRequestBuilder> {
5151
/**
52-
* Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
52+
* Invite participants to the active call. For more information about how to handle operations, see commsOperation.
5353
* @param body The request body
5454
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5555
* @returns {Promise<InviteParticipantsOperation>}
5656
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
57-
* @see {@link https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-beta|Find more info here}
57+
* @see {@link https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-beta|Find more info here}
5858
*/
5959
post(body: InvitePostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<InviteParticipantsOperation | undefined>;
6060
/**
61-
* Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
61+
* Invite participants to the active call. For more information about how to handle operations, see commsOperation.
6262
* @param body The request body
6363
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
6464
* @returns {RequestInformation}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ export interface MessagesRequestBuilder extends BaseRequestBuilder<MessagesReque
5353
*/
5454
get(requestConfiguration?: RequestConfiguration<MessagesRequestBuilderGetQueryParameters> | undefined) : Promise<ChatMessageCollectionResponse | undefined>;
5555
/**
56-
* Send a new chatMessage in the specified channel or a chat.
56+
* 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.
5757
* @param body The request body
5858
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5959
* @returns {Promise<ChatMessage>}
6060
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
61-
* @see {@link https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-beta|Find more info here}
61+
* @see {@link https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-beta|Find more info here}
6262
*/
6363
post(body: ChatMessage, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ChatMessage | undefined>;
6464
/**
@@ -68,7 +68,7 @@ export interface MessagesRequestBuilder extends BaseRequestBuilder<MessagesReque
6868
*/
6969
toGetRequestInformation(requestConfiguration?: RequestConfiguration<MessagesRequestBuilderGetQueryParameters> | undefined) : RequestInformation;
7070
/**
71-
* Send a new chatMessage in the specified channel or a chat.
71+
* 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.
7272
* @param body The request body
7373
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7474
* @returns {RequestInformation}

packages/msgraph-beta-sdk-communications/communications/calls/item/participants/invite/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ export interface InvitePostRequestBody extends AdditionalDataHolder, BackedModel
4949
*/
5050
export interface InviteRequestBuilder extends BaseRequestBuilder<InviteRequestBuilder> {
5151
/**
52-
* Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
52+
* Invite participants to the active call. For more information about how to handle operations, see commsOperation.
5353
* @param body The request body
5454
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5555
* @returns {Promise<InviteParticipantsOperation>}
5656
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
57-
* @see {@link https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-beta|Find more info here}
57+
* @see {@link https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-beta|Find more info here}
5858
*/
5959
post(body: InvitePostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<InviteParticipantsOperation | undefined>;
6060
/**
61-
* Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
61+
* Invite participants to the active call. For more information about how to handle operations, see commsOperation.
6262
* @param body The request body
6363
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
6464
* @returns {RequestInformation}

packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidForWorkApp/relationships/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder<Relation
2727
*/
2828
byMobileAppRelationshipId(mobileAppRelationshipId: string) : MobileAppRelationshipItemRequestBuilder;
2929
/**
30-
* List of relationships for this mobile app.
30+
* The set of direct relationships for this app.
3131
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3232
* @returns {Promise<MobileAppRelationshipCollectionResponse>}
3333
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
@@ -42,7 +42,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder<Relation
4242
*/
4343
post(body: MobileAppRelationship, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<MobileAppRelationship | undefined>;
4444
/**
45-
* List of relationships for this mobile app.
45+
* The set of direct relationships for this app.
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 RelationshipsRequestBuilder extends BaseRequestBuilder<Relation
5656
toPostRequestInformation(body: MobileAppRelationship, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
5757
}
5858
/**
59-
* List of relationships for this mobile app.
59+
* The set of direct relationships for this app.
6060
*/
6161
export interface RelationshipsRequestBuilderGetQueryParameters {
6262
/**

packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidForWorkApp/relationships/item/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil
1919
*/
2020
delete(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
2121
/**
22-
* List of relationships for this mobile app.
22+
* The set of direct relationships for this app.
2323
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
2424
* @returns {Promise<MobileAppRelationship>}
2525
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
@@ -40,7 +40,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil
4040
*/
4141
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
4242
/**
43-
* List of relationships for this mobile app.
43+
* The set of direct relationships for this app.
4444
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4545
* @returns {RequestInformation}
4646
*/
@@ -54,7 +54,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil
5454
toPatchRequestInformation(body: MobileAppRelationship, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
5555
}
5656
/**
57-
* List of relationships for this mobile app.
57+
* The set of direct relationships for this app.
5858
*/
5959
export interface MobileAppRelationshipItemRequestBuilderGetQueryParameters {
6060
/**

packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidLobApp/relationships/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder<Relation
2727
*/
2828
byMobileAppRelationshipId(mobileAppRelationshipId: string) : MobileAppRelationshipItemRequestBuilder;
2929
/**
30-
* List of relationships for this mobile app.
30+
* The set of direct relationships for this app.
3131
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3232
* @returns {Promise<MobileAppRelationshipCollectionResponse>}
3333
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
@@ -42,7 +42,7 @@ export interface RelationshipsRequestBuilder extends BaseRequestBuilder<Relation
4242
*/
4343
post(body: MobileAppRelationship, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<MobileAppRelationship | undefined>;
4444
/**
45-
* List of relationships for this mobile app.
45+
* The set of direct relationships for this app.
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 RelationshipsRequestBuilder extends BaseRequestBuilder<Relation
5656
toPostRequestInformation(body: MobileAppRelationship, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
5757
}
5858
/**
59-
* List of relationships for this mobile app.
59+
* The set of direct relationships for this app.
6060
*/
6161
export interface RelationshipsRequestBuilderGetQueryParameters {
6262
/**

packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidLobApp/relationships/item/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil
1919
*/
2020
delete(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
2121
/**
22-
* List of relationships for this mobile app.
22+
* The set of direct relationships for this app.
2323
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
2424
* @returns {Promise<MobileAppRelationship>}
2525
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
@@ -40,7 +40,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil
4040
*/
4141
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
4242
/**
43-
* List of relationships for this mobile app.
43+
* The set of direct relationships for this app.
4444
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4545
* @returns {RequestInformation}
4646
*/
@@ -54,7 +54,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil
5454
toPatchRequestInformation(body: MobileAppRelationship, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
5555
}
5656
/**
57-
* List of relationships for this mobile app.
57+
* The set of direct relationships for this app.
5858
*/
5959
export interface MobileAppRelationshipItemRequestBuilderGetQueryParameters {
6060
/**

0 commit comments

Comments
 (0)