Skip to content

Commit 8a9534b

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
feat(generation): update request builders and models
Update generated files with build 196524
1 parent da167ce commit 8a9534b

File tree

57 files changed

+320
-236
lines changed

Some content is hidden

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

57 files changed

+320
-236
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
5858
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
5959
}
6060
/// <summary>
61-
/// Retrieve a conversationMember from a chat.
62-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0" />
61+
/// Retrieve a conversationMember from a chat or channel.
62+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/conversationmember-get?view=graph-rest-1.0" />
6363
/// </summary>
6464
/// <returns>A <see cref="global::Microsoft.Graph.Models.ConversationMember"/></returns>
6565
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -126,7 +126,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
126126
return requestInfo;
127127
}
128128
/// <summary>
129-
/// Retrieve a conversationMember from a chat.
129+
/// Retrieve a conversationMember from a chat or channel.
130130
/// </summary>
131131
/// <returns>A <see cref="RequestInformation"/></returns>
132132
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -184,7 +184,7 @@ public partial class ConversationMemberItemRequestBuilderDeleteRequestConfigurat
184184
{
185185
}
186186
/// <summary>
187-
/// Retrieve a conversationMember from a chat.
187+
/// Retrieve a conversationMember from a chat or channel.
188188
/// </summary>
189189
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
190190
public partial class ConversationMemberItemRequestBuilderGetQueryParameters

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ public MessagesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b
8484
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.ChatMessageCollectionResponse>(requestInfo, global::Microsoft.Graph.Models.ChatMessageCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
8585
}
8686
/// <summary>
87-
/// Send a new chatMessage in the specified channel or a chat.
88-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" />
87+
/// 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.
88+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-1.0" />
8989
/// </summary>
9090
/// <returns>A <see cref="global::Microsoft.Graph.Models.ChatMessage"/></returns>
9191
/// <param name="body">The request body</param>
@@ -129,7 +129,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<gl
129129
return requestInfo;
130130
}
131131
/// <summary>
132-
/// Send a new chatMessage in the specified channel or a chat.
132+
/// 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.
133133
/// </summary>
134134
/// <returns>A <see cref="RequestInformation"/></returns>
135135
/// <param name="body">The request body</param>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public TargetAppsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) :
3535
}
3636
/// <summary>
3737
/// Not yet documented
38-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0" />
38+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0" />
3939
/// </summary>
4040
/// <param name="body">The request body</param>
4141
/// <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
@@ -54,8 +54,8 @@ public ManagedAppPoliciesRequestBuilder(string rawUrl, IRequestAdapter requestAd
5454
{
5555
}
5656
/// <summary>
57-
/// List properties and relationships of the managedAppProtection objects.
58-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-list?view=graph-rest-1.0" />
57+
/// List properties and relationships of the targetedManagedAppProtection objects.
58+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-list?view=graph-rest-1.0" />
5959
/// </summary>
6060
/// <returns>A <see cref="global::Microsoft.Graph.Models.ManagedAppPolicyCollectionResponse"/></returns>
6161
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -103,7 +103,7 @@ public ManagedAppPoliciesRequestBuilder(string rawUrl, IRequestAdapter requestAd
103103
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.ManagedAppPolicy>(requestInfo, global::Microsoft.Graph.Models.ManagedAppPolicy.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
104104
}
105105
/// <summary>
106-
/// List properties and relationships of the managedAppProtection objects.
106+
/// List properties and relationships of the targetedManagedAppProtection objects.
107107
/// </summary>
108108
/// <returns>A <see cref="RequestInformation"/></returns>
109109
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -153,7 +153,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model
153153
return new global::Microsoft.Graph.DeviceAppManagement.ManagedAppPolicies.ManagedAppPoliciesRequestBuilder(rawUrl, RequestAdapter);
154154
}
155155
/// <summary>
156-
/// List properties and relationships of the managedAppProtection objects.
156+
/// List properties and relationships of the targetedManagedAppProtection objects.
157157
/// </summary>
158158
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
159159
public partial class ManagedAppPoliciesRequestBuilderGetQueryParameters

src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs

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

src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs

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

src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/ManagedAppRegistrationItemRequestBuilder.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
7575
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
7676
}
7777
/// <summary>
78-
/// Read properties and relationships of the managedAppRegistration object.
79-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-get?view=graph-rest-1.0" />
78+
/// Read properties and relationships of the androidManagedAppRegistration object.
79+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-get?view=graph-rest-1.0" />
8080
/// </summary>
8181
/// <returns>A <see cref="global::Microsoft.Graph.Models.ManagedAppRegistration"/></returns>
8282
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -143,7 +143,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
143143
return requestInfo;
144144
}
145145
/// <summary>
146-
/// Read properties and relationships of the managedAppRegistration object.
146+
/// Read properties and relationships of the androidManagedAppRegistration object.
147147
/// </summary>
148148
/// <returns>A <see cref="RequestInformation"/></returns>
149149
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -201,7 +201,7 @@ public partial class ManagedAppRegistrationItemRequestBuilderDeleteRequestConfig
201201
{
202202
}
203203
/// <summary>
204-
/// Read properties and relationships of the managedAppRegistration object.
204+
/// Read properties and relationships of the androidManagedAppRegistration object.
205205
/// </summary>
206206
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
207207
public partial class ManagedAppRegistrationItemRequestBuilderGetQueryParameters

src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/ManagedAppRegistrationsRequestBuilder.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ public ManagedAppRegistrationsRequestBuilder(string rawUrl, IRequestAdapter requ
6060
{
6161
}
6262
/// <summary>
63-
/// List properties and relationships of the iosManagedAppRegistration objects.
64-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappregistration-list?view=graph-rest-1.0" />
63+
/// List properties and relationships of the managedAppRegistration objects.
64+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-list?view=graph-rest-1.0" />
6565
/// </summary>
6666
/// <returns>A <see cref="global::Microsoft.Graph.Models.ManagedAppRegistrationCollectionResponse"/></returns>
6767
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -110,7 +110,7 @@ public ManagedAppRegistrationsRequestBuilder(string rawUrl, IRequestAdapter requ
110110
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.ManagedAppRegistration>(requestInfo, global::Microsoft.Graph.Models.ManagedAppRegistration.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
111111
}
112112
/// <summary>
113-
/// List properties and relationships of the iosManagedAppRegistration objects.
113+
/// List properties and relationships of the managedAppRegistration objects.
114114
/// </summary>
115115
/// <returns>A <see cref="RequestInformation"/></returns>
116116
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -160,7 +160,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model
160160
return new global::Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.ManagedAppRegistrationsRequestBuilder(rawUrl, RequestAdapter);
161161
}
162162
/// <summary>
163-
/// List properties and relationships of the iosManagedAppRegistration objects.
163+
/// List properties and relationships of the managedAppRegistration objects.
164164
/// </summary>
165165
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
166166
public partial class ManagedAppRegistrationsRequestBuilderGetQueryParameters

src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppStatuses/Item/ManagedAppStatusItemRequestBuilder.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
5757
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
5858
}
5959
/// <summary>
60-
/// Read properties and relationships of the managedAppStatusRaw object.
61-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-managedappstatusraw-get?view=graph-rest-1.0" />
60+
/// Read properties and relationships of the managedAppStatus object.
61+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-managedappstatus-get?view=graph-rest-1.0" />
6262
/// </summary>
6363
/// <returns>A <see cref="global::Microsoft.Graph.Models.ManagedAppStatus"/></returns>
6464
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -125,7 +125,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
125125
return requestInfo;
126126
}
127127
/// <summary>
128-
/// Read properties and relationships of the managedAppStatusRaw object.
128+
/// Read properties and relationships of the managedAppStatus object.
129129
/// </summary>
130130
/// <returns>A <see cref="RequestInformation"/></returns>
131131
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -183,7 +183,7 @@ public partial class ManagedAppStatusItemRequestBuilderDeleteRequestConfiguratio
183183
{
184184
}
185185
/// <summary>
186-
/// Read properties and relationships of the managedAppStatusRaw object.
186+
/// Read properties and relationships of the managedAppStatus object.
187187
/// </summary>
188188
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
189189
public partial class ManagedAppStatusItemRequestBuilderGetQueryParameters

src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppStatuses/ManagedAppStatusesRequestBuilder.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ public ManagedAppStatusesRequestBuilder(string rawUrl, IRequestAdapter requestAd
5454
{
5555
}
5656
/// <summary>
57-
/// List properties and relationships of the managedAppStatusRaw objects.
58-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-managedappstatusraw-list?view=graph-rest-1.0" />
57+
/// List properties and relationships of the managedAppStatus objects.
58+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-managedappstatus-list?view=graph-rest-1.0" />
5959
/// </summary>
6060
/// <returns>A <see cref="global::Microsoft.Graph.Models.ManagedAppStatusCollectionResponse"/></returns>
6161
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -103,7 +103,7 @@ public ManagedAppStatusesRequestBuilder(string rawUrl, IRequestAdapter requestAd
103103
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.ManagedAppStatus>(requestInfo, global::Microsoft.Graph.Models.ManagedAppStatus.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
104104
}
105105
/// <summary>
106-
/// List properties and relationships of the managedAppStatusRaw objects.
106+
/// List properties and relationships of the managedAppStatus objects.
107107
/// </summary>
108108
/// <returns>A <see cref="RequestInformation"/></returns>
109109
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -153,7 +153,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model
153153
return new global::Microsoft.Graph.DeviceAppManagement.ManagedAppStatuses.ManagedAppStatusesRequestBuilder(rawUrl, RequestAdapter);
154154
}
155155
/// <summary>
156-
/// List properties and relationships of the managedAppStatusRaw objects.
156+
/// List properties and relationships of the managedAppStatus objects.
157157
/// </summary>
158158
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
159159
public partial class ManagedAppStatusesRequestBuilderGetQueryParameters

0 commit comments

Comments
 (0)