Skip to content

Commit 2d38bd5

Browse files
authored
Merge pull request #215 from microsoftgraph/beta/pipelinebuild/173698
Generated beta models and request builders
2 parents 38dee2b + 2bb4a73 commit 2d38bd5

166 files changed

Lines changed: 594 additions & 579 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"descriptionHash": "C77E5CC6680E71997C77D4B497647030E3B6D51B37B16200F42FA2DB4238160C5FD8825BB6575991A5173DBE083163A1607E39644BDC1AE10B0562F5C8E58B3A",
2+
"descriptionHash": "77254B0BD52910D9C305EC3E0405E2EB4BED8A7AEB257E670B2B233A135FD5BE50E8EE45E035F226EF613845E0E2616DBF0B7526EE9B02CD6A66C0DBF1D0605C",
33
"descriptionLocation": "../../msgraph-metadata/clean_beta_openapi/openapi.yaml",
44
"lockFileVersion": "1.0.0",
5-
"kiotaVersion": "1.21.0",
5+
"kiotaVersion": "1.22.0",
66
"clientClassName": "GraphBetaBaseServiceClient",
77
"typeAccessModifier": "Public",
88
"clientNamespaceName": "github.com/microsoftgraph/msgraph-sdk-typescript/",

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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ export interface UpdatableAssetItemRequestBuilder extends BaseRequestBuilder<Upd
4444
*/
4545
delete(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
4646
/**
47-
* Read the properties and relationships of an updatableAssetGroup 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-updatableassetgroup-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
/**
@@ -66,7 +66,7 @@ export interface UpdatableAssetItemRequestBuilder extends BaseRequestBuilder<Upd
6666
*/
6767
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
6868
/**
69-
* Read the properties and relationships of an updatableAssetGroup 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 and relationships of an updatableAssetGroup 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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ export interface ComplianceChangeItemRequestBuilder extends BaseRequestBuilder<C
1919
*/
2020
get updatePolicy(): UpdatePolicyRequestBuilder;
2121
/**
22-
* Delete a complianceChange object.
22+
* Delete a contentApproval object.
2323
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
2424
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
25-
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-delete?view=graph-rest-beta|Find more info here}
25+
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-delete?view=graph-rest-beta|Find more info here}
2626
*/
2727
delete(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
2828
/**
@@ -34,16 +34,16 @@ export interface ComplianceChangeItemRequestBuilder extends BaseRequestBuilder<C
3434
*/
3535
get(requestConfiguration?: RequestConfiguration<ComplianceChangeItemRequestBuilderGetQueryParameters> | undefined) : Promise<ComplianceChange | undefined>;
3636
/**
37-
* Update the properties of a complianceChange object.
37+
* Update the properties of a contentApproval 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-compliancechange-update?view=graph-rest-beta|Find more info here}
42+
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-update?view=graph-rest-beta|Find more info here}
4343
*/
4444
patch(body: ComplianceChange, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ComplianceChange | undefined>;
4545
/**
46-
* Delete a complianceChange object.
46+
* Delete a contentApproval object.
4747
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4848
* @returns {RequestInformation}
4949
*/
@@ -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 complianceChange object.
58+
* Update the properties of a contentApproval 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-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-
* Invite participants to the active call. For more information about how to handle operations, see commsOperation.
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.
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-invite?view=graph-rest-beta|Find more info here}
60+
* @see {@link https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-beta|Find more info here}
6161
*/
6262
post(body: InvitePostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<InviteParticipantsOperation | undefined>;
6363
/**
64-
* Invite participants to the active call. For more information about how to handle operations, see commsOperation.
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.
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-
* Invite participants to the active call. For more information about how to handle operations, see commsOperation.
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.
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-invite?view=graph-rest-beta|Find more info here}
60+
* @see {@link https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-beta|Find more info here}
6161
*/
6262
post(body: InvitePostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<InviteParticipantsOperation | undefined>;
6363
/**
64-
* Invite participants to the active call. For more information about how to handle operations, see commsOperation.
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.
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-deviceManagement/deviceManagement/deviceCompliancePolicies/item/scheduledActionsForRule/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export interface ScheduledActionsForRuleRequestBuilder extends BaseRequestBuilde
2727
*/
2828
byDeviceComplianceScheduledActionForRuleId(deviceComplianceScheduledActionForRuleId: string) : DeviceComplianceScheduledActionForRuleItemRequestBuilder;
2929
/**
30-
* The list of scheduled action for this rule
30+
* The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies.
3131
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3232
* @returns {Promise<DeviceComplianceScheduledActionForRuleCollectionResponse>}
3333
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
@@ -42,7 +42,7 @@ export interface ScheduledActionsForRuleRequestBuilder extends BaseRequestBuilde
4242
*/
4343
post(body: DeviceComplianceScheduledActionForRule, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<DeviceComplianceScheduledActionForRule | undefined>;
4444
/**
45-
* The list of scheduled action for this rule
45+
* The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies.
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 ScheduledActionsForRuleRequestBuilder extends BaseRequestBuilde
5656
toPostRequestInformation(body: DeviceComplianceScheduledActionForRule, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
5757
}
5858
/**
59-
* The list of scheduled action for this rule
59+
* The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies.
6060
*/
6161
export interface ScheduledActionsForRuleRequestBuilderGetQueryParameters {
6262
/**

packages/msgraph-beta-sdk-deviceManagement/deviceManagement/deviceCompliancePolicies/item/scheduledActionsForRule/item/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export interface DeviceComplianceScheduledActionForRuleItemRequestBuilder extend
2525
*/
2626
delete(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
2727
/**
28-
* The list of scheduled action for this rule
28+
* The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies.
2929
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3030
* @returns {Promise<DeviceComplianceScheduledActionForRule>}
3131
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
@@ -46,7 +46,7 @@ export interface DeviceComplianceScheduledActionForRuleItemRequestBuilder extend
4646
*/
4747
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
4848
/**
49-
* The list of scheduled action for this rule
49+
* The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies.
5050
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5151
* @returns {RequestInformation}
5252
*/
@@ -60,7 +60,7 @@ export interface DeviceComplianceScheduledActionForRuleItemRequestBuilder extend
6060
toPatchRequestInformation(body: DeviceComplianceScheduledActionForRule, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
6161
}
6262
/**
63-
* The list of scheduled action for this rule
63+
* The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies.
6464
*/
6565
export interface DeviceComplianceScheduledActionForRuleItemRequestBuilderGetQueryParameters {
6666
/**

packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/cloudPCs/item/retrieveReviewStatus/index.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ
1313
*/
1414
export interface RetrieveReviewStatusRequestBuilder extends BaseRequestBuilder<RetrieveReviewStatusRequestBuilder> {
1515
/**
16-
* Invoke function retrieveReviewStatus
16+
* Get the review status of a Cloud PC.
1717
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
1818
* @returns {Promise<CloudPcReviewStatus>}
1919
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
20+
* @see {@link https://learn.microsoft.com/graph/api/cloudpc-retrievereviewstatus?view=graph-rest-beta|Find more info here}
2021
*/
2122
get(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<CloudPcReviewStatus | undefined>;
2223
/**
23-
* Invoke function retrieveReviewStatus
24+
* Get the review status of a Cloud PC.
2425
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
2526
* @returns {RequestInformation}
2627
*/

packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/cloudPCs/item/retrieveSnapshots/index.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,22 @@ export interface RetrieveSnapshotsGetResponse extends BaseCollectionPaginationCo
3939
*/
4040
export interface RetrieveSnapshotsRequestBuilder extends BaseRequestBuilder<RetrieveSnapshotsRequestBuilder> {
4141
/**
42-
* Invoke function retrieveSnapshots
42+
* List all cloudPcSnapshot resources for a Cloud PC.
4343
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4444
* @returns {Promise<RetrieveSnapshotsGetResponse>}
4545
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
46+
* @see {@link https://learn.microsoft.com/graph/api/cloudpc-retrievesnapshots?view=graph-rest-beta|Find more info here}
4647
*/
4748
get(requestConfiguration?: RequestConfiguration<RetrieveSnapshotsRequestBuilderGetQueryParameters> | undefined) : Promise<RetrieveSnapshotsGetResponse | undefined>;
4849
/**
49-
* Invoke function retrieveSnapshots
50+
* List all cloudPcSnapshot resources for a Cloud PC.
5051
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5152
* @returns {RequestInformation}
5253
*/
5354
toGetRequestInformation(requestConfiguration?: RequestConfiguration<RetrieveSnapshotsRequestBuilderGetQueryParameters> | undefined) : RequestInformation;
5455
}
5556
/**
56-
* Invoke function retrieveSnapshots
57+
* List all cloudPcSnapshot resources for a Cloud PC.
5758
*/
5859
export interface RetrieveSnapshotsRequestBuilderGetQueryParameters {
5960
/**

0 commit comments

Comments
 (0)