Skip to content

Commit 1f1cb3a

Browse files
authored
Merge pull request #945 from microsoftgraph/kiota/beta/pipelinebuild/173698
Generated beta models and request builders
2 parents 17d719b + 83b0c6e commit 1f1cb3a

File tree

269 files changed

+932
-903
lines changed

Some content is hidden

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

269 files changed

+932
-903
lines changed

src/Microsoft.Graph/Generated/Admin/Windows/Updates/ResourceConnections/Item/ResourceConnectionItemRequestBuilder.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ public ResourceConnectionItemRequestBuilder(string rawUrl, IRequestAdapter reque
3535
{
3636
}
3737
/// <summary>
38-
/// Delete an operationalInsightsConnection object.
39-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-delete?view=graph-rest-beta" />
38+
/// Delete a resourceConnection object.
39+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-delete?view=graph-rest-beta" />
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>
@@ -107,7 +107,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
107107
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Beta.Models.WindowsUpdates.ResourceConnection>(requestInfo, global::Microsoft.Graph.Beta.Models.WindowsUpdates.ResourceConnection.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
108108
}
109109
/// <summary>
110-
/// Delete an operationalInsightsConnection object.
110+
/// Delete a resourceConnection object.
111111
/// </summary>
112112
/// <returns>A <see cref="RequestInformation"/></returns>
113113
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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 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" />
85+
/// Read the properties and relationships of an updatableAsset object.
86+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-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>
@@ -150,7 +150,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
150150
return requestInfo;
151151
}
152152
/// <summary>
153-
/// Read the properties and relationships of an updatableAssetGroup object.
153+
/// Read the properties and relationships of an updatableAsset 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 and relationships of an updatableAssetGroup object.
211+
/// Read the properties and relationships of an updatableAsset 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: 6 additions & 6 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 complianceChange object.
45-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-delete?view=graph-rest-beta" />
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" />
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>
@@ -88,8 +88,8 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
8888
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Beta.Models.WindowsUpdates.ComplianceChange>(requestInfo, global::Microsoft.Graph.Beta.Models.WindowsUpdates.ComplianceChange.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
8989
}
9090
/// <summary>
91-
/// Update the properties of a complianceChange object.
92-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-update?view=graph-rest-beta" />
91+
/// Update the properties of a contentApproval object.
92+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-update?view=graph-rest-beta" />
9393
/// </summary>
9494
/// <returns>A <see cref="global::Microsoft.Graph.Beta.Models.WindowsUpdates.ComplianceChange"/></returns>
9595
/// <param name="body">The request body</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 complianceChange object.
117+
/// Delete a contentApproval 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>
@@ -152,7 +152,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<gl
152152
return requestInfo;
153153
}
154154
/// <summary>
155-
/// Update the properties of a complianceChange object.
155+
/// Update the properties of a contentApproval object.
156156
/// </summary>
157157
/// <returns>A <see cref="RequestInformation"/></returns>
158158
/// <param name="body">The request body</param>

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/AuthenticationMethodDevices/Item/HardwareOathDevices/HardwareOathDevicesRequestBuilder.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public HardwareOathDevicesRequestBuilder(string rawUrl, IRequestAdapter requestA
5454
{
5555
}
5656
/// <summary>
57-
/// Get hardwareOathDevices from authenticationMethodDevices
57+
/// Exposes the hardware OATH method in the directory.
5858
/// </summary>
5959
/// <returns>A <see cref="global::Microsoft.Graph.Beta.Models.HardwareOathTokenAuthenticationMethodDeviceCollectionResponse"/></returns>
6060
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -102,7 +102,7 @@ public HardwareOathDevicesRequestBuilder(string rawUrl, IRequestAdapter requestA
102102
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Beta.Models.HardwareOathTokenAuthenticationMethodDevice>(requestInfo, global::Microsoft.Graph.Beta.Models.HardwareOathTokenAuthenticationMethodDevice.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
103103
}
104104
/// <summary>
105-
/// Get hardwareOathDevices from authenticationMethodDevices
105+
/// Exposes the hardware OATH method in the directory.
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.AuthenticationMethodDevices.Item.HardwareOathDevices.HardwareOathDevicesRequestBuilder(rawUrl, RequestAdapter);
153153
}
154154
/// <summary>
155-
/// Get hardwareOathDevices from authenticationMethodDevices
155+
/// Exposes the hardware OATH method in the directory.
156156
/// </summary>
157157
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
158158
public partial class HardwareOathDevicesRequestBuilderGetQueryParameters

src/Microsoft.Graph/Generated/AuthenticationMethodDevices/Item/HardwareOathDevices/Item/AssignTo/AssignToRequestBuilder.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public AssignToRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b
4747
{
4848
}
4949
/// <summary>
50-
/// Get assignTo from authenticationMethodDevices
50+
/// Assign the hardware OATH token to a user.
5151
/// </summary>
5252
/// <returns>A <see cref="global::Microsoft.Graph.Beta.Models.User"/></returns>
5353
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -70,7 +70,7 @@ public AssignToRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b
7070
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Beta.Models.User>(requestInfo, global::Microsoft.Graph.Beta.Models.User.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
7171
}
7272
/// <summary>
73-
/// Get assignTo from authenticationMethodDevices
73+
/// Assign the hardware OATH token to a user.
7474
/// </summary>
7575
/// <returns>A <see cref="RequestInformation"/></returns>
7676
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -98,7 +98,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<gl
9898
return new global::Microsoft.Graph.Beta.AuthenticationMethodDevices.Item.HardwareOathDevices.Item.AssignTo.AssignToRequestBuilder(rawUrl, RequestAdapter);
9999
}
100100
/// <summary>
101-
/// Get assignTo from authenticationMethodDevices
101+
/// Assign the hardware OATH token to a user.
102102
/// </summary>
103103
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
104104
public partial class AssignToRequestBuilderGetQueryParameters

