Skip to content

Commit a6ab6f5

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
feat(generation): update request builders and models
Update generated files with build 189193
1 parent 7fc9ce7 commit a6ab6f5

File tree

96 files changed

+637
-491
lines changed

Some content is hidden

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

96 files changed

+637
-491
lines changed

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

Lines changed: 2 additions & 2 deletions
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-onboarding-deviceappmanagement-get?view=graph-rest-1.0" />
129+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-unlock-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-unlock-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/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 managedAppConfiguration object.
67-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-managedappconfiguration-get?view=graph-rest-1.0" />
66+
/// Read properties and relationships of the managedAppPolicy object.
67+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-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>
@@ -130,7 +130,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
130130
return requestInfo;
131131
}
132132
/// <summary>
133-
/// Read properties and relationships of the managedAppConfiguration object.
133+
/// Read properties and relationships of the managedAppPolicy object.
134134
/// </summary>
135135
/// <returns>A <see cref="RequestInformation"/></returns>
136136
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -188,7 +188,7 @@ public partial class ManagedAppPolicyItemRequestBuilderDeleteRequestConfiguratio
188188
{
189189
}
190190
/// <summary>
191-
/// Read properties and relationships of the managedAppConfiguration object.
191+
/// Read properties and relationships of the managedAppPolicy object.
192192
/// </summary>
193193
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
194194
public partial class ManagedAppPolicyItemRequestBuilderGetQueryParameters

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-targetedmanagedappprotection-targetapps?view=graph-rest-1.0" />
38+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-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-targetedmanagedappprotection-targetapps?view=graph-rest-1.0" />
38+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-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-targetedmanagedappprotection-targetapps?view=graph-rest-1.0" />
38+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-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/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: 3 additions & 3 deletions
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 managedEBookAssignment.
39-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-delete?view=graph-rest-1.0" />
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" />
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 managedEBookAssignment.
111+
/// Deletes a iosVppEBookAssignment.
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/MobileAppConfigurationsRequestBuilder.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ public MobileAppConfigurationsRequestBuilder(string rawUrl, IRequestAdapter requ
5454
{
5555
}
5656
/// <summary>
57-
/// List properties and relationships of the managedDeviceMobileAppConfiguration objects.
58-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-list?view=graph-rest-1.0" />
57+
/// List properties and relationships of the iosMobileAppConfiguration objects.
58+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-list?view=graph-rest-1.0" />
5959
/// </summary>
6060
/// <returns>A <see cref="global::Microsoft.Graph.Models.ManagedDeviceMobileAppConfigurationCollectionResponse"/></returns>
6161
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -104,7 +104,7 @@ public MobileAppConfigurationsRequestBuilder(string rawUrl, IRequestAdapter requ
104104
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.ManagedDeviceMobileAppConfiguration>(requestInfo, global::Microsoft.Graph.Models.ManagedDeviceMobileAppConfiguration.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
105105
}
106106
/// <summary>
107-
/// List properties and relationships of the managedDeviceMobileAppConfiguration objects.
107+
/// List properties and relationships of the iosMobileAppConfiguration 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.MobileAppConfigurations.MobileAppConfigurationsRequestBuilder(rawUrl, RequestAdapter);
155155
}
156156
/// <summary>
157-
/// List properties and relationships of the managedDeviceMobileAppConfiguration objects.
157+
/// List properties and relationships of the iosMobileAppConfiguration objects.
158158
/// </summary>
159159
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
160160
public partial class MobileAppConfigurationsRequestBuilderGetQueryParameters

src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilder.cs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ public MobileAppItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter
149149
{
150150
}
151151
/// <summary>
152-
/// Deletes a windowsWebApp.
153-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-apps-windowswebapp-delete?view=graph-rest-1.0" />
152+
/// Deletes a macOSMicrosoftEdgeApp.
153+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-apps-macosmicrosoftedgeapp-delete?view=graph-rest-1.0" />
154154
/// </summary>
155155
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
156156
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -172,8 +172,8 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
172172
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
173173
}
174174
/// <summary>
175-
/// Read properties and relationships of the windowsAppX object.
176-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-apps-windowsappx-get?view=graph-rest-1.0" />
175+
/// Read properties and relationships of the iosiPadOSWebClip object.
176+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-apps-iosipadoswebclip-get?view=graph-rest-1.0" />
177177
/// </summary>
178178
/// <returns>A <see cref="global::Microsoft.Graph.Models.MobileApp"/></returns>
179179
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -196,8 +196,8 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
196196
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.MobileApp>(requestInfo, global::Microsoft.Graph.Models.MobileApp.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
197197
}
198198
/// <summary>
199-
/// Update the properties of a webApp object.
200-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-apps-webapp-update?view=graph-rest-1.0" />
199+
/// Update the properties of a macOSMicrosoftEdgeApp object.
200+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-apps-macosmicrosoftedgeapp-update?view=graph-rest-1.0" />
201201
/// </summary>
202202
/// <returns>A <see cref="global::Microsoft.Graph.Models.MobileApp"/></returns>
203203
/// <param name="body">The request body</param>
@@ -222,7 +222,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
222222
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.MobileApp>(requestInfo, global::Microsoft.Graph.Models.MobileApp.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
223223
}
224224
/// <summary>
225-
/// Deletes a windowsWebApp.
225+
/// Deletes a macOSMicrosoftEdgeApp.
226226
/// </summary>
227227
/// <returns>A <see cref="RequestInformation"/></returns>
228228
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -240,7 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
240240
return requestInfo;
241241
}
242242
/// <summary>
243-
/// Read properties and relationships of the windowsAppX object.
243+
/// Read properties and relationships of the iosiPadOSWebClip object.
244244
/// </summary>
245245
/// <returns>A <see cref="RequestInformation"/></returns>
246246
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -259,7 +259,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<gl
259259
return requestInfo;
260260
}
261261
/// <summary>
262-
/// Update the properties of a webApp object.
262+
/// Update the properties of a macOSMicrosoftEdgeApp object.
263263
/// </summary>
264264
/// <returns>A <see cref="RequestInformation"/></returns>
265265
/// <param name="body">The request body</param>
@@ -298,7 +298,7 @@ public partial class MobileAppItemRequestBuilderDeleteRequestConfiguration : Req
298298
{
299299
}
300300
/// <summary>
301-
/// Read properties and relationships of the windowsAppX object.
301+
/// Read properties and relationships of the iosiPadOSWebClip object.
302302
/// </summary>
303303
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
304304
public partial class MobileAppItemRequestBuilderGetQueryParameters

0 commit comments

Comments
 (0)