Skip to content

Commit 64d9b9f

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
feat(generation): update request builders and models
Update generated files with build 191849
1 parent ec62bfa commit 64d9b9f

File tree

93 files changed

+1225
-479
lines changed

Some content is hidden

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

93 files changed

+1225
-479
lines changed

packages/kiota-dom-export.txt

Lines changed: 128 additions & 21 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": "F9751289BC59F4778E628067ED49FBC455B9106D7C7C70C18FE22AB8CF14419C1284AC5A9ADE443686CB7CC4398E032838E4BC35E817C7791C41A09DB17646C9",
2+
"descriptionHash": "3316B3C66446D19C3EFFB3001E0AF9BD9EF099665E3855A857BED6874F0085D91F3627273E77CC797B1E3F5B53949891FB79002C06358944FB806234202FF2AE",
33
"descriptionLocation": "../../msgraph-metadata/clean_beta_openapi/openapi.yaml",
44
"lockFileVersion": "1.0.0",
55
"kiotaVersion": "1.28.0",

packages/msgraph-beta-sdk-admin/admin/exchange/mailboxes/item/createImportSession/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ
1313
*/
1414
export interface CreateImportSessionRequestBuilder extends BaseRequestBuilder<CreateImportSessionRequestBuilder> {
1515
/**
16-
* Create a session to import an Exchange mailbox item using its FastTransfer stream (FTS) format.
16+
* Create a session to import an Exchange mailbox item that was exported using the exportItems API.
1717
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
1818
* @returns {Promise<MailboxItemImportSession>}
1919
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
@@ -22,7 +22,7 @@ export interface CreateImportSessionRequestBuilder extends BaseRequestBuilder<Cr
2222
*/
2323
post(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<MailboxItemImportSession | undefined>;
2424
/**
25-
* Create a session to import an Exchange mailbox item using its FastTransfer stream (FTS) format.
25+
* Create a session to import an Exchange mailbox item that was exported using the exportItems API.
2626
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
2727
* @returns {RequestInformation}
2828
* @deprecated Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15

packages/msgraph-beta-sdk-admin/admin/exchange/mailboxes/item/exportItems/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export interface ExportItemsPostResponse extends BaseCollectionPaginationCountRe
7373
*/
7474
export interface ExportItemsRequestBuilder extends BaseRequestBuilder<ExportItemsRequestBuilder> {
7575
/**
76-
* Export Exchange mailboxItem objects in full-fidelity FastTransfer stream format for backup purposes. This item format can be restored to the same mailbox or a different one. You can export up to 20 items in a single export request.
76+
* Export Exchange mailboxItem objects in full fidelity. This API exports each item as an opaque stream. The data stream isn't intended for parsing, but can be used to import an item back into an Exchange mailbox. For more information, see: Overview of the mailbox import and export APIs in Microsoft Graph (preview) You can export up to 20 items in a single export request.
7777
* @param body The request body
7878
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7979
* @returns {Promise<ExportItemsPostResponse>}
@@ -83,7 +83,7 @@ export interface ExportItemsRequestBuilder extends BaseRequestBuilder<ExportItem
8383
*/
8484
post(body: ExportItemsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ExportItemsPostResponse | undefined>;
8585
/**
86-
* Export Exchange mailboxItem objects in full-fidelity FastTransfer stream format for backup purposes. This item format can be restored to the same mailbox or a different one. You can export up to 20 items in a single export request.
86+
* Export Exchange mailboxItem objects in full fidelity. This API exports each item as an opaque stream. The data stream isn't intended for parsing, but can be used to import an item back into an Exchange mailbox. For more information, see: Overview of the mailbox import and export APIs in Microsoft Graph (preview) You can export up to 20 items in a single export request.
8787
* @param body The request body
8888
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8989
* @returns {RequestInformation}

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 updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.
40+
* Delete an updatableAsset object.
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-updatableassetgroup-delete?view=graph-rest-beta|Find more info here}
43+
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-delete?view=graph-rest-beta|Find more info here}
4444
*/
4545
delete(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
4646
/**
47-
* Read the properties of an azureADDevice object.
47+
* Read the properties and relationships of an updatableAsset 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-azureaddevice-get?view=graph-rest-beta|Find more info here}
51+
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-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 updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.
63+
* Delete an updatableAsset object.
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 of an azureADDevice object.
69+
* Read the properties and relationships of an updatableAsset 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 of an azureADDevice object.
83+
* Read the properties and relationships of an updatableAsset object.
8484
*/
8585
export interface UpdatableAssetItemRequestBuilderGetQueryParameters {
8686
/**

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ export interface ComplianceChangeItemRequestBuilder extends BaseRequestBuilder<C
3434
*/
3535
get(requestConfiguration?: RequestConfiguration<ComplianceChangeItemRequestBuilderGetQueryParameters> | undefined) : Promise<ComplianceChange | undefined>;
3636
/**
37-
* Update the properties of a contentApproval object.
37+
* Update the properties of a complianceChange object.
3838
* @param body The request body
3939
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4040
* @returns {Promise<ComplianceChange>}
4141
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
42-
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-update?view=graph-rest-beta|Find more info here}
42+
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-update?view=graph-rest-beta|Find more info here}
4343
*/
4444
patch(body: ComplianceChange, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ComplianceChange | undefined>;
4545
/**
@@ -55,7 +55,7 @@ export interface ComplianceChangeItemRequestBuilder extends BaseRequestBuilder<C
5555
*/
5656
toGetRequestInformation(requestConfiguration?: RequestConfiguration<ComplianceChangeItemRequestBuilderGetQueryParameters> | undefined) : RequestInformation;
5757
/**
58-
* Update the properties of a contentApproval object.
58+
* Update the properties of a complianceChange object.
5959
* @param body The request body
6060
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
6161
* @returns {RequestInformation}

packages/msgraph-beta-sdk-administrativeUnits/administrativeUnits/item/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export interface AdministrativeUnitItemRequestBuilder extends BaseRequestBuilder
7474
*/
7575
delete(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
7676
/**
77-
* Retrieve the properties and relationships of an administrativeUnit object. Since the administrativeUnit resource supports extensions, you can also use the GET operation to get custom properties and extension data in an administrativeUnit instance.
77+
* Retrieve the properties and relationships of an administrativeUnit object. The administrativeUnit resource supports extensions, which also allows you to use the GET operation to get custom properties and extension data in an administrativeUnit instance.
7878
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7979
* @returns {Promise<AdministrativeUnit>}
8080
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
@@ -97,7 +97,7 @@ export interface AdministrativeUnitItemRequestBuilder extends BaseRequestBuilder
9797
*/
9898
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
9999
/**
100-
* Retrieve the properties and relationships of an administrativeUnit object. Since the administrativeUnit resource supports extensions, you can also use the GET operation to get custom properties and extension data in an administrativeUnit instance.
100+
* Retrieve the properties and relationships of an administrativeUnit object. The administrativeUnit resource supports extensions, which also allows you to use the GET operation to get custom properties and extension data in an administrativeUnit instance.
101101
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
102102
* @returns {RequestInformation}
103103
*/
@@ -111,7 +111,7 @@ export interface AdministrativeUnitItemRequestBuilder extends BaseRequestBuilder
111111
toPatchRequestInformation(body: AdministrativeUnit, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
112112
}
113113
/**
114-
* Retrieve the properties and relationships of an administrativeUnit object. Since the administrativeUnit resource supports extensions, you can also use the GET operation to get custom properties and extension data in an administrativeUnit instance.
114+
* Retrieve the properties and relationships of an administrativeUnit object. The administrativeUnit resource supports extensions, which also allows you to use the GET operation to get custom properties and extension data in an administrativeUnit instance.
115115
*/
116116
export interface AdministrativeUnitItemRequestBuilderGetQueryParameters {
117117
/**

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
@@ -52,16 +52,16 @@ export interface InvitePostRequestBody extends AdditionalDataHolder, BackedModel
5252
*/
5353
export interface InviteRequestBuilder extends BaseRequestBuilder<InviteRequestBuilder> {
5454
/**
55-
* 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.
55+
* Invite participants to the active call. For more information about how to handle operations, see commsOperation.
5656
* @param body The request body
5757
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5858
* @returns {Promise<InviteParticipantsOperation>}
5959
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
60-
* @see {@link https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-beta|Find more info here}
60+
* @see {@link https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-beta|Find more info here}
6161
*/
6262
post(body: InvitePostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<InviteParticipantsOperation | undefined>;
6363
/**
64-
* 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.
64+
* Invite participants to the active call. For more information about how to handle operations, see commsOperation.
6565
* @param body The request body
6666
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
6767
* @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
@@ -52,16 +52,16 @@ export interface InvitePostRequestBody extends AdditionalDataHolder, BackedModel
5252
*/
5353
export interface InviteRequestBuilder extends BaseRequestBuilder<InviteRequestBuilder> {
5454
/**
55-
* 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.
55+
* Invite participants to the active call. For more information about how to handle operations, see commsOperation.
5656
* @param body The request body
5757
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5858
* @returns {Promise<InviteParticipantsOperation>}
5959
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
60-
* @see {@link https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-beta|Find more info here}
60+
* @see {@link https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-beta|Find more info here}
6161
*/
6262
post(body: InvitePostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<InviteParticipantsOperation | undefined>;
6363
/**
64-
* 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.
64+
* Invite participants to the active call. For more information about how to handle operations, see commsOperation.
6565
* @param body The request body
6666
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
6767
* @returns {RequestInformation}

0 commit comments

Comments
 (0)