src/Microsoft.Graph/Generated/AuthenticationMethodDevices/Item/HardwareOathDevices/Item/HardwareOathTokenAuthenticationMethodDeviceItemRequestBuilder.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
6363
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
6464
}
6565
/// <summary>
66-
/// Get hardwareOathDevices from authenticationMethodDevices
66+
/// Exposes the hardware OATH method in the directory.
6767
/// </summary>
6868
/// <returns>A <see cref="global::Microsoft.Graph.Beta.Models.HardwareOathTokenAuthenticationMethodDevice"/></returns>
6969
/// <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-
/// Get hardwareOathDevices from authenticationMethodDevices
133+
/// Exposes the hardware OATH method in the directory.
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 HardwareOathTokenAuthenticationMethodDeviceItemRequestBuild
188188
{
189189
}
190190
/// <summary>
191-
/// Get hardwareOathDevices from authenticationMethodDevices
191+
/// Exposes the hardware OATH method in the directory.
192192
/// </summary>
193193
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
194194
public partial class HardwareOathTokenAuthenticationMethodDeviceItemRequestBuilderGetQueryParameters

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/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/DeviceComplianceScheduledActionForRuleItemRequestBuilder.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
6363
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
6464
}
6565
/// <summary>
66-
/// The list of scheduled action for this rule
66+
/// The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies.
6767
/// </summary>
6868
/// <returns>A <see cref="global::Microsoft.Graph.Beta.Models.DeviceComplianceScheduledActionForRule"/></returns>
6969
/// <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-
/// The list of scheduled action for this rule
133+
/// The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies.
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 DeviceComplianceScheduledActionForRuleItemRequestBuilderDel
188188
{
189189
}
190190
/// <summary>
191-
/// The list of scheduled action for this rule
191+
/// The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies.
192192
/// </summary>
193193
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
194194
public partial class DeviceComplianceScheduledActionForRuleItemRequestBuilderGetQueryParameters

0 commit comments

Comments
 (0)