Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 1950c9f

Browse files
authored
Merge pull request #90 from microsoftgraph/v1.0/pipelinebuild/105239
Generated v1.0 models and request builders using Kiota
2 parents c0e08a1 + ddef0bd commit 1950c9f

File tree

153 files changed

+304
-322
lines changed

Some content is hidden

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

153 files changed

+304
-322
lines changed

lib/chats/item/messages/item/replies/replies_request_builder.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def get(request_configuration=nil)
6464
return @request_adapter.send_async(request_info, lambda {|pn| MicrosoftGraph::Models::ChatMessageCollectionResponse.create_from_discriminator_value(pn) }, error_mapping)
6565
end
6666
##
67-
## Send a new reply to a chatMessage in a specified channel.
67+
## Create a new reply to a chatMessage in a specified channel.
6868
## @param body The request body
6969
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7070
## @return a Fiber of chat_message
@@ -98,7 +98,7 @@ def to_get_request_information(request_configuration=nil)
9898
return request_info
9999
end
100100
##
101-
## Send a new reply to a chatMessage in a specified channel.
101+
## Create a new reply to a chatMessage in a specified channel.
102102
## @param body The request body
103103
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
104104
## @return a request_information

lib/chats/item/messages/messages_request_builder.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def get(request_configuration=nil)
6262
return @request_adapter.send_async(request_info, lambda {|pn| MicrosoftGraph::Models::ChatMessageCollectionResponse.create_from_discriminator_value(pn) }, error_mapping)
6363
end
6464
##
65-
## 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.
65+
## Send a new chatMessage in the specified channel or a chat.
6666
## @param body The request body
6767
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
6868
## @return a Fiber of chat_message
@@ -96,7 +96,7 @@ def to_get_request_information(request_configuration=nil)
9696
return request_info
9797
end
9898
##
99-
## 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.
99+
## Send a new chatMessage in the specified channel or a chat.
100100
## @param body The request body
101101
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
102102
## @return a request_information

lib/communications/calls/item/participants/microsoft_graph_invite/microsoft_graph_invite_request_builder.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def initialize(path_parameters, request_adapter)
3737
@path_parameters = path_parameters if path_parameters.is_a? Hash
3838
end
3939
##
40-
## Invite participants to the active call. For more information about how to handle operations, see commsOperation.
40+
## 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.
4141
## @param body The request body
4242
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
4343
## @return a Fiber of invite_participants_operation
@@ -53,7 +53,7 @@ def post(body, request_configuration=nil)
5353
return @request_adapter.send_async(request_info, lambda {|pn| MicrosoftGraph::Models::InviteParticipantsOperation.create_from_discriminator_value(pn) }, error_mapping)
5454
end
5555
##
56-
## Invite participants to the active call. For more information about how to handle operations, see commsOperation.
56+
## 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.
5757
## @param body The request body
5858
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5959
## @return a request_information

lib/groups/item/calendar/calendar_view/item/attachments/attachments_request_builder.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def get(request_configuration=nil)
6565
return @request_adapter.send_async(request_info, lambda {|pn| MicrosoftGraph::Models::AttachmentCollectionResponse.create_from_discriminator_value(pn) }, error_mapping)
6666
end
6767
##
68-
## Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
68+
## Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
6969
## @param body The request body
7070
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7171
## @return a Fiber of attachment
@@ -99,7 +99,7 @@ def to_get_request_information(request_configuration=nil)
9999
return request_info
100100
end
101101
##
102-
## Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
102+
## Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
103103
## @param body The request body
104104
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
105105
## @return a request_information

lib/groups/item/calendar/calendar_view/item/instances/item/attachments/attachments_request_builder.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def get(request_configuration=nil)
6767
return @request_adapter.send_async(request_info, lambda {|pn| MicrosoftGraph::Models::AttachmentCollectionResponse.create_from_discriminator_value(pn) }, error_mapping)
6868
end
6969
##
70-
## Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
70+
## Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
7171
## @param body The request body
7272
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7373
## @return a Fiber of attachment
@@ -101,7 +101,7 @@ def to_get_request_information(request_configuration=nil)
101101
return request_info
102102
end
103103
##
104-
## Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
104+
## Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
105105
## @param body The request body
106106
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
107107
## @return a request_information

