Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated beta models and request builders #836

Merged
merged 2 commits into from
May 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project does NOT adhere to [Semantic Versioning](https://semver.org/spe

## [Unreleased]

## [5.73.0-preview] - 2024-05-03

- Latest metadata updates from 2nd May 2024.

## [5.72.0-preview] - 2024-04-17

- Latest metadata updates from 24th April 2024.

## [5.71.0-preview] - 2024-04-17

- Latest metadata updates from 16th April 2024.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ public InviteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas
{
}
/// <summary>
/// Invite participants to the active call. For more information about how to handle operations, see commsOperation.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-beta" />
/// 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.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-beta" />
/// </summary>
/// <returns>A <see cref="InviteParticipantsOperation"/></returns>
/// <param name="body">The request body</param>
Expand All @@ -58,7 +58,7 @@ public async Task<InviteParticipantsOperation> PostAsync(InvitePostRequestBody b
return await RequestAdapter.SendAsync<InviteParticipantsOperation>(requestInfo, InviteParticipantsOperation.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// Invite participants to the active call. For more information about how to handle operations, see commsOperation.
/// 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.
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="body">The request body</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ public InviteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas
{
}
/// <summary>
/// Invite participants to the active call. For more information about how to handle operations, see commsOperation.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-beta" />
/// 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.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-beta" />
/// </summary>
/// <returns>A <see cref="InviteParticipantsOperation"/></returns>
/// <param name="body">The request body</param>
Expand All @@ -58,7 +58,7 @@ public async Task<InviteParticipantsOperation> PostAsync(InvitePostRequestBody b
return await RequestAdapter.SendAsync<InviteParticipantsOperation>(requestInfo, InviteParticipantsOperation.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// Invite participants to the active call. For more information about how to handle operations, see commsOperation.
/// 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.
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="body">The request body</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// The set of direct relationships for this app.
/// List of relationships for this mobile app.
/// </summary>
/// <returns>A <see cref="MobileAppRelationship"/></returns>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
Expand Down Expand Up @@ -121,7 +121,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
return requestInfo;
}
/// <summary>
/// The set of direct relationships for this app.
/// List of relationships for this mobile app.
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand Down Expand Up @@ -178,7 +178,7 @@ public class MobileAppRelationshipItemRequestBuilderDeleteRequestConfiguration :
{
}
/// <summary>
/// The set of direct relationships for this app.
/// List of relationships for this mobile app.
/// </summary>
public class MobileAppRelationshipItemRequestBuilderGetQueryParameters
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public RelationshipsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter
{
}
/// <summary>
/// The set of direct relationships for this app.
/// List of relationships for this mobile app.
/// </summary>
/// <returns>A <see cref="MobileAppRelationshipCollectionResponse"/></returns>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
Expand Down Expand Up @@ -99,7 +99,7 @@ public async Task<MobileAppRelationship> PostAsync(MobileAppRelationship body, A
return await RequestAdapter.SendAsync<MobileAppRelationship>(requestInfo, MobileAppRelationship.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// The set of direct relationships for this app.
/// List of relationships for this mobile app.
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand Down Expand Up @@ -149,7 +149,7 @@ public RelationshipsRequestBuilder WithUrl(string rawUrl)
return new RelationshipsRequestBuilder(rawUrl, RequestAdapter);
}
/// <summary>
/// The set of direct relationships for this app.
/// List of relationships for this mobile app.
/// </summary>
public class RelationshipsRequestBuilderGetQueryParameters
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// The set of direct relationships for this app.
/// List of relationships for this mobile app.
/// </summary>
/// <returns>A <see cref="MobileAppRelationship"/></returns>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
Expand Down Expand Up @@ -121,7 +121,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
return requestInfo;
}
/// <summary>
/// The set of direct relationships for this app.
/// List of relationships for this mobile app.
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand Down Expand Up @@ -178,7 +178,7 @@ public class MobileAppRelationshipItemRequestBuilderDeleteRequestConfiguration :
{
}
/// <summary>
/// The set of direct relationships for this app.
/// List of relationships for this mobile app.
/// </summary>
public class MobileAppRelationshipItemRequestBuilderGetQueryParameters
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public RelationshipsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter
{
}
/// <summary>
/// The set of direct relationships for this app.
/// List of relationships for this mobile app.
/// </summary>
/// <returns>A <see cref="MobileAppRelationshipCollectionResponse"/></returns>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
Expand Down Expand Up @@ -99,7 +99,7 @@ public async Task<MobileAppRelationship> PostAsync(MobileAppRelationship body, A
return await RequestAdapter.SendAsync<MobileAppRelationship>(requestInfo, MobileAppRelationship.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// The set of direct relationships for this app.
/// List of relationships for this mobile app.
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand Down Expand Up @@ -149,7 +149,7 @@ public RelationshipsRequestBuilder WithUrl(string rawUrl)
return new RelationshipsRequestBuilder(rawUrl, RequestAdapter);
}
/// <summary>
/// The set of direct relationships for this app.
/// List of relationships for this mobile app.
/// </summary>
public class RelationshipsRequestBuilderGetQueryParameters
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// The set of direct relationships for this app.
/// List of relationships for this mobile app.
/// </summary>
/// <returns>A <see cref="MobileAppRelationship"/></returns>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
Expand Down Expand Up @@ -121,7 +121,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
return requestInfo;
}
/// <summary>
/// The set of direct relationships for this app.
/// List of relationships for this mobile app.
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand Down Expand Up @@ -178,7 +178,7 @@ public class MobileAppRelationshipItemRequestBuilderDeleteRequestConfiguration :
{
}
/// <summary>
/// The set of direct relationships for this app.
/// List of relationships for this mobile app.
/// </summary>
public class MobileAppRelationshipItemRequestBuilderGetQueryParameters
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public RelationshipsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter
{
}
/// <summary>
/// The set of direct relationships for this app.
/// List of relationships for this mobile app.
/// </summary>
/// <returns>A <see cref="MobileAppRelationshipCollectionResponse"/></returns>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
Expand Down Expand Up @@ -99,7 +99,7 @@ public async Task<MobileAppRelationship> PostAsync(MobileAppRelationship body, A
return await RequestAdapter.SendAsync<MobileAppRelationship>(requestInfo, MobileAppRelationship.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// The set of direct relationships for this app.
/// List of relationships for this mobile app.
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand Down Expand Up @@ -149,7 +149,7 @@ public RelationshipsRequestBuilder WithUrl(string rawUrl)
return new RelationshipsRequestBuilder(rawUrl, RequestAdapter);
}
/// <summary>
/// The set of direct relationships for this app.
/// List of relationships for this mobile app.
/// </summary>
public class RelationshipsRequestBuilderGetQueryParameters
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// The set of direct relationships for this app.
/// List of relationships for this mobile app.
/// </summary>
/// <returns>A <see cref="MobileAppRelationship"/></returns>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
Expand Down Expand Up @@ -121,7 +121,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
return requestInfo;
}
/// <summary>
/// The set of direct relationships for this app.
/// List of relationships for this mobile app.
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand Down Expand Up @@ -178,7 +178,7 @@ public class MobileAppRelationshipItemRequestBuilderDeleteRequestConfiguration :
{
}
/// <summary>
/// The set of direct relationships for this app.
/// List of relationships for this mobile app.
/// </summary>
public class MobileAppRelationshipItemRequestBuilderGetQueryParameters
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public RelationshipsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter
{
}
/// <summary>
/// The set of direct relationships for this app.
/// List of relationships for this mobile app.
/// </summary>
/// <returns>A <see cref="MobileAppRelationshipCollectionResponse"/></returns>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
Expand Down Expand Up @@ -99,7 +99,7 @@ public async Task<MobileAppRelationship> PostAsync(MobileAppRelationship body, A
return await RequestAdapter.SendAsync<MobileAppRelationship>(requestInfo, MobileAppRelationship.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// The set of direct relationships for this app.
/// List of relationships for this mobile app.
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand Down Expand Up @@ -149,7 +149,7 @@ public RelationshipsRequestBuilder WithUrl(string rawUrl)
return new RelationshipsRequestBuilder(rawUrl, RequestAdapter);
}
/// <summary>
/// The set of direct relationships for this app.
/// List of relationships for this mobile app.
/// </summary>
public class RelationshipsRequestBuilderGetQueryParameters
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// The set of direct relationships for this app.
/// List of relationships for this mobile app.
/// </summary>
/// <returns>A <see cref="MobileAppRelationship"/></returns>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
Expand Down Expand Up @@ -121,7 +121,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
return requestInfo;
}
/// <summary>
/// The set of direct relationships for this app.
/// List of relationships for this mobile app.
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand Down Expand Up @@ -178,7 +178,7 @@ public class MobileAppRelationshipItemRequestBuilderDeleteRequestConfiguration :
{
}
/// <summary>
/// The set of direct relationships for this app.
/// List of relationships for this mobile app.
/// </summary>
public class MobileAppRelationshipItemRequestBuilderGetQueryParameters
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public RelationshipsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter
{
}
/// <summary>
/// The set of direct relationships for this app.
/// List of relationships for this mobile app.
/// </summary>
/// <returns>A <see cref="MobileAppRelationshipCollectionResponse"/></returns>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
Expand Down Expand Up @@ -99,7 +99,7 @@ public async Task<MobileAppRelationship> PostAsync(MobileAppRelationship body, A
return await RequestAdapter.SendAsync<MobileAppRelationship>(requestInfo, MobileAppRelationship.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// The set of direct relationships for this app.
/// List of relationships for this mobile app.
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand Down Expand Up @@ -149,7 +149,7 @@ public RelationshipsRequestBuilder WithUrl(string rawUrl)
return new RelationshipsRequestBuilder(rawUrl, RequestAdapter);
}
/// <summary>
/// The set of direct relationships for this app.
/// List of relationships for this mobile app.
/// </summary>
public class RelationshipsRequestBuilderGetQueryParameters
{
Expand Down
Loading
Loading