Skip to content

Commit 0c4cfca

Browse files
authored
Merge pull request #1007 from microsoftgraph/kiota/beta/pipelinebuild/187629
Generated beta models and request builders
2 parents b5e905a + e3ff6dc commit 0c4cfca

File tree

586 files changed

+4824
-457
lines changed

Some content is hidden

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

586 files changed

+4824
-457
lines changed

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 updatableAsset object.
63-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-delete?view=graph-rest-beta" />
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" />
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 updatableAsset object.
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.
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>
@@ -149,7 +149,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
149149
return requestInfo;
150150
}
151151
/// <summary>
152-
/// Read the properties of an azureADDevice object.
152+
/// Read the properties and relationships of an updatableAssetGroup object.
153153
/// </summary>
154154
/// <returns>A <see cref="RequestInformation"/></returns>
155155
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -207,7 +207,7 @@ public partial class UpdatableAssetItemRequestBuilderDeleteRequestConfiguration
207207
{
208208
}
209209
/// <summary>
210-
/// Read the properties of an azureADDevice object.
210+
/// Read the properties and relationships of an updatableAssetGroup object.
211211
/// </summary>
212212
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
213213
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>
@@ -132,7 +132,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
132132
return requestInfo;
133133
}
134134
/// <summary>
135-
/// Read the properties and relationships of a contentApproval object.
135+
/// Read the properties and relationships of a complianceChange object.
136136
/// </summary>
137137
/// <returns>A <see cref="RequestInformation"/></returns>
138138
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -190,7 +190,7 @@ public partial class ComplianceChangeItemRequestBuilderDeleteRequestConfiguratio
190190
{
191191
}
192192
/// <summary>
193-
/// Read the properties and relationships of a contentApproval object.
193+
/// Read the properties and relationships of a complianceChange object.
194194
/// </summary>
195195
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
196196
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/App/OnlineMeetings/Item/AiInsights/AiInsightsRequestBuilder.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public AiInsightsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) :
5454
{
5555
}
5656
/// <summary>
57-
/// Get aiInsights from app
57+
/// The AI insights generated for an online meeting. Read-only.
5858
/// </summary>
5959
/// <returns>A <see cref="global::Microsoft.Graph.Beta.Models.CallAiInsightCollectionResponse"/></returns>
6060
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -102,7 +102,7 @@ public AiInsightsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) :
102102
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Beta.Models.CallAiInsight>(requestInfo, global::Microsoft.Graph.Beta.Models.CallAiInsight.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
103103
}
104104
/// <summary>
105-
/// Get aiInsights from app
105+
/// The AI insights generated for an online meeting. Read-only.
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.App.OnlineMeetings.Item.AiInsights.AiInsightsRequestBuilder(rawUrl, RequestAdapter);
153153
}
154154
/// <summary>
155-
/// Get aiInsights from app
155+
/// The AI insights generated for an online meeting. Read-only.
156156
/// </summary>
157157
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
158158
public partial class AiInsightsRequestBuilderGetQueryParameters

src/Microsoft.Graph/Generated/App/OnlineMeetings/Item/AiInsights/Item/CallAiInsightItemRequestBuilder.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-
/// Get aiInsights from app
60+
/// The AI insights generated for an online meeting. Read-only.
6161
/// </summary>
6262
/// <returns>A <see cref="global::Microsoft.Graph.Beta.Models.CallAiInsight"/></returns>
6363
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -123,7 +123,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
123123
return requestInfo;
124124
}
125125
/// <summary>
126-
/// Get aiInsights from app
126+
/// The AI insights generated for an online meeting. Read-only.
127127
/// </summary>
128128
/// <returns>A <see cref="RequestInformation"/></returns>
129129
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -181,7 +181,7 @@ public partial class CallAiInsightItemRequestBuilderDeleteRequestConfiguration :
181181
{
182182
}
183183
/// <summary>
184-
/// Get aiInsights from app
184+
/// The AI insights generated for an online meeting. Read-only.
185185
/// </summary>
186186
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
187187
public partial class CallAiInsightItemRequestBuilderGetQueryParameters

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/Communications/OnlineMeetings/Item/AiInsights/AiInsightsRequestBuilder.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public AiInsightsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) :
5454
{
5555
}
5656
/// <summary>
57-
/// Get aiInsights from communications
57+
/// The AI insights generated for an online meeting. Read-only.
5858
/// </summary>
5959
/// <returns>A <see cref="global::Microsoft.Graph.Beta.Models.CallAiInsightCollectionResponse"/></returns>
6060
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -102,7 +102,7 @@ public AiInsightsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) :
102102
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Beta.Models.CallAiInsight>(requestInfo, global::Microsoft.Graph.Beta.Models.CallAiInsight.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
103103
}
104104
/// <summary>
105-
/// Get aiInsights from communications
105+
/// The AI insights generated for an online meeting. Read-only.
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.Communications.OnlineMeetings.Item.AiInsights.AiInsightsRequestBuilder(rawUrl, RequestAdapter);
153153
}
154154
/// <summary>
155-
/// Get aiInsights from communications
155+
/// The AI insights generated for an online meeting. Read-only.
156156
/// </summary>
157157
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
158158
public partial class AiInsightsRequestBuilderGetQueryParameters

src/Microsoft.Graph/Generated/Communications/OnlineMeetings/Item/AiInsights/Item/CallAiInsightItemRequestBuilder.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-
/// Get aiInsights from communications
60+
/// The AI insights generated for an online meeting. Read-only.
6161
/// </summary>
6262
/// <returns>A <see cref="global::Microsoft.Graph.Beta.Models.CallAiInsight"/></returns>
6363
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -123,7 +123,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
123123
return requestInfo;
124124
}
125125
/// <summary>
126-
/// Get aiInsights from communications
126+
/// The AI insights generated for an online meeting. Read-only.
127127
/// </summary>
128128
/// <returns>A <see cref="RequestInformation"/></returns>
129129
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -181,7 +181,7 @@ public partial class CallAiInsightItemRequestBuilderDeleteRequestConfiguration :
181181
{
182182
}
183183
/// <summary>
184-
/// Get aiInsights from communications
184+
/// The AI insights generated for an online meeting. Read-only.
185185
/// </summary>
186186
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
187187
public partial class CallAiInsightItemRequestBuilderGetQueryParameters

0 commit comments

Comments
 (0)