Skip to content

Commit ec6a5fc

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
feat(generation): update request builders and models
Update generated files with build 172840
1 parent 596ef0f commit ec6a5fc

207 files changed

Lines changed: 10896 additions & 430 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: 1252 additions & 0 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": "4641BD7E28A76AB0CDF1D8A276424B0690677022FF97D45ED1717B4627B06BD9F42CD0CBE280CAD3CF3CB906ED657475ABCB4FFDE5C7154C04D8E6B63B9C6353",
2+
"descriptionHash": "C77E5CC6680E71997C77D4B497647030E3B6D51B37B16200F42FA2DB4238160C5FD8825BB6575991A5173DBE083163A1607E39644BDC1AE10B0562F5C8E58B3A",
33
"descriptionLocation": "../../msgraph-metadata/clean_beta_openapi/openapi.yaml",
44
"lockFileVersion": "1.0.0",
55
"kiotaVersion": "1.21.0",

packages/msgraph-beta-sdk-admin/admin/entra/index.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,19 @@ import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type
1616
export interface EntraRequestBuilder extends BaseRequestBuilder<EntraRequestBuilder> {
1717
/**
1818
* Provides operations to manage the uxSetting property of the microsoft.graph.entra entity.
19-
* @deprecated as of 2023-11/PrivatePreview:BulkJobs
2019
*/
2120
get uxSetting(): UxSettingRequestBuilder;
2221
/**
2322
* Delete navigation property entra for admin
2423
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
2524
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
26-
* @deprecated as of 2023-11/PrivatePreview:BulkJobs
2725
*/
2826
delete(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
2927
/**
3028
* A container for Microsoft Entra resources. Read-only.
3129
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3230
* @returns {Promise<Entra>}
3331
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
34-
* @deprecated as of 2023-11/PrivatePreview:BulkJobs
3532
*/
3633
get(requestConfiguration?: RequestConfiguration<EntraRequestBuilderGetQueryParameters> | undefined) : Promise<Entra | undefined>;
3734
/**
@@ -40,29 +37,25 @@ export interface EntraRequestBuilder extends BaseRequestBuilder<EntraRequestBuil
4037
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4138
* @returns {Promise<Entra>}
4239
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
43-
* @deprecated as of 2023-11/PrivatePreview:BulkJobs
4440
*/
4541
patch(body: Entra, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<Entra | undefined>;
4642
/**
4743
* Delete navigation property entra for admin
4844
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4945
* @returns {RequestInformation}
50-
* @deprecated as of 2023-11/PrivatePreview:BulkJobs
5146
*/
5247
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
5348
/**
5449
* A container for Microsoft Entra resources. Read-only.
5550
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5651
* @returns {RequestInformation}
57-
* @deprecated as of 2023-11/PrivatePreview:BulkJobs
5852
*/
5953
toGetRequestInformation(requestConfiguration?: RequestConfiguration<EntraRequestBuilderGetQueryParameters> | undefined) : RequestInformation;
6054
/**
6155
* Update the navigation property entra in admin
6256
* @param body The request body
6357
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
6458
* @returns {RequestInformation}
65-
* @deprecated as of 2023-11/PrivatePreview:BulkJobs
6659
*/
6760
toPatchRequestInformation(body: Entra, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
6861
}

packages/msgraph-beta-sdk-admin/admin/entra/uxSetting/index.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,13 @@ export interface UxSettingRequestBuilder extends BaseRequestBuilder<UxSettingReq
1616
* Delete navigation property uxSetting for admin
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-
* @deprecated as of 2023-11/PrivatePreview:BulkJobs
2019
*/
2120
delete(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
2221
/**
2322
* Get the properties and relationships of a uxSetting object.
2423
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
2524
* @returns {Promise<UxSetting>}
2625
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
27-
* @deprecated as of 2023-11/PrivatePreview:BulkJobs
2826
* @see {@link https://learn.microsoft.com/graph/api/uxsetting-get?view=graph-rest-beta|Find more info here}
2927
*/
3028
get(requestConfiguration?: RequestConfiguration<UxSettingRequestBuilderGetQueryParameters> | undefined) : Promise<UxSetting | undefined>;
@@ -34,30 +32,26 @@ export interface UxSettingRequestBuilder extends BaseRequestBuilder<UxSettingReq
3432
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3533
* @returns {Promise<UxSetting>}
3634
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
37-
* @deprecated as of 2023-11/PrivatePreview:BulkJobs
3835
* @see {@link https://learn.microsoft.com/graph/api/uxsetting-update?view=graph-rest-beta|Find more info here}
3936
*/
4037
patch(body: UxSetting, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<UxSetting | undefined>;
4138
/**
4239
* Delete navigation property uxSetting for admin
4340
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4441
* @returns {RequestInformation}
45-
* @deprecated as of 2023-11/PrivatePreview:BulkJobs
4642
*/
4743
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
4844
/**
4945
* Get the properties and relationships of a uxSetting object.
5046
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5147
* @returns {RequestInformation}
52-
* @deprecated as of 2023-11/PrivatePreview:BulkJobs
5348
*/
5449
toGetRequestInformation(requestConfiguration?: RequestConfiguration<UxSettingRequestBuilderGetQueryParameters> | undefined) : RequestInformation;
5550
/**
5651
* Update the properties of a uxSetting object.
5752
* @param body The request body
5853
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5954
* @returns {RequestInformation}
60-
* @deprecated as of 2023-11/PrivatePreview:BulkJobs
6155
*/
6256
toPatchRequestInformation(body: UxSetting, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
6357
}

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ
1313
*/
1414
export interface ResourceConnectionItemRequestBuilder extends BaseRequestBuilder<ResourceConnectionItemRequestBuilder> {
1515
/**
16-
* Delete a resourceConnection object.
16+
* Delete an operationalInsightsConnection 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-resourceconnection-delete?view=graph-rest-beta|Find more info here}
19+
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-delete?view=graph-rest-beta|Find more info here}
2020
*/
2121
delete(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
2222
/**
23-
* Read the properties and relationships of an operationalInsightsConnection object.
23+
* Read the properties and relationships of a resourceConnection object.
2424
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
2525
* @returns {Promise<ResourceConnection>}
2626
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
27-
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-get?view=graph-rest-beta|Find more info here}
27+
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-get?view=graph-rest-beta|Find more info here}
2828
*/
2929
get(requestConfiguration?: RequestConfiguration<ResourceConnectionItemRequestBuilderGetQueryParameters> | undefined) : Promise<ResourceConnection | undefined>;
3030
/**
@@ -36,13 +36,13 @@ export interface ResourceConnectionItemRequestBuilder extends BaseRequestBuilder
3636
*/
3737
patch(body: ResourceConnection, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ResourceConnection | undefined>;
3838
/**
39-
* Delete a resourceConnection object.
39+
* Delete an operationalInsightsConnection object.
4040
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4141
* @returns {RequestInformation}
4242
*/
4343
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
4444
/**
45-
* Read the properties and relationships of an operationalInsightsConnection object.
45+
* Read the properties and relationships of a resourceConnection object.
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 ResourceConnectionItemRequestBuilder extends BaseRequestBuilder
5656
toPatchRequestInformation(body: ResourceConnection, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
5757
}
5858
/**
59-
* Read the properties and relationships of an operationalInsightsConnection object.
59+
* Read the properties and relationships of a resourceConnection object.
6060
*/
6161
export interface ResourceConnectionItemRequestBuilderGetQueryParameters {
6262
/**

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ export interface UpdatableAssetItemRequestBuilder extends BaseRequestBuilder<Upd
3737
*/
3838
get microsoftGraphWindowsUpdatesRemoveMembersById(): MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilder;
3939
/**
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.
40+
* Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.
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-azureaddevice-delete?view=graph-rest-beta|Find more info here}
43+
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-delete?view=graph-rest-beta|Find more info here}
4444
*/
4545
delete(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
4646
/**
@@ -60,7 +60,7 @@ export interface UpdatableAssetItemRequestBuilder extends BaseRequestBuilder<Upd
6060
*/
6161
patch(body: UpdatableAsset, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<UpdatableAsset | undefined>;
6262
/**
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.
63+
* Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.
6464
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
6565
* @returns {RequestInformation}
6666
*/

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 contentApproval object.
22+
* Delete a complianceChange 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-contentapproval-delete?view=graph-rest-beta|Find more info here}
25+
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-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 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
/**
46-
* Delete a contentApproval object.
46+
* Delete a complianceChange 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 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-deviceAppManagement/deviceAppManagement/iosLobAppProvisioningConfigurations/item/assignments/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export interface AssignmentsRequestBuilder extends BaseRequestBuilder<Assignment
2727
*/
2828
byIosLobAppProvisioningConfigurationAssignmentId(iosLobAppProvisioningConfigurationAssignmentId: string) : IosLobAppProvisioningConfigurationAssignmentItemRequestBuilder;
2929
/**
30-
* The associated group assignments for IosLobAppProvisioningConfiguration.
30+
* The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
3131
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3232
* @returns {Promise<IosLobAppProvisioningConfigurationAssignmentCollectionResponse>}
3333
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
@@ -42,7 +42,7 @@ export interface AssignmentsRequestBuilder extends BaseRequestBuilder<Assignment
4242
*/
4343
post(body: IosLobAppProvisioningConfigurationAssignment, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<IosLobAppProvisioningConfigurationAssignment | undefined>;
4444
/**
45-
* The associated group assignments for IosLobAppProvisioningConfiguration.
45+
* The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
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 AssignmentsRequestBuilder extends BaseRequestBuilder<Assignment
5656
toPostRequestInformation(body: IosLobAppProvisioningConfigurationAssignment, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
5757
}
5858
/**
59-
* The associated group assignments for IosLobAppProvisioningConfiguration.
59+
* The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
6060
*/
6161
export interface AssignmentsRequestBuilderGetQueryParameters {
6262
/**

packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/iosLobAppProvisioningConfigurations/item/assignments/item/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export interface IosLobAppProvisioningConfigurationAssignmentItemRequestBuilder
1919
*/
2020
delete(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
2121
/**
22-
* The associated group assignments for IosLobAppProvisioningConfiguration.
22+
* The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
2323
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
2424
* @returns {Promise<IosLobAppProvisioningConfigurationAssignment>}
2525
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
@@ -40,7 +40,7 @@ export interface IosLobAppProvisioningConfigurationAssignmentItemRequestBuilder
4040
*/
4141
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
4242
/**
43-
* The associated group assignments for IosLobAppProvisioningConfiguration.
43+
* The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
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 IosLobAppProvisioningConfigurationAssignmentItemRequestBuilder
5454
toPatchRequestInformation(body: IosLobAppProvisioningConfigurationAssignment, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
5555
}
5656
/**
57-
* The associated group assignments for IosLobAppProvisioningConfiguration.
57+
* The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
5858
*/
5959
export interface IosLobAppProvisioningConfigurationAssignmentItemRequestBuilderGetQueryParameters {
6060
/**

0 commit comments

Comments
 (0)