Skip to content

Commit c85a5e9

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update generated files with build 115854
1 parent 386efec commit c85a5e9

File tree

99 files changed

+191
-182
lines changed

Some content is hidden

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

99 files changed

+191
-182
lines changed

msgraph/generated/chats/item/messages/item/replies/replies_request_builder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ async def get(self,request_configuration: Optional[RepliesRequestBuilderGetReque
7777

7878
async def post(self,body: Optional[chat_message.ChatMessage] = None, request_configuration: Optional[RepliesRequestBuilderPostRequestConfiguration] = None) -> Optional[chat_message.ChatMessage]:
7979
"""
80-
Create a new reply to a chatMessage in a specified channel.
80+
Send a new reply to a chatMessage in a specified channel.
8181
Args:
8282
body: The request body
8383
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
@@ -120,7 +120,7 @@ def to_get_request_information(self,request_configuration: Optional[RepliesReque
120120

121121
def to_post_request_information(self,body: Optional[chat_message.ChatMessage] = None, request_configuration: Optional[RepliesRequestBuilderPostRequestConfiguration] = None) -> RequestInformation:
122122
"""
123-
Create a new reply to a chatMessage in a specified channel.
123+
Send a new reply to a chatMessage in a specified channel.
124124
Args:
125125
body: The request body
126126
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.

msgraph/generated/communications/calls/item/participants/invite/invite_request_builder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Optional[Uni
3838

3939
async def post(self,body: Optional[invite_post_request_body.InvitePostRequestBody] = None, request_configuration: Optional[InviteRequestBuilderPostRequestConfiguration] = None) -> Optional[invite_participants_operation.InviteParticipantsOperation]:
4040
"""
41-
Invite participants to the active call. For more information about how to handle operations, see commsOperation.
41+
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.
4242
Args:
4343
body: The request body
4444
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
@@ -63,7 +63,7 @@ async def post(self,body: Optional[invite_post_request_body.InvitePostRequestBod
6363

6464
def to_post_request_information(self,body: Optional[invite_post_request_body.InvitePostRequestBody] = None, request_configuration: Optional[InviteRequestBuilderPostRequestConfiguration] = None) -> RequestInformation:
6565
"""
66-
Invite participants to the active call. For more information about how to handle operations, see commsOperation.
66+
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.
6767
Args:
6868
body: The request body
6969
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.

msgraph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/series/item/points/points_request_builder.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def by_workbook_chart_point_id(self,workbook_chart_point_id: str) -> workbook_ch
5555

5656
async def get(self,request_configuration: Optional[PointsRequestBuilderGetRequestConfiguration] = None) -> Optional[workbook_chart_point_collection_response.WorkbookChartPointCollectionResponse]:
5757
"""
58-
Retrieve a list of chartpoints objects.
58+
Retrieve a list of chartpoint objects.
5959
Args:
6060
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
6161
Returns: Optional[workbook_chart_point_collection_response.WorkbookChartPointCollectionResponse]
@@ -115,7 +115,7 @@ async def post(self,body: Optional[workbook_chart_point.WorkbookChartPoint] = No
115115

116116
def to_get_request_information(self,request_configuration: Optional[PointsRequestBuilderGetRequestConfiguration] = None) -> RequestInformation:
117117
"""
118-
Retrieve a list of chartpoints objects.
118+
Retrieve a list of chartpoint objects.
119119
Args:
120120
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
121121
Returns: RequestInformation
@@ -164,7 +164,7 @@ def count(self) -> count_request_builder.CountRequestBuilder:
164164
@dataclass
165165
class PointsRequestBuilderGetQueryParameters():
166166
"""
167-
Retrieve a list of chartpoints objects.
167+
Retrieve a list of chartpoint objects.
168168
"""
169169
def get_query_parameter(self,original_name: Optional[str] = None) -> str:
170170
"""

msgraph/generated/groups/item/conversations/conversations_request_builder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ async def get(self,request_configuration: Optional[ConversationsRequestBuilderGe
7676

7777
async def post(self,body: Optional[conversation.Conversation] = None, request_configuration: Optional[ConversationsRequestBuilderPostRequestConfiguration] = None) -> Optional[conversation.Conversation]:
7878
"""
79-
Use reply thread or reply post to further post to that conversation.
79+
Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. See known limitations of open extensions for more information. The table in the Permissions section lists the resources that support open extensions.
8080
Args:
8181
body: The request body
8282
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
@@ -119,7 +119,7 @@ def to_get_request_information(self,request_configuration: Optional[Conversation
119119

120120
def to_post_request_information(self,body: Optional[conversation.Conversation] = None, request_configuration: Optional[ConversationsRequestBuilderPostRequestConfiguration] = None) -> RequestInformation:
121121
"""
122-
Use reply thread or reply post to further post to that conversation.
122+
Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. See known limitations of open extensions for more information. The table in the Permissions section lists the resources that support open extensions.
123123
Args:
124124
body: The request body
125125
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.

msgraph/generated/groups/item/conversations/item/conversation_item_request_builder.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ async def delete(self,request_configuration: Optional[ConversationItemRequestBui
5757

5858
async def get(self,request_configuration: Optional[ConversationItemRequestBuilderGetRequestConfiguration] = None) -> Optional[conversation.Conversation]:
5959
"""
60-
Retrieve the properties and relationships of conversation object.
60+
The group's conversations.
6161
Args:
6262
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
6363
Returns: Optional[conversation.Conversation]
@@ -95,7 +95,7 @@ def to_delete_request_information(self,request_configuration: Optional[Conversat
9595

9696
def to_get_request_information(self,request_configuration: Optional[ConversationItemRequestBuilderGetRequestConfiguration] = None) -> RequestInformation:
9797
"""
98-
Retrieve the properties and relationships of conversation object.
98+
The group's conversations.
9999
Args:
100100
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
101101
Returns: RequestInformation
@@ -135,7 +135,7 @@ class ConversationItemRequestBuilderDeleteRequestConfiguration():
135135
@dataclass
136136
class ConversationItemRequestBuilderGetQueryParameters():
137137
"""
138-
Retrieve the properties and relationships of conversation object.
138+
The group's conversations.
139139
"""
140140
def get_query_parameter(self,original_name: Optional[str] = None) -> str:
141141
"""

msgraph/generated/groups/item/conversations/item/threads/item/posts/posts_request_builder.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def by_post_id(self,post_id: str) -> post_item_request_builder.PostItemRequestBu
5454

5555
async def get(self,request_configuration: Optional[PostsRequestBuilderGetRequestConfiguration] = None) -> Optional[post_collection_response.PostCollectionResponse]:
5656
"""
57-
Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the **post** resource supports extensions, you can also use the `GET` operation to get custom properties and extension data in a **post** instance.
57+
Get the posts of the specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation.
5858
Args:
5959
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
6060
Returns: Optional[post_collection_response.PostCollectionResponse]
@@ -76,7 +76,7 @@ async def get(self,request_configuration: Optional[PostsRequestBuilderGetRequest
7676

7777
def to_get_request_information(self,request_configuration: Optional[PostsRequestBuilderGetRequestConfiguration] = None) -> RequestInformation:
7878
"""
79-
Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the **post** resource supports extensions, you can also use the `GET` operation to get custom properties and extension data in a **post** instance.
79+
Get the posts of the specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation.
8080
Args:
8181
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
8282
Returns: RequestInformation
@@ -104,7 +104,7 @@ def count(self) -> count_request_builder.CountRequestBuilder:
104104
@dataclass
105105
class PostsRequestBuilderGetQueryParameters():
106106
"""
107-
Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the **post** resource supports extensions, you can also use the `GET` operation to get custom properties and extension data in a **post** instance.
107+
Get the posts of the specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation.
108108
"""
109109
def get_query_parameter(self,original_name: Optional[str] = None) -> str:
110110
"""

msgraph/generated/groups/item/conversations/item/threads/item/reply/reply_request_builder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Optional[Uni
3737

3838
async def post(self,body: Optional[reply_post_request_body.ReplyPostRequestBody] = None, request_configuration: Optional[ReplyRequestBuilderPostRequestConfiguration] = None) -> None:
3939
"""
40-
Reply to a thread in a group conversation and add a new post to it. You can specify the parent conversation in the request, or, you can specify just the thread without the parent conversation.
40+
Add an attachment when creating a group post. This operation limits the size of the attachment you can add to under 3 MB. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
4141
Args:
4242
body: The request body
4343
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
@@ -59,7 +59,7 @@ async def post(self,body: Optional[reply_post_request_body.ReplyPostRequestBody]
5959

6060
def to_post_request_information(self,body: Optional[reply_post_request_body.ReplyPostRequestBody] = None, request_configuration: Optional[ReplyRequestBuilderPostRequestConfiguration] = None) -> RequestInformation:
6161
"""
62-
Reply to a thread in a group conversation and add a new post to it. You can specify the parent conversation in the request, or, you can specify just the thread without the parent conversation.
62+
Add an attachment when creating a group post. This operation limits the size of the attachment you can add to under 3 MB. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
6363
Args:
6464
body: The request body
6565
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.

msgraph/generated/groups/item/group_item_request_builder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ async def get(self,request_configuration: Optional[GroupItemRequestBuilderGetReq
119119

120120
async def patch(self,body: Optional[group.Group] = None, request_configuration: Optional[GroupItemRequestBuilderPatchRequestConfiguration] = None) -> Optional[group.Group]:
121121
"""
122-
Add a member to a security or Microsoft 365 group through the **members** navigation property. The following table shows the types of members that can be added to either security groups or Microsoft 365 groups.
122+
Update the properties of a group object.
123123
Args:
124124
body: The request body
125125
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
@@ -178,7 +178,7 @@ def to_get_request_information(self,request_configuration: Optional[GroupItemReq
178178

179179
def to_patch_request_information(self,body: Optional[group.Group] = None, request_configuration: Optional[GroupItemRequestBuilderPatchRequestConfiguration] = None) -> RequestInformation:
180180
"""
181-
Add a member to a security or Microsoft 365 group through the **members** navigation property. The following table shows the types of members that can be added to either security groups or Microsoft 365 groups.
181+
Update the properties of a group object.
182182
Args:
183183
body: The request body
184184
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.

msgraph/generated/groups/item/team/channels/item/members/item/conversation_member_item_request_builder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Optional[Uni
3737

3838
async def delete(self,request_configuration: Optional[ConversationMemberItemRequestBuilderDeleteRequestConfiguration] = None) -> None:
3939
"""
40-
Delete a conversationMember from a channel. This operation is allowed only for channels with a **membershipType** value of `private` or `shared`.
40+
Delete a conversationMember from a channel.
4141
Args:
4242
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
4343
"""
@@ -103,7 +103,7 @@ async def patch(self,body: Optional[conversation_member.ConversationMember] = No
103103

104104
def to_delete_request_information(self,request_configuration: Optional[ConversationMemberItemRequestBuilderDeleteRequestConfiguration] = None) -> RequestInformation:
105105
"""
106-
Delete a conversationMember from a channel. This operation is allowed only for channels with a **membershipType** value of `private` or `shared`.
106+
Delete a conversationMember from a channel.
107107
Args:
108108
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
109109
Returns: RequestInformation

msgraph/generated/groups/item/team/channels/item/messages/item/replies/replies_request_builder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ async def get(self,request_configuration: Optional[RepliesRequestBuilderGetReque
7777

7878
async def post(self,body: Optional[chat_message.ChatMessage] = None, request_configuration: Optional[RepliesRequestBuilderPostRequestConfiguration] = None) -> Optional[chat_message.ChatMessage]:
7979
"""
80-
Create a new reply to a chatMessage in a specified channel.
80+
Send a new reply to a chatMessage in a specified channel.
8181
Args:
8282
body: The request body
8383
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
@@ -120,7 +120,7 @@ def to_get_request_information(self,request_configuration: Optional[RepliesReque
120120

121121
def to_post_request_information(self,body: Optional[chat_message.ChatMessage] = None, request_configuration: Optional[RepliesRequestBuilderPostRequestConfiguration] = None) -> RequestInformation:
122122
"""
123-
Create a new reply to a chatMessage in a specified channel.
123+
Send a new reply to a chatMessage in a specified channel.
124124
Args:
125125
body: The request body
126126
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.

0 commit comments

Comments
 (0)