Skip to content

Commit 0d1dfb5

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

File tree

46 files changed

+286
-202
lines changed

Some content is hidden

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

46 files changed

+286
-202
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public DeviceAppManagementRequestBuilder(string rawUrl, IRequestAdapter requestA
132132
}
133133
/// <summary>
134134
/// Read properties and relationships of the deviceAppManagement object.
135-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-books-deviceappmanagement-get?view=graph-rest-1.0" />
135+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-get?view=graph-rest-1.0" />
136136
/// </summary>
137137
/// <returns>A <see cref="global::Microsoft.Graph.Models.DeviceAppManagement"/></returns>
138138
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -156,7 +156,7 @@ public DeviceAppManagementRequestBuilder(string rawUrl, IRequestAdapter requestA
156156
}
157157
/// <summary>
158158
/// Update the properties of a deviceAppManagement object.
159-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-apps-deviceappmanagement-update?view=graph-rest-1.0" />
159+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-books-deviceappmanagement-update?view=graph-rest-1.0" />
160160
/// </summary>
161161
/// <returns>A <see cref="global::Microsoft.Graph.Models.DeviceAppManagement"/></returns>
162162
/// <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
@@ -63,8 +63,8 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
6363
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
6464
}
6565
/// <summary>
66-
/// Read properties and relationships of the targetedManagedAppProtection object.
67-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-get?view=graph-rest-1.0" />
66+
/// Read properties and relationships of the windowsInformationProtection object.
67+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotection-get?view=graph-rest-1.0" />
6868
/// </summary>
6969
/// <returns>A <see cref="global::Microsoft.Graph.Models.ManagedAppPolicy"/></returns>
7070
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -131,7 +131,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
131131
return requestInfo;
132132
}
133133
/// <summary>
134-
/// Read properties and relationships of the targetedManagedAppProtection object.
134+
/// Read properties and relationships of the windowsInformationProtection object.
135135
/// </summary>
136136
/// <returns>A <see cref="RequestInformation"/></returns>
137137
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -189,7 +189,7 @@ public partial class ManagedAppPolicyItemRequestBuilderDeleteRequestConfiguratio
189189
{
190190
}
191191
/// <summary>
192-
/// Read properties and relationships of the targetedManagedAppProtection object.
192+
/// Read properties and relationships of the windowsInformationProtection object.
193193
/// </summary>
194194
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
195195
public partial class ManagedAppPolicyItemRequestBuilderGetQueryParameters

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 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 managedAppProtection 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 managedAppProtection 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/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 androidManagedAppRegistration objects.
64+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-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 androidManagedAppRegistration 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 androidManagedAppRegistration objects.
164164
/// </summary>
165165
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
166166
public partial class ManagedAppRegistrationsRequestBuilderGetQueryParameters

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

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

Lines changed: 4 additions & 4 deletions
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 managedEBookAssignment objects.
58-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-list?view=graph-rest-1.0" />
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" />
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>
@@ -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 managedEBookAssignment objects.
107+
/// List properties and relationships of the iosVppEBookAssignment 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>
@@ -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 managedEBookAssignment objects.
157+
/// List properties and relationships of the iosVppEBookAssignment 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

Lines changed: 7 additions & 7 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-
/// Read properties and relationships of the iosVppEBookAssignment object.
62-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-get?view=graph-rest-1.0" />
61+
/// Read properties and relationships of the managedEBookAssignment object.
62+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-get?view=graph-rest-1.0" />
6363
/// </summary>
6464
/// <returns>A <see cref="global::Microsoft.Graph.Models.ManagedEBookAssignment"/></returns>
6565
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -82,8 +82,8 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
8282
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.ManagedEBookAssignment>(requestInfo, global::Microsoft.Graph.Models.ManagedEBookAssignment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
8383
}
8484
/// <summary>
85-
/// Update the properties of a iosVppEBookAssignment object.
86-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-update?view=graph-rest-1.0" />
85+
/// Update the properties of a managedEBookAssignment object.
86+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-update?view=graph-rest-1.0" />
8787
/// </summary>
8888
/// <returns>A <see cref="global::Microsoft.Graph.Models.ManagedEBookAssignment"/></returns>
8989
/// <param name="body">The request body</param>
@@ -127,7 +127,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
127127
return requestInfo;
128128
}
129129
/// <summary>
130-
/// Read properties and relationships of the iosVppEBookAssignment object.
130+
/// Read properties and relationships of the managedEBookAssignment object.
131131
/// </summary>
132132
/// <returns>A <see cref="RequestInformation"/></returns>
133133
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -146,7 +146,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<gl
146146
return requestInfo;
147147
}
148148
/// <summary>
149-
/// Update the properties of a iosVppEBookAssignment object.
149+
/// Update the properties of a managedEBookAssignment object.
150150
/// </summary>
151151
/// <returns>A <see cref="RequestInformation"/></returns>
152152
/// <param name="body">The request body</param>
@@ -185,7 +185,7 @@ public partial class ManagedEBookAssignmentItemRequestBuilderDeleteRequestConfig
185185
{
186186
}
187187
/// <summary>
188-
/// Read properties and relationships of the iosVppEBookAssignment object.
188+
/// Read properties and relationships of the managedEBookAssignment object.
189189
/// </summary>
190190
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
191191
public partial class ManagedEBookAssignmentItemRequestBuilderGetQueryParameters

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

Lines changed: 4 additions & 4 deletions
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>
@@ -163,7 +163,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
163163
return requestInfo;
164164
}
165165
/// <summary>
166-
/// Read properties and relationships of the iosMobileAppConfiguration object.
166+
/// Read properties and relationships of the managedDeviceMobileAppConfiguration object.
167167
/// </summary>
168168
/// <returns>A <see cref="RequestInformation"/></returns>
169169
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -221,7 +221,7 @@ public partial class ManagedDeviceMobileAppConfigurationItemRequestBuilderDelete
221221
{
222222
}
223223
/// <summary>
224-
/// Read properties and relationships of the iosMobileAppConfiguration object.
224+
/// Read properties and relationships of the managedDeviceMobileAppConfiguration object.
225225
/// </summary>
226226
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
227227
public partial class ManagedDeviceMobileAppConfigurationItemRequestBuilderGetQueryParameters

0 commit comments

Comments
 (0)