Skip to content

Commit 2f730f9

Browse files
authored
Merge pull request #1029 from microsoftgraph/kiota/beta/pipelinebuild/193393
Generated beta models and request builders
2 parents 9381f63 + 5b35f8c commit 2f730f9

File tree

267 files changed

+18358
-625
lines changed

Some content is hidden

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

267 files changed

+18358
-625
lines changed

src/Microsoft.Graph/Generated/Admin/Windows/Updates/ResourceConnections/Item/ResourceConnectionItemRequestBuilder.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-
/// Read the properties and relationships of a resourceConnection object.
62-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-get?view=graph-rest-beta" />
61+
/// Read the properties and relationships of an operationalInsightsConnection object.
62+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-get?view=graph-rest-beta" />
6363
/// </summary>
6464
/// <returns>A <see cref="global::Microsoft.Graph.Beta.Models.WindowsUpdates.ResourceConnection"/></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-
/// Read the properties and relationships of a resourceConnection object.
129+
/// Read the properties and relationships of an operationalInsightsConnection object.
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 ResourceConnectionItemRequestBuilderDeleteRequestConfigurat
184184
{
185185
}
186186
/// <summary>
187-
/// Read the properties and relationships of a resourceConnection object.
187+
/// Read the properties and relationships of an operationalInsightsConnection object.
188188
/// </summary>
189189
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
190190
public partial class ResourceConnectionItemRequestBuilderGetQueryParameters

src/Microsoft.Graph/Generated/Admin/Windows/Updates/UpdatableAssets/Item/UpdatableAssetItemRequestBuilder.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ public UpdatableAssetItemRequestBuilder(string rawUrl, IRequestAdapter requestAd
5959
{
6060
}
6161
/// <summary>
62-
/// Delete an azureADDevice object. When a Microsoft Entra device is deleted, it is unregistered and automatically unenrolled from management for all update categories, as well as removed from every deploymentAudience and updatableAssetGroup.
63-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/windowsupdates-azureaddevice-delete?view=graph-rest-beta" />
62+
/// Delete an updatableAsset object.
63+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-delete?view=graph-rest-beta" />
6464
/// </summary>
6565
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
6666
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -82,8 +82,8 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
8282
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
8383
}
8484
/// <summary>
85-
/// Read the properties of an azureADDevice object.
86-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/windowsupdates-azureaddevice-get?view=graph-rest-beta" />
85+
/// Read the properties and relationships of an updatableAssetGroup object.
86+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-get?view=graph-rest-beta" />
8787
/// </summary>
8888
/// <returns>A <see cref="global::Microsoft.Graph.Beta.Models.WindowsUpdates.UpdatableAsset"/></returns>
8989
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -131,7 +131,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
131131
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Beta.Models.WindowsUpdates.UpdatableAsset>(requestInfo, global::Microsoft.Graph.Beta.Models.WindowsUpdates.UpdatableAsset.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
132132
}
133133
/// <summary>
134-
/// Delete an azureADDevice object. When a Microsoft Entra device is deleted, it is unregistered and automatically unenrolled from management for all update categories, as well as removed from every deploymentAudience and updatableAssetGroup.
134+
/// Delete an updatableAsset 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>
@@ -150,7 +150,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
150150
return requestInfo;
151151
}
152152
/// <summary>
153-
/// Read the properties of an azureADDevice object.
153+
/// Read the properties and relationships of an updatableAssetGroup object.
154154
/// </summary>
155155
/// <returns>A <see cref="RequestInformation"/></returns>
156156
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -208,7 +208,7 @@ public partial class UpdatableAssetItemRequestBuilderDeleteRequestConfiguration
208208
{
209209
}
210210
/// <summary>
211-
/// Read the properties of an azureADDevice object.
211+
/// Read the properties and relationships of an updatableAssetGroup object.
212212
/// </summary>
213213
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
214214
public partial class UpdatableAssetItemRequestBuilderGetQueryParameters

