Skip to content

Commit b22a7a5

Browse files
authored
Merge pull request #1023 from microsoftgraph/kiota/beta/pipelinebuild/191849
Generated beta models and request builders
2 parents c686d7b + f5fbbab commit b22a7a5

File tree

149 files changed

+1847
-591
lines changed

Some content is hidden

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

149 files changed

+1847
-591
lines changed

src/Microsoft.Graph/Generated/Admin/Exchange/Mailboxes/Item/CreateImportSession/CreateImportSessionRequestBuilder.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public CreateImportSessionRequestBuilder(string rawUrl, IRequestAdapter requestA
3535
{
3636
}
3737
/// <summary>
38-
/// Create a session to import an Exchange mailbox item using its FastTransfer stream (FTS) format.
38+
/// Create a session to import an Exchange mailbox item that was exported using the exportItems API.
3939
/// Find more info here <see href="https://learn.microsoft.com/graph/api/mailbox-createimportsession?view=graph-rest-beta" />
4040
/// </summary>
4141
/// <returns>A <see cref="global::Microsoft.Graph.Beta.Models.MailboxItemImportSession"/></returns>
@@ -60,7 +60,7 @@ public CreateImportSessionRequestBuilder(string rawUrl, IRequestAdapter requestA
6060
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Beta.Models.MailboxItemImportSession>(requestInfo, global::Microsoft.Graph.Beta.Models.MailboxItemImportSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
6161
}
6262
/// <summary>
63-
/// Create a session to import an Exchange mailbox item using its FastTransfer stream (FTS) format.
63+
/// Create a session to import an Exchange mailbox item that was exported using the exportItems API.
6464
/// </summary>
6565
/// <returns>A <see cref="RequestInformation"/></returns>
6666
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>

src/Microsoft.Graph/Generated/Admin/Exchange/Mailboxes/Item/ExportItems/ExportItemsRequestBuilder.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public ExportItemsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)
3434
{
3535
}
3636
/// <summary>
37-
/// Export Exchange mailboxItem objects in full-fidelity FastTransfer stream format for backup purposes. This item format can be restored to the same mailbox or a different one. You can export up to 20 items in a single export request.
37+
/// Export Exchange mailboxItem objects in full fidelity. This API exports each item as an opaque stream. The data stream isn&apos;t intended for parsing, but can be used to import an item back into an Exchange mailbox. For more information, see: Overview of the mailbox import and export APIs in Microsoft Graph (preview) You can export up to 20 items in a single export request.
3838
/// Find more info here <see href="https://learn.microsoft.com/graph/api/mailbox-exportitems?view=graph-rest-beta" />
3939
/// </summary>
4040
/// <returns>A <see cref="global::Microsoft.Graph.Beta.Admin.Exchange.Mailboxes.Item.ExportItems.ExportItemsPostResponse"/></returns>
@@ -61,7 +61,7 @@ public ExportItemsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)
6161
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Beta.Admin.Exchange.Mailboxes.Item.ExportItems.ExportItemsPostResponse>(requestInfo, global::Microsoft.Graph.Beta.Admin.Exchange.Mailboxes.Item.ExportItems.ExportItemsPostResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
6262
}
6363
/// <summary>
64-
/// Export Exchange mailboxItem objects in full-fidelity FastTransfer stream format for backup purposes. This item format can be restored to the same mailbox or a different one. You can export up to 20 items in a single export request.
64+
/// Export Exchange mailboxItem objects in full fidelity. This API exports each item as an opaque stream. The data stream isn&apos;t intended for parsing, but can be used to import an item back into an Exchange mailbox. For more information, see: Overview of the mailbox import and export APIs in Microsoft Graph (preview) You can export up to 20 items in a single export request.
6565
/// Find more info here <see href="https://learn.microsoft.com/graph/api/mailbox-exportitems?view=graph-rest-beta" />
6666
/// </summary>
6767
/// <returns>A <see cref="global::Microsoft.Graph.Beta.Admin.Exchange.Mailboxes.Item.ExportItems.ExportItemsResponse"/></returns>
@@ -88,7 +88,7 @@ public ExportItemsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)
8888
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Beta.Admin.Exchange.Mailboxes.Item.ExportItems.ExportItemsResponse>(requestInfo, global::Microsoft.Graph.Beta.Admin.Exchange.Mailboxes.Item.ExportItems.ExportItemsResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
8989
}
9090
/// <summary>
91-
/// Export Exchange mailboxItem objects in full-fidelity FastTransfer stream format for backup purposes. This item format can be restored to the same mailbox or a different one. You can export up to 20 items in a single export request.
91+
/// Export Exchange mailboxItem objects in full fidelity. This API exports each item as an opaque stream. The data stream isn&apos;t intended for parsing, but can be used to import an item back into an Exchange mailbox. For more information, see: Overview of the mailbox import and export APIs in Microsoft Graph (preview) You can export up to 20 items in a single export request.
9292
/// </summary>
9393
/// <returns>A <see cref="RequestInformation"/></returns>
9494
/// <param name="body">The request body</param>

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: 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 updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.
63-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-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 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>
@@ -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 updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.
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 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 of an azureADDevice 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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 contentApproval object.
92-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-update?view=graph-rest-beta" />
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" />
9393
/// </summary>
9494
/// <returns>A <see cref="global::Microsoft.Graph.Beta.Models.WindowsUpdates.ComplianceChange"/></returns>
9595
/// <param name="body">The request body</param>
@@ -152,7 +152,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<gl
152152
return requestInfo;
153153
}
154154
/// <summary>
155-
/// Update the properties of a contentApproval object.
155+
/// Update the properties of a complianceChange object.
156156
/// </summary>
157157
/// <returns>A <see cref="RequestInformation"/></returns>
158158
/// <param name="body">The request body</param>

