Skip to content

Commit 2dec2bf

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
feat(generation): update request builders and models
Update generated files with build 190506
1 parent 0babdb7 commit 2dec2bf

File tree

1,146 files changed

+691
-121500
lines changed

Some content is hidden

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

1,146 files changed

+691
-121500
lines changed

packages/kiota-dom-export.txt

Lines changed: 87 additions & 13309 deletions
Large diffs are not rendered by default.

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": "173681C26A5CA47AD6D1F5AE41B6C0D36FC741E92331F6689EDCF69E9F95205B7E79478D865E6E24D5B002F962E37E714B5822B88503DC82B5B1E5EDBB7A1DAD",
2+
"descriptionHash": "1BEB191A198821F08656082C8FE6DCD595A5BBD53D4AC24AF6FBC55CB2462BD76F74F1DA4D6F69DD2B8D132C2441908FA12669557732BE8D7F1012B94619865B",
33
"descriptionLocation": "../../msgraph-metadata/clean_beta_openapi/openapi.yaml",
44
"lockFileVersion": "1.0.0",
5-
"kiotaVersion": "1.27.0",
5+
"kiotaVersion": "1.28.0",
66
"clientClassName": "GraphBetaBaseServiceClient",
77
"typeAccessModifier": "Public",
88
"clientNamespaceName": "github.com/microsoftgraph/msgraph-sdk-typescript/",

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 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-updatableassetgroup-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 updatableAsset 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-updatableasset-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 updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.
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 updatableAsset 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 updatableAsset object.
83+
* Read the properties of an azureADDevice 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 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/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
/**

packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/graphAndroidManagedStoreApp/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/graphAndroidManagedStoreApp/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)