lib/groups/item/calendar/events/item/attachments/attachments_request_builder.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def get(request_configuration=nil)
6565
return @request_adapter.send_async(request_info, lambda {|pn| MicrosoftGraph::Models::AttachmentCollectionResponse.create_from_discriminator_value(pn) }, error_mapping)
6666
end
6767
##
68-
## Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
68+
## Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
6969
## @param body The request body
7070
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7171
## @return a Fiber of attachment
@@ -99,7 +99,7 @@ def to_get_request_information(request_configuration=nil)
9999
return request_info
100100
end
101101
##
102-
## Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
102+
## Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
103103
## @param body The request body
104104
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
105105
## @return a request_information

lib/groups/item/calendar/events/item/instances/item/attachments/attachments_request_builder.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def get(request_configuration=nil)
6767
return @request_adapter.send_async(request_info, lambda {|pn| MicrosoftGraph::Models::AttachmentCollectionResponse.create_from_discriminator_value(pn) }, error_mapping)
6868
end
6969
##
70-
## Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
70+
## Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
7171
## @param body The request body
7272
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7373
## @return a Fiber of attachment
@@ -101,7 +101,7 @@ def to_get_request_information(request_configuration=nil)
101101
return request_info
102102
end
103103
##
104-
## Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
104+
## Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
105105
## @param body The request body
106106
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
107107
## @return a request_information

lib/groups/item/calendar_view/item/attachments/attachments_request_builder.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def get(request_configuration=nil)
6464
return @request_adapter.send_async(request_info, lambda {|pn| MicrosoftGraph::Models::AttachmentCollectionResponse.create_from_discriminator_value(pn) }, error_mapping)
6565
end
6666
##
67-
## Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
67+
## Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
6868
## @param body The request body
6969
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7070
## @return a Fiber of attachment
@@ -98,7 +98,7 @@ def to_get_request_information(request_configuration=nil)
9898
return request_info
9999
end
100100
##
101-
## Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
101+
## Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
102102
## @param body The request body
103103
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
104104
## @return a request_information

lib/groups/item/calendar_view/item/instances/item/attachments/attachments_request_builder.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def get(request_configuration=nil)
6666
return @request_adapter.send_async(request_info, lambda {|pn| MicrosoftGraph::Models::AttachmentCollectionResponse.create_from_discriminator_value(pn) }, error_mapping)
6767
end
6868
##
69-
## Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
69+
## Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
7070
## @param body The request body
7171
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7272
## @return a Fiber of attachment
@@ -100,7 +100,7 @@ def to_get_request_information(request_configuration=nil)
100100
return request_info
101101
end
102102
##
103-
## Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
103+
## Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
104104
## @param body The request body
105105
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
106106
## @return a request_information

lib/groups/item/conversations/item/threads/item/posts/posts_request_builder.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def initialize(path_parameters, request_adapter)
4545
@path_parameters = path_parameters if path_parameters.is_a? Hash
4646
end
4747
##
48-
## 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.
48+
## 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.
4949
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5050
## @return a Fiber of post_collection_response
5151
##
@@ -59,7 +59,7 @@ def get(request_configuration=nil)
5959
return @request_adapter.send_async(request_info, lambda {|pn| MicrosoftGraph::Models::PostCollectionResponse.create_from_discriminator_value(pn) }, error_mapping)
6060
end
6161
##
62-
## 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.
62+
## 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.
6363
## @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
6464
## @return a request_information
6565
##
@@ -78,7 +78,7 @@ def to_get_request_information(request_configuration=nil)
7878
end
7979

8080
##
81-
# 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.
81+
# 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.
8282
class PostsRequestBuilderGetQueryParameters
8383

8484
##

0 commit comments

Comments
 (0)