Skip to content

Commit f2c74d2

Browse files
authored
Merge pull request #2886 from microsoftgraph/kiota/v1.0/pipelinebuild/185491
Generated models and request builders
2 parents 6326f6b + 7ce6ebc commit f2c74d2

File tree

52 files changed

+230
-230
lines changed

Some content is hidden

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

52 files changed

+230
-230
lines changed

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

+4-4
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>
@@ -125,7 +125,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
125125
return requestInfo;
126126
}
127127
/// <summary>
128-
/// Retrieve a conversationMember from a chat.
128+
/// Retrieve a conversationMember from a chat or channel.
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 ConversationMemberItemRequestBuilderDeleteRequestConfigurat
183183
{
184184
}
185185
/// <summary>
186-
/// Retrieve a conversationMember from a chat.
186+
/// Retrieve a conversationMember from a chat or channel.
187187
/// </summary>
188188
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
189189
public partial class ConversationMemberItemRequestBuilderGetQueryParameters

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public DeviceAppManagementRequestBuilder(string rawUrl, IRequestAdapter requestA
126126
}
127127
/// <summary>
128128
/// Read properties and relationships of the deviceAppManagement object.
129-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-unlock-deviceappmanagement-get?view=graph-rest-1.0" />
129+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-get?view=graph-rest-1.0" />
130130
/// </summary>
131131
/// <returns>A <see cref="global::Microsoft.Graph.Models.DeviceAppManagement"/></returns>
132132
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -150,7 +150,7 @@ public DeviceAppManagementRequestBuilder(string rawUrl, IRequestAdapter requestA
150150
}
151151
/// <summary>
152152
/// Update the properties of a deviceAppManagement object.
153-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-update?view=graph-rest-1.0" />
153+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-update?view=graph-rest-1.0" />
154154
/// </summary>
155155
/// <returns>A <see cref="global::Microsoft.Graph.Models.DeviceAppManagement"/></returns>
156156
/// <param name="body">The request body</param>

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

+4-4
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 targetedManagedAppProtection objects.
58-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-list?view=graph-rest-1.0" />
57+
/// List properties and relationships of the managedAppConfiguration objects.
58+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-managedappconfiguration-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 targetedManagedAppProtection objects.
106+
/// List properties and relationships of the managedAppConfiguration 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 targetedManagedAppProtection objects.
156+
/// List properties and relationships of the managedAppConfiguration 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/ManagedAppRegistrationItemRequestBuilder.cs

+4-4
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 iosManagedAppRegistration object.
79-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappregistration-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>
@@ -142,7 +142,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
142142
return requestInfo;
143143
}
144144
/// <summary>
145-
/// Read properties and relationships of the iosManagedAppRegistration object.
145+
/// Read properties and relationships of the androidManagedAppRegistration object.
146146
/// </summary>
147147
/// <returns>A <see cref="RequestInformation"/></returns>
148148
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -200,7 +200,7 @@ public partial class ManagedAppRegistrationItemRequestBuilderDeleteRequestConfig
200200
{
201201
}
202202
/// <summary>
203-
/// Read properties and relationships of the iosManagedAppRegistration object.
203+
/// Read properties and relationships of the androidManagedAppRegistration object.
204204
/// </summary>
205205
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
206206
public partial class ManagedAppRegistrationItemRequestBuilderGetQueryParameters

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

+4-4
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 androidManagedAppRegistration objects.
64-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-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 androidManagedAppRegistration 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 androidManagedAppRegistration 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/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilder.cs