src/Microsoft.Graph/Generated/Admin/Windows/Updates/UpdatePolicies/Item/ComplianceChanges/Item/ComplianceChangeItemRequestBuilder.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ public ComplianceChangeItemRequestBuilder(string rawUrl, IRequestAdapter request
4141
{
4242
}
4343
/// <summary>
44-
/// Delete a contentApproval object.
45-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-delete?view=graph-rest-beta" />
44+
/// Delete a complianceChange object.
45+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-delete?view=graph-rest-beta" />
4646
/// </summary>
4747
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
4848
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -64,8 +64,8 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
6464
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
6565
}
6666
/// <summary>
67-
/// Read the properties and relationships of a contentApproval object.
68-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-get?view=graph-rest-beta" />
67+
/// Read the properties and relationships of a complianceChange object.
68+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-get?view=graph-rest-beta" />
6969
/// </summary>
7070
/// <returns>A <see cref="global::Microsoft.Graph.Beta.Models.WindowsUpdates.ComplianceChange"/></returns>
7171
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -114,7 +114,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
114114
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Beta.Models.WindowsUpdates.ComplianceChange>(requestInfo, global::Microsoft.Graph.Beta.Models.WindowsUpdates.ComplianceChange.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
115115
}
116116
/// <summary>
117-
/// Delete a contentApproval object.
117+
/// Delete a complianceChange object.
118118
/// </summary>
119119
/// <returns>A <see cref="RequestInformation"/></returns>
120120
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -133,7 +133,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
133133
return requestInfo;
134134
}
135135
/// <summary>
136-
/// Read the properties and relationships of a contentApproval object.
136+
/// Read the properties and relationships of a complianceChange object.
137137
/// </summary>
138138
/// <returns>A <see cref="RequestInformation"/></returns>
139139
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -191,7 +191,7 @@ public partial class ComplianceChangeItemRequestBuilderDeleteRequestConfiguratio
191191
{
192192
}
193193
/// <summary>
194-
/// Read the properties and relationships of a contentApproval object.
194+
/// Read the properties and relationships of a complianceChange object.
195195
/// </summary>
196196
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
197197
public partial class ComplianceChangeItemRequestBuilderGetQueryParameters

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ public InviteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas
3535
{
3636
}
3737
/// <summary>
38-
/// Invite participants to the active call. For more information about how to handle operations, see commsOperation.
39-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-beta" />
38+
/// 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.
39+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-beta" />
4040
/// </summary>
4141
/// <returns>A <see cref="global::Microsoft.Graph.Beta.Models.InviteParticipantsOperation"/></returns>
4242
/// <param name="body">The request body</param>
@@ -61,7 +61,7 @@ public InviteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas
6161
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Beta.Models.InviteParticipantsOperation>(requestInfo, global::Microsoft.Graph.Beta.Models.InviteParticipantsOperation.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
6262
}
6363
/// <summary>
64-
/// Invite participants to the active call. For more information about how to handle operations, see commsOperation.
64+
/// 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.
6565
/// </summary>
6666
/// <returns>A <see cref="RequestInformation"/></returns>
6767
/// <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
@@ -35,8 +35,8 @@ public InviteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas
3535
{
3636
}
3737
/// <summary>
38-
/// Invite participants to the active call. For more information about how to handle operations, see commsOperation.
39-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-beta" />
38+
/// 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.
39+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-beta" />
4040
/// </summary>
4141
/// <returns>A <see cref="global::Microsoft.Graph.Beta.Models.InviteParticipantsOperation"/></returns>
4242
/// <param name="body">The request body</param>
@@ -61,7 +61,7 @@ public InviteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas
6161
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Beta.Models.InviteParticipantsOperation>(requestInfo, global::Microsoft.Graph.Beta.Models.InviteParticipantsOperation.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
6262
}
6363
/// <summary>
64-
/// Invite participants to the active call. For more information about how to handle operations, see commsOperation.
64+
/// 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.
6565
/// </summary>
6666
/// <returns>A <see cref="RequestInformation"/></returns>
6767
/// <param name="body">The request body</param>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public AssignmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)
5454
{
5555
}
5656
/// <summary>
57-
/// The associated group assignments for IosLobAppProvisioningConfiguration.
57+
/// The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
5858
/// </summary>
5959
/// <returns>A <see cref="global::Microsoft.Graph.Beta.Models.IosLobAppProvisioningConfigurationAssignmentCollectionResponse"/></returns>
6060
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -102,7 +102,7 @@ public AssignmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)
102102
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Beta.Models.IosLobAppProvisioningConfigurationAssignment>(requestInfo, global::Microsoft.Graph.Beta.Models.IosLobAppProvisioningConfigurationAssignment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
103103
}
104104
/// <summary>
105-
/// The associated group assignments for IosLobAppProvisioningConfiguration.
105+
/// The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
106106
/// </summary>
107107
/// <returns>A <see cref="RequestInformation"/></returns>
108108
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -152,7 +152,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Beta.
152152
return new global::Microsoft.Graph.Beta.DeviceAppManagement.IosLobAppProvisioningConfigurations.Item.Assignments.AssignmentsRequestBuilder(rawUrl, RequestAdapter);
153153
}
154154
/// <summary>
155-
/// The associated group assignments for IosLobAppProvisioningConfiguration.
155+
/// The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
156156
/// </summary>
157157
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
158158
public partial class AssignmentsRequestBuilderGetQueryParameters

