Skip to content

Commit 151c1bc

Browse files
authored
Merge pull request #734 from microsoftgraph/v1.0/pipelinebuild/179156
Generated models and request builders
2 parents 87df347 + e7b9b32 commit 151c1bc

File tree

80 files changed

+547
-285
lines changed

Some content is hidden

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

80 files changed

+547
-285
lines changed

packages/kiota-dom-export.txt

Lines changed: 202 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": "2A266C83E5128F78435232C790DE0C41B134CF323FA2D5EB704DAAC3C39EEA634205F3ED6EC8DE64297752B981917408558A02E7A673FE2E0AB8C6AD140E860D",
2+
"descriptionHash": "0922012981783F96DC07F5D7A6C66ACF27F7231418359DF10E870D51A0337185AA115C991527B8D7447CE77BF79643604D78D413185E7274AE691774AA3D4716",
33
"descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml",
44
"lockFileVersion": "1.0.0",
55
"kiotaVersion": "1.23.0",

packages/msgraph-sdk-applications/applications/item/checkMemberGroups/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export interface CheckMemberGroupsPostResponse extends BaseCollectionPaginationC
3333
*/
3434
export interface CheckMemberGroupsRequestBuilder extends BaseRequestBuilder<CheckMemberGroupsRequestBuilder> {
3535
/**
36-
* Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
36+
* Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
3737
* @param body The request body
3838
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3939
* @returns {Promise<CheckMemberGroupsPostResponse>}
@@ -42,7 +42,7 @@ export interface CheckMemberGroupsRequestBuilder extends BaseRequestBuilder<Chec
4242
*/
4343
post(body: CheckMemberGroupsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<CheckMemberGroupsPostResponse | undefined>;
4444
/**
45-
* Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
45+
* Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
4646
* @param body The request body
4747
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4848
* @returns {RequestInformation}

packages/msgraph-sdk-applications/applications/item/getMemberObjects/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export interface GetMemberObjectsPostResponse extends BaseCollectionPaginationCo
7373
*/
7474
export interface GetMemberObjectsRequestBuilder extends BaseRequestBuilder<GetMemberObjectsRequestBuilder> {
7575
/**
76-
* Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.
76+
* Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles.
7777
* @param body The request body
7878
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7979
* @returns {Promise<GetMemberObjectsPostResponse>}
@@ -82,7 +82,7 @@ export interface GetMemberObjectsRequestBuilder extends BaseRequestBuilder<GetMe
8282
*/
8383
post(body: GetMemberObjectsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<GetMemberObjectsPostResponse | undefined>;
8484
/**
85-
* Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.
85+
* Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles.
8686
* @param body The request body
8787
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8888
* @returns {RequestInformation}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ export interface MessagesRequestBuilder extends BaseRequestBuilder<MessagesReque
4141
*/
4242
get(requestConfiguration?: RequestConfiguration<MessagesRequestBuilderGetQueryParameters> | undefined) : Promise<ChatMessageCollectionResponse | undefined>;
4343
/**
44-
* Send a new chatMessage in the specified chat. This API can't create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message.
44+
* Send a new chatMessage in the specified channel or a chat.
4545
* @param body The request body
4646
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4747
* @returns {Promise<ChatMessage>}
4848
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
49-
* @see {@link https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-1.0|Find more info here}
49+
* @see {@link https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0|Find more info here}
5050
*/
5151
post(body: ChatMessage, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ChatMessage | undefined>;
5252
/**
@@ -56,7 +56,7 @@ export interface MessagesRequestBuilder extends BaseRequestBuilder<MessagesReque
5656
*/
5757
toGetRequestInformation(requestConfiguration?: RequestConfiguration<MessagesRequestBuilderGetQueryParameters> | undefined) : RequestInformation;
5858
/**
59-
* Send a new chatMessage in the specified chat. This API can't create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message.
59+
* Send a new chatMessage in the specified channel or a chat.
6060
* @param body The request body
6161
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
6262
* @returns {RequestInformation}

packages/msgraph-sdk-contacts/contacts/item/checkMemberGroups/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export interface CheckMemberGroupsPostResponse extends BaseCollectionPaginationC
3333
*/
3434
export interface CheckMemberGroupsRequestBuilder extends BaseRequestBuilder<CheckMemberGroupsRequestBuilder> {
3535
/**
36-
* Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
36+
* Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
3737
* @param body The request body
3838
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3939
* @returns {Promise<CheckMemberGroupsPostResponse>}
@@ -42,7 +42,7 @@ export interface CheckMemberGroupsRequestBuilder extends BaseRequestBuilder<Chec
4242
*/
4343
post(body: CheckMemberGroupsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<CheckMemberGroupsPostResponse | undefined>;
4444
/**
45-
* Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
45+
* Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
4646
* @param body The request body
4747
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4848
* @returns {RequestInformation}

packages/msgraph-sdk-contacts/contacts/item/getMemberObjects/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export interface GetMemberObjectsPostResponse extends BaseCollectionPaginationCo
7373
*/
7474
export interface GetMemberObjectsRequestBuilder extends BaseRequestBuilder<GetMemberObjectsRequestBuilder> {
7575
/**
76-
* Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.
76+
* Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles.
7777
* @param body The request body
7878
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7979
* @returns {Promise<GetMemberObjectsPostResponse>}
@@ -82,7 +82,7 @@ export interface GetMemberObjectsRequestBuilder extends BaseRequestBuilder<GetMe
8282
*/
8383
post(body: GetMemberObjectsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<GetMemberObjectsPostResponse | undefined>;
8484
/**
85-
* Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.
85+
* Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles.
8686
* @param body The request body
8787
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8888
* @returns {RequestInformation}

packages/msgraph-sdk-contracts/contracts/item/checkMemberGroups/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export interface CheckMemberGroupsPostResponse extends BaseCollectionPaginationC
3333
*/
3434
export interface CheckMemberGroupsRequestBuilder extends BaseRequestBuilder<CheckMemberGroupsRequestBuilder> {
3535
/**
36-
* Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
36+
* Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
3737
* @param body The request body
3838
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3939
* @returns {Promise<CheckMemberGroupsPostResponse>}
@@ -42,7 +42,7 @@ export interface CheckMemberGroupsRequestBuilder extends BaseRequestBuilder<Chec
4242
*/
4343
post(body: CheckMemberGroupsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<CheckMemberGroupsPostResponse | undefined>;
4444
/**
45-
* Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
45+
* Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
4646
* @param body The request body
4747
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4848
* @returns {RequestInformation}

packages/msgraph-sdk-contracts/contracts/item/getMemberObjects/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export interface GetMemberObjectsPostResponse extends BaseCollectionPaginationCo
7373
*/
7474
export interface GetMemberObjectsRequestBuilder extends BaseRequestBuilder<GetMemberObjectsRequestBuilder> {
7575
/**
76-
* Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.
76+
* Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles.
7777
* @param body The request body
7878
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7979
* @returns {Promise<GetMemberObjectsPostResponse>}
@@ -82,7 +82,7 @@ export interface GetMemberObjectsRequestBuilder extends BaseRequestBuilder<GetMe
8282
*/
8383
post(body: GetMemberObjectsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<GetMemberObjectsPostResponse | undefined>;
8484
/**
85-
* Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.
85+
* Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles.
8686
* @param body The request body
8787
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8888
* @returns {RequestInformation}

packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export interface DeviceAppManagementRequestBuilder extends BaseRequestBuilder<De
107107
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
108108
* @returns {Promise<DeviceAppManagement>}
109109
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
110-
* @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-get?view=graph-rest-1.0|Find more info here}
110+
* @see {@link https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-get?view=graph-rest-1.0|Find more info here}
111111
*/
112112
get(requestConfiguration?: RequestConfiguration<DeviceAppManagementRequestBuilderGetQueryParameters> | undefined) : Promise<DeviceAppManagement | undefined>;
113113
/**
@@ -116,7 +116,7 @@ export interface DeviceAppManagementRequestBuilder extends BaseRequestBuilder<De
116116
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
117117
* @returns {Promise<DeviceAppManagement>}
118118
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
119-
* @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-update?view=graph-rest-1.0|Find more info here}
119+
* @see {@link https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-update?view=graph-rest-1.0|Find more info here}
120120
*/
121121
patch(body: DeviceAppManagement, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<DeviceAppManagement | undefined>;
122122
/**

0 commit comments

Comments
 (0)