Skip to content

Commit 148f1ef

Browse files
authored
Merge pull request #2361 from microsoftgraph/kiota/v1.0/pipelinebuild/137240
Generated models and request builders
2 parents f4e5007 + 7423b53 commit 148f1ef

File tree

193 files changed

+6784
-498
lines changed

Some content is hidden

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

193 files changed

+6784
-498
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project does adheres to [Semantic Versioning](https://semver.org/spec/v
77

88
## [Unreleased]
99

10+
## [5.44.0] - 2024-02-28
11+
12+
- Latest metadata updates from 27th February 2024.
13+
1014
## [5.43.0] - 2024-02-21
1115

1216
- Latest metadata updates from 20th February 2024.

src/Microsoft.Graph/Generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
4949
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
5050
}
5151
/// <summary>
52-
/// Retrieve a conversationMember from a chat or channel.
53-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/conversationmember-get?view=graph-rest-1.0" />
52+
/// Retrieve a conversationMember from a chat.
53+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0" />
5454
/// </summary>
5555
/// <returns>A <see cref="ConversationMember"/></returns>
5656
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -109,7 +109,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
109109
return requestInfo;
110110
}
111111
/// <summary>
112-
/// Retrieve a conversationMember from a chat or channel.
112+
/// Retrieve a conversationMember from a chat.
113113
/// </summary>
114114
/// <returns>A <see cref="RequestInformation"/></returns>
115115
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -160,7 +160,7 @@ public ConversationMemberItemRequestBuilder WithUrl(string rawUrl) {
160160
public class ConversationMemberItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration<DefaultQueryParameters> {
161161
}
162162
/// <summary>
163-
/// Retrieve a conversationMember from a chat or channel.
163+
/// Retrieve a conversationMember from a chat.
164164
/// </summary>
165165
public class ConversationMemberItemRequestBuilderGetQueryParameters {
166166
/// <summary>Expand related entities</summary>

src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/Replies/RepliesRequestBuilder.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public RepliesRequestBuilder(Dictionary<string, object> pathParameters, IRequest
4848
public RepliesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) {
4949
}
5050
/// <summary>
51-
/// List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message.
51+
/// List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.
5252
/// Find more info here <see href="https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" />
5353
/// </summary>
5454
/// <returns>A <see cref="ChatMessageCollectionResponse"/></returns>
@@ -69,8 +69,8 @@ public async Task<ChatMessageCollectionResponse> GetAsync(Action<RequestConfigur
6969
return await RequestAdapter.SendAsync<ChatMessageCollectionResponse>(requestInfo, ChatMessageCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
7070
}
7171
/// <summary>
72-
/// Send a new reply to a chatMessage in a specified channel.
73-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" />
72+
/// Create a new reply to a chatMessage in a specified channel.
73+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0" />
7474
/// </summary>
7575
/// <returns>A <see cref="ChatMessage"/></returns>
7676
/// <param name="body">The request body</param>
@@ -92,7 +92,7 @@ public async Task<ChatMessage> PostAsync(ChatMessage body, Action<RequestConfigu
9292
return await RequestAdapter.SendAsync<ChatMessage>(requestInfo, ChatMessage.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
9393
}
9494
/// <summary>
95-
/// List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message.
95+
/// List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.
9696
/// </summary>
9797
/// <returns>A <see cref="RequestInformation"/></returns>
9898
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -109,7 +109,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<Re
109109
return requestInfo;
110110
}
111111
/// <summary>
112-
/// Send a new reply to a chatMessage in a specified channel.
112+
/// Create a new reply to a chatMessage in a specified channel.
113113
/// </summary>
114114
/// <returns>A <see cref="RequestInformation"/></returns>
115115
/// <param name="body">The request body</param>
@@ -137,7 +137,7 @@ public RepliesRequestBuilder WithUrl(string rawUrl) {
137137
return new RepliesRequestBuilder(rawUrl, RequestAdapter);
138138
}
139139
/// <summary>
140-
/// List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message.
140+
/// List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.
141141
/// </summary>
142142
public class RepliesRequestBuilderGetQueryParameters {
143143
/// <summary>Include count of items</summary>

src/Microsoft.Graph/Generated/Chats/Item/Messages/MessagesRequestBuilder.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ public async Task<ChatMessageCollectionResponse> GetAsync(Action<RequestConfigur
6969
return await RequestAdapter.SendAsync<ChatMessageCollectionResponse>(requestInfo, ChatMessageCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
7070
}
7171
/// <summary>
72-
/// Send a new chatMessage in the specified channel or a chat.
73-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" />
72+
/// Send a new chatMessage in the specified chat. This API can&apos;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.
73+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-1.0" />
7474
/// </summary>
7575
/// <returns>A <see cref="ChatMessage"/></returns>
7676
/// <param name="body">The request body</param>
@@ -109,7 +109,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<Me
109109
return requestInfo;
110110
}
111111
/// <summary>
112-
/// Send a new chatMessage in the specified channel or a chat.
112+
/// Send a new chatMessage in the specified chat. This API can&apos;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.
113113
/// </summary>
114114
/// <returns>A <see cref="RequestInformation"/></returns>
115115
/// <param name="body">The request body</param>

src/Microsoft.Graph/Generated/Communications/Calls/Item/Participants/Invite/InviteRequestBuilder.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ public InviteRequestBuilder(Dictionary<string, object> pathParameters, IRequestA
2929
public InviteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/communications/calls/{call%2Did}/participants/invite", rawUrl) {
3030
}
3131
/// <summary>
32-
/// 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.
33-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0" />
32+
/// Invite participants to the active call. For more information about how to handle operations, see commsOperation.
33+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0" />
3434
/// </summary>
3535
/// <returns>A <see cref="InviteParticipantsOperation"/></returns>
3636
/// <param name="body">The request body</param>
@@ -52,7 +52,7 @@ public async Task<InviteParticipantsOperation> PostAsync(InvitePostRequestBody b
5252
return await RequestAdapter.SendAsync<InviteParticipantsOperation>(requestInfo, InviteParticipantsOperation.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
5353
}
5454
/// <summary>
55-
/// 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.
55+
/// Invite participants to the active call. For more information about how to handle operations, see commsOperation.
5656
/// </summary>
5757
/// <returns>A <see cref="RequestInformation"/></returns>
5858
/// <param name="body">The request body</param>

src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsRequestBuilder.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ public SendVirtualAppointmentReminderSmsRequestBuilder(Dictionary<string, object
2828
public SendVirtualAppointmentReminderSmsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/sendVirtualAppointmentReminderSms", rawUrl) {
2929
}
3030
/// <summary>
31-
/// Invoke action sendVirtualAppointmentReminderSms
31+
/// Send an SMS reminder to external attendees for a Teams virtual appointment. This feature requires Teams premium and attendees must have a valid United States phone number to receive SMS notifications.
32+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0" />
3233
/// </summary>
3334
/// <param name="body">The request body</param>
3435
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -49,7 +50,7 @@ public async Task PostAsync(SendVirtualAppointmentReminderSmsPostRequestBody bod
4950
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
5051
}
5152
/// <summary>
52-
/// Invoke action sendVirtualAppointmentReminderSms
53+
/// Send an SMS reminder to external attendees for a Teams virtual appointment. This feature requires Teams premium and attendees must have a valid United States phone number to receive SMS notifications.
5354
/// </summary>
5455
/// <returns>A <see cref="RequestInformation"/></returns>
5556
/// <param name="body">The request body</param>

src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/SendVirtualAppointmentSms/SendVirtualAppointmentSmsRequestBuilder.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ public SendVirtualAppointmentSmsRequestBuilder(Dictionary<string, object> pathPa
2828
public SendVirtualAppointmentSmsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/sendVirtualAppointmentSms", rawUrl) {
2929
}
3030
/// <summary>
31-
/// Invoke action sendVirtualAppointmentSms
31+
/// Send an SMS notification to external attendees when a Teams virtual appointment is confirmed, rescheduled, or canceled. This feature requires Teams premium. Attendees must have a valid United States phone number to receive these SMS notifications.
32+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0" />
3233
/// </summary>
3334
/// <param name="body">The request body</param>
3435
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -49,7 +50,7 @@ public async Task PostAsync(SendVirtualAppointmentSmsPostRequestBody body, Actio
4950
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
5051
}
5152
/// <summary>
52-
/// Invoke action sendVirtualAppointmentSms
53+
/// Send an SMS notification to external attendees when a Teams virtual appointment is confirmed, rescheduled, or canceled. This feature requires Teams premium. Attendees must have a valid United States phone number to receive these SMS notifications.
5354
/// </summary>
5455
/// <returns>A <see cref="RequestInformation"/></returns>
5556
/// <param name="body">The request body</param>

src/Microsoft.Graph/Generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public DeviceAppManagementRequestBuilder(string rawUrl, IRequestAdapter requestA
105105
}
106106
/// <summary>
107107
/// Read properties and relationships of the deviceAppManagement object.
108-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-apps-deviceappmanagement-get?view=graph-rest-1.0" />
108+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-get?view=graph-rest-1.0" />
109109
/// </summary>
110110
/// <returns>A <see cref="Microsoft.Graph.Models.DeviceAppManagement"/></returns>
111111
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -126,7 +126,7 @@ public DeviceAppManagementRequestBuilder(string rawUrl, IRequestAdapter requestA
126126
}
127127
/// <summary>
128128
/// Update the properties of a deviceAppManagement object.
129-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-update?view=graph-rest-1.0" />
129+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-update?view=graph-rest-1.0" />
130130
/// </summary>
131131
/// <returns>A <see cref="Microsoft.Graph.Models.DeviceAppManagement"/></returns>
132132
/// <param name="body">The request body</param>

src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/Item/ManagedAppPolicyItemRequestBuilder.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
5353
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
5454
}
5555
/// <summary>
56-
/// Read properties and relationships of the targetedManagedAppProtection object.
57-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-get?view=graph-rest-1.0" />
56+
/// Read properties and relationships of the managedAppProtection object.
57+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-get?view=graph-rest-1.0" />
5858
/// </summary>
5959
/// <returns>A <see cref="ManagedAppPolicy"/></returns>
6060
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -113,7 +113,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
113113
return requestInfo;
114114
}
115115
/// <summary>
116-
/// Read properties and relationships of the targetedManagedAppProtection object.
116+
/// Read properties and relationships of the managedAppProtection object.
117117
/// </summary>
118118
/// <returns>A <see cref="RequestInformation"/></returns>
119119
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -164,7 +164,7 @@ public ManagedAppPolicyItemRequestBuilder WithUrl(string rawUrl) {
164164
public class ManagedAppPolicyItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration<DefaultQueryParameters> {
165165
}
166166
/// <summary>
167-
/// Read properties and relationships of the targetedManagedAppProtection object.
167+
/// Read properties and relationships of the managedAppProtection object.
168168
/// </summary>
169169
public class ManagedAppPolicyItemRequestBuilderGetQueryParameters {
170170
/// <summary>Expand related entities</summary>

src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public TargetAppsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) :
2929
}
3030
/// <summary>
3131
/// Not yet documented
32-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0" />
32+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0" />
3333
/// </summary>
3434
/// <param name="body">The request body</param>
3535
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>

src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/ManagedAppPoliciesRequestBuilder.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ public ManagedAppPoliciesRequestBuilder(Dictionary<string, object> pathParameter
4343
public ManagedAppPoliciesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/deviceAppManagement/managedAppPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) {
4444
}
4545
/// <summary>
46-
/// List properties and relationships of the managedAppPolicy objects.
47-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-list?view=graph-rest-1.0" />
46+
/// List properties and relationships of the managedAppProtection objects.
47+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-list?view=graph-rest-1.0" />
4848
/// </summary>
4949
/// <returns>A <see cref="ManagedAppPolicyCollectionResponse"/></returns>
5050
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -86,7 +86,7 @@ public async Task<ManagedAppPolicy> PostAsync(ManagedAppPolicy body, Action<Requ
8686
return await RequestAdapter.SendAsync<ManagedAppPolicy>(requestInfo, ManagedAppPolicy.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
8787
}
8888
/// <summary>
89-
/// List properties and relationships of the managedAppPolicy objects.
89+
/// List properties and relationships of the managedAppProtection objects.
9090
/// </summary>
9191
/// <returns>A <see cref="RequestInformation"/></returns>
9292
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -131,7 +131,7 @@ public ManagedAppPoliciesRequestBuilder WithUrl(string rawUrl) {
131131
return new ManagedAppPoliciesRequestBuilder(rawUrl, RequestAdapter);
132132
}
133133
/// <summary>
134-
/// List properties and relationships of the managedAppPolicy objects.
134+
/// List properties and relationships of the managedAppProtection objects.
135135
/// </summary>
136136
public class ManagedAppPoliciesRequestBuilderGetQueryParameters {
137137
/// <summary>Include count of items</summary>

0 commit comments

Comments
 (0)