src/Microsoft.Graph/Generated/AdministrativeUnits/Item/AdministrativeUnitItemRequestBuilder.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
112112
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
113113
}
114114
/// <summary>
115-
/// Retrieve the properties and relationships of an administrativeUnit object. Since the administrativeUnit resource supports extensions, you can also use the GET operation to get custom properties and extension data in an administrativeUnit instance.
115+
/// Retrieve the properties and relationships of an administrativeUnit object. The administrativeUnit resource supports extensions, which also allows you to use the GET operation to get custom properties and extension data in an administrativeUnit instance.
116116
/// Find more info here <see href="https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-beta" />
117117
/// </summary>
118118
/// <returns>A <see cref="global::Microsoft.Graph.Beta.Models.AdministrativeUnit"/></returns>
@@ -181,7 +181,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
181181
return requestInfo;
182182
}
183183
/// <summary>
184-
/// Retrieve the properties and relationships of an administrativeUnit object. Since the administrativeUnit resource supports extensions, you can also use the GET operation to get custom properties and extension data in an administrativeUnit instance.
184+
/// Retrieve the properties and relationships of an administrativeUnit object. The administrativeUnit resource supports extensions, which also allows you to use the GET operation to get custom properties and extension data in an administrativeUnit instance.
185185
/// </summary>
186186
/// <returns>A <see cref="RequestInformation"/></returns>
187187
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -239,7 +239,7 @@ public partial class AdministrativeUnitItemRequestBuilderDeleteRequestConfigurat
239239
{
240240
}
241241
/// <summary>
242-
/// Retrieve the properties and relationships of an administrativeUnit object. Since the administrativeUnit resource supports extensions, you can also use the GET operation to get custom properties and extension data in an administrativeUnit instance.
242+
/// Retrieve the properties and relationships of an administrativeUnit object. The administrativeUnit resource supports extensions, which also allows you to use the GET operation to get custom properties and extension data in an administrativeUnit instance.
243243
/// </summary>
244244
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
245245
public partial class AdministrativeUnitItemRequestBuilderGetQueryParameters

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-
/// 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" />
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" />
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-
/// 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.
64+
/// Invite participants to the active call. For more information about how to handle operations, see commsOperation.
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-
/// 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" />
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" />
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-
/// 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.
64+
/// Invite participants to the active call. For more information about how to handle operations, see commsOperation.
6565
/// </summary>
6666
/// <returns>A <see cref="RequestInformation"/></returns>
6767
/// <param name="body">The request body</param>

0 commit comments

Comments
 (0)