src/Microsoft.Graph/Generated/DeviceAppManagement/IosLobAppProvisioningConfigurations/Item/Assignments/Item/IosLobAppProvisioningConfigurationAssignmentItemRequestBuilder.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
5757
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
5858
}
5959
/// <summary>
60-
/// The associated group assignments for IosLobAppProvisioningConfiguration.
60+
/// The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
6161
/// </summary>
6262
/// <returns>A <see cref="global::Microsoft.Graph.Beta.Models.IosLobAppProvisioningConfigurationAssignment"/></returns>
6363
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -124,7 +124,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
124124
return requestInfo;
125125
}
126126
/// <summary>
127-
/// The associated group assignments for IosLobAppProvisioningConfiguration.
127+
/// The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
128128
/// </summary>
129129
/// <returns>A <see cref="RequestInformation"/></returns>
130130
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -182,7 +182,7 @@ public partial class IosLobAppProvisioningConfigurationAssignmentItemRequestBuil
182182
{
183183
}
184184
/// <summary>
185-
/// The associated group assignments for IosLobAppProvisioningConfiguration.
185+
/// The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
186186
/// </summary>
187187
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
188188
public partial class IosLobAppProvisioningConfigurationAssignmentItemRequestBuilderGetQueryParameters

src/Microsoft.Graph/Generated/DeviceManagement/ComanagedDevices/Item/ManagedDeviceItemRequestBuilder.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
using Microsoft.Graph.Beta.DeviceManagement.ComanagedDevices.Item.RequestRemoteAssistance;
3838
using Microsoft.Graph.Beta.DeviceManagement.ComanagedDevices.Item.ResetPasscode;
3939
using Microsoft.Graph.Beta.DeviceManagement.ComanagedDevices.Item.Retire;
40+
using Microsoft.Graph.Beta.DeviceManagement.ComanagedDevices.Item.RetrieveMacOSManagedDeviceLocalAdminAccountDetail;
4041
using Microsoft.Graph.Beta.DeviceManagement.ComanagedDevices.Item.RevokeAppleVppLicenses;
4142
using Microsoft.Graph.Beta.DeviceManagement.ComanagedDevices.Item.RotateBitLockerKeys;
4243
using Microsoft.Graph.Beta.DeviceManagement.ComanagedDevices.Item.RotateFileVaultKey;
@@ -256,6 +257,11 @@ public partial class ManagedDeviceItemRequestBuilder : BaseRequestBuilder
256257
{
257258
get => new global::Microsoft.Graph.Beta.DeviceManagement.ComanagedDevices.Item.Retire.RetireRequestBuilder(PathParameters, RequestAdapter);
258259
}
260+
/// <summary>Provides operations to call the retrieveMacOSManagedDeviceLocalAdminAccountDetail method.</summary>
261+
public global::Microsoft.Graph.Beta.DeviceManagement.ComanagedDevices.Item.RetrieveMacOSManagedDeviceLocalAdminAccountDetail.RetrieveMacOSManagedDeviceLocalAdminAccountDetailRequestBuilder RetrieveMacOSManagedDeviceLocalAdminAccountDetail
262+
{
263+
get => new global::Microsoft.Graph.Beta.DeviceManagement.ComanagedDevices.Item.RetrieveMacOSManagedDeviceLocalAdminAccountDetail.RetrieveMacOSManagedDeviceLocalAdminAccountDetailRequestBuilder(PathParameters, RequestAdapter);
264+
}
259265
/// <summary>Provides operations to call the revokeAppleVppLicenses method.</summary>
260266
public global::Microsoft.Graph.Beta.DeviceManagement.ComanagedDevices.Item.RevokeAppleVppLicenses.RevokeAppleVppLicensesRequestBuilder RevokeAppleVppLicenses
261267
{

0 commit comments

Comments
 (0)