Skip to content

Commit

Permalink
Merge pull request #836 from microsoftgraph/kiota/beta/pipelinebuild/…
Browse files Browse the repository at this point in the history
…145961

Generated beta models and request builders
  • Loading branch information
shemogumbe authored May 3, 2024
2 parents d52e61c + 24cf82d commit c211403
Show file tree
Hide file tree
Showing 103 changed files with 437 additions and 294 deletions.
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

0 comments on commit c211403

Please sign in to comment.