+7-7
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ public AssignmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)
5454
{
5555
}
5656
/// <summary>
57-
/// List properties and relationships of the iosVppEBookAssignment objects.
58-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-list?view=graph-rest-1.0" />
57+
/// List properties and relationships of the managedEBookAssignment objects.
58+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-list?view=graph-rest-1.0" />
5959
/// </summary>
6060
/// <returns>A <see cref="global::Microsoft.Graph.Models.ManagedEBookAssignmentCollectionResponse"/></returns>
6161
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -78,8 +78,8 @@ public AssignmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)
7878
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.ManagedEBookAssignmentCollectionResponse>(requestInfo, global::Microsoft.Graph.Models.ManagedEBookAssignmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
7979
}
8080
/// <summary>
81-
/// Create a new managedEBookAssignment object.
82-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-create?view=graph-rest-1.0" />
81+
/// Create a new iosVppEBookAssignment object.
82+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-create?view=graph-rest-1.0" />
8383
/// </summary>
8484
/// <returns>A <see cref="global::Microsoft.Graph.Models.ManagedEBookAssignment"/></returns>
8585
/// <param name="body">The request body</param>
@@ -104,7 +104,7 @@ public AssignmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)
104104
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.ManagedEBookAssignment>(requestInfo, global::Microsoft.Graph.Models.ManagedEBookAssignment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
105105
}
106106
/// <summary>
107-
/// List properties and relationships of the iosVppEBookAssignment objects.
107+
/// List properties and relationships of the managedEBookAssignment objects.
108108
/// </summary>
109109
/// <returns>A <see cref="RequestInformation"/></returns>
110110
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -123,7 +123,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<gl
123123
return requestInfo;
124124
}
125125
/// <summary>
126-
/// Create a new managedEBookAssignment object.
126+
/// Create a new iosVppEBookAssignment object.
127127
/// </summary>
128128
/// <returns>A <see cref="RequestInformation"/></returns>
129129
/// <param name="body">The request body</param>
@@ -154,7 +154,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model
154154
return new global::Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.Assignments.AssignmentsRequestBuilder(rawUrl, RequestAdapter);
155155
}
156156
/// <summary>
157-
/// List properties and relationships of the iosVppEBookAssignment objects.
157+
/// List properties and relationships of the managedEBookAssignment objects.
158158
/// </summary>
159159
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
160160
public partial class AssignmentsRequestBuilderGetQueryParameters

src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ public ManagedEBookAssignmentItemRequestBuilder(string rawUrl, IRequestAdapter r
3535
{
3636
}
3737
/// <summary>
38-
/// Deletes a iosVppEBookAssignment.
39-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-delete?view=graph-rest-1.0" />
38+
/// Deletes a managedEBookAssignment.
39+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-delete?view=graph-rest-1.0" />
4040
/// </summary>
4141
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
4242
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -108,7 +108,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
108108
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.ManagedEBookAssignment>(requestInfo, global::Microsoft.Graph.Models.ManagedEBookAssignment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
109109
}
110110
/// <summary>
111-
/// Deletes a iosVppEBookAssignment.
111+
/// Deletes a managedEBookAssignment.
112112
/// </summary>
113113
/// <returns>A <see cref="RequestInformation"/></returns>
114114
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>

src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.cs

+4-4
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
9494
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
9595
}
9696
/// <summary>
97-
/// Read properties and relationships of the iosMobileAppConfiguration object.
98-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-get?view=graph-rest-1.0" />
97+
/// Read properties and relationships of the managedDeviceMobileAppConfiguration object.
98+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-get?view=graph-rest-1.0" />
9999
/// </summary>
100100
/// <returns>A <see cref="global::Microsoft.Graph.Models.ManagedDeviceMobileAppConfiguration"/></returns>
101101
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -162,7 +162,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
162162
return requestInfo;
163163
}
164164
/// <summary>
165-
/// Read properties and relationships of the iosMobileAppConfiguration object.
165+
/// Read properties and relationships of the managedDeviceMobileAppConfiguration object.
166166
/// </summary>
167167
/// <returns>A <see cref="RequestInformation"/></returns>
168168
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -220,7 +220,7 @@ public partial class ManagedDeviceMobileAppConfigurationItemRequestBuilderDelete
220220
{
221221
}
222222
/// <summary>
223-
/// Read properties and relationships of the iosMobileAppConfiguration object.
223+
/// Read properties and relationships of the managedDeviceMobileAppConfiguration object.
224224
/// </summary>
225225
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
226226
public partial class ManagedDeviceMobileAppConfigurationItemRequestBuilderGetQueryParameters

0 commit comments

Comments
 (0)