Skip to content

Commit

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

Generated beta models and request builders
  • Loading branch information
shemogumbe authored May 8, 2024
2 parents 65bd440 + 067fbda commit 3694b67
Show file tree
Hide file tree
Showing 6,053 changed files with 35,147 additions and 11,575 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project does NOT adhere to [Semantic Versioning](https://semver.org/spe

## [Unreleased]

## [5.74.0-preview] - 2024-05-08

- Latest metadata updates from 7th May 2024.


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

- Latest metadata updates from 2nd May 2024.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ public DecisionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) :
{
}
/// <summary>
/// The collection of decisions for this access review.
/// In the Microsoft Entra access reviews feature, retrieve the decisions of an accessReview object. Note that a recurring access review will not have a decisions relationship. Instead, the caller must navigate the instance relationship to find an accessReview object for a current or past instance of the access review.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/accessreview-listdecisions?view=graph-rest-beta" />
/// </summary>
/// <returns>A <see cref="AccessReviewDecisionCollectionResponse"/></returns>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
Expand Down Expand Up @@ -99,7 +100,7 @@ public async Task<AccessReviewDecision> PostAsync(AccessReviewDecision body, Act
return await RequestAdapter.SendAsync<AccessReviewDecision>(requestInfo, AccessReviewDecision.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// The collection of decisions for this access review.
/// In the Microsoft Entra access reviews feature, retrieve the decisions of an accessReview object. Note that a recurring access review will not have a decisions relationship. Instead, the caller must navigate the instance relationship to find an accessReview object for a current or past instance of the access review.
/// </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 +150,7 @@ public DecisionsRequestBuilder WithUrl(string rawUrl)
return new DecisionsRequestBuilder(rawUrl, RequestAdapter);
}
/// <summary>
/// The collection of decisions for this access review.
/// In the Microsoft Entra access reviews feature, retrieve the decisions of an accessReview object. Note that a recurring access review will not have a decisions relationship. Instead, the caller must navigate the instance relationship to find an accessReview object for a current or past instance of the access review.
/// </summary>
public class DecisionsRequestBuilderGetQueryParameters
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public ApplyDecisionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapte
}
/// <summary>
/// In the Microsoft Entra access reviews feature, apply the decisions of a completed accessReview. The target object can be either a one-time access review, or an instance of a recurring access review. After an access review is finished, either because it reached the end date or an administrator stopped it manually, and auto-apply wasn&apos;t configured for the review, you can call Apply to apply the changes. Until apply occurs, the decisions to remove access rights do not appear on the source resource, the users for instance retain their group memberships. By calling apply, the outcome of the review is implemented by updating the group or application. If a user&apos;s access was denied in the review, when an administrator calls this API, Microsoft Entra ID removes their membership or application assignment. After an access review is finished, and auto-apply was configured, then the status of the review will change from Completed through intermediate states and finally will change to state Applied. You should expect to see denied users, if any, being removed from the resource group membership or app assignment in a few minutes. A configured auto applying review, or selecting Apply doesn&apos;t have an effect on a group that originates in an on-premises directory or a dynamic group. If you want to change a group that originates on-premises, download the results and apply those changes to the representation of the group in that directory.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/accessreview-apply?view=graph-rest-beta" />
/// </summary>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ public MyDecisionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)
{
}
/// <summary>
/// The collection of decisions for the caller, if the caller is a reviewer.
/// In the Microsoft Entra access reviews feature, retrieve the decisions of an accessReview object for the calling user as reviewer.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/accessreview-listmydecisions?view=graph-rest-beta" />
/// </summary>
/// <returns>A <see cref="AccessReviewDecisionCollectionResponse"/></returns>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
Expand Down Expand Up @@ -99,7 +100,7 @@ public async Task<AccessReviewDecision> PostAsync(AccessReviewDecision body, Act
return await RequestAdapter.SendAsync<AccessReviewDecision>(requestInfo, AccessReviewDecision.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// The collection of decisions for the caller, if the caller is a reviewer.
/// In the Microsoft Entra access reviews feature, retrieve the decisions of an accessReview object for the calling user as reviewer.
/// </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 +150,7 @@ public MyDecisionsRequestBuilder WithUrl(string rawUrl)
return new MyDecisionsRequestBuilder(rawUrl, RequestAdapter);
}
/// <summary>
/// The collection of decisions for the caller, if the caller is a reviewer.
/// In the Microsoft Entra access reviews feature, retrieve the decisions of an accessReview object for the calling user as reviewer.
/// </summary>
public class MyDecisionsRequestBuilderGetQueryParameters
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ public AccessReviewReviewerItemRequestBuilder(string rawUrl, IRequestAdapter req
{
}
/// <summary>
/// Delete navigation property reviewers for accessReviews
/// In the Microsoft Entra access reviews feature, update an existing accessReview object to remove a user as a reviewer. This operation is only permitted for an access review that isn&apos;t yet completed, and only for an access review where the reviewers are explicitly specified. This operation isn&apos;t permitted for an access review in which users review their own access, and not intended for an access review in which the group owners are assigned as the reviewers.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/accessreview-removereviewer?view=graph-rest-beta" />
/// </summary>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand Down Expand Up @@ -102,7 +103,7 @@ public async Task<AccessReviewReviewer> PatchAsync(AccessReviewReviewer body, Ac
return await RequestAdapter.SendAsync<AccessReviewReviewer>(requestInfo, AccessReviewReviewer.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// Delete navigation property reviewers for accessReviews
/// In the Microsoft Entra access reviews feature, update an existing accessReview object to remove a user as a reviewer. This operation is only permitted for an access review that isn&apos;t yet completed, and only for an access review where the reviewers are explicitly specified. This operation isn&apos;t permitted for an access review in which users review their own access, and not intended for an access review in which the group owners are assigned as the reviewers.
/// </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
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ public ReviewersRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) :
{
}
/// <summary>
/// The collection of reviewers for an access review, if access review reviewerType is of type delegated.
/// In the Microsoft Entra access reviews feature, retrieve the reviewers of an accessReview object.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/accessreview-listreviewers?view=graph-rest-beta" />
/// </summary>
/// <returns>A <see cref="AccessReviewReviewerCollectionResponse"/></returns>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
Expand All @@ -74,7 +75,8 @@ public async Task<AccessReviewReviewerCollectionResponse> GetAsync(Action<Reques
return await RequestAdapter.SendAsync<AccessReviewReviewerCollectionResponse>(requestInfo, AccessReviewReviewerCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// Create new navigation property to reviewers for accessReviews
/// In the Microsoft Entra access reviews feature, update an existing accessReview object to add another user as a reviewer. This operation is only permitted for an access review that isn&apos;t yet completed, and only for an access review where the reviewers are explicitly specified. This operation isn&apos;t permitted for an access review in which users review their own access, and not intended for an access review in which the group owners are assigned as the reviewers.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/accessreview-addreviewer?view=graph-rest-beta" />
/// </summary>
/// <returns>A <see cref="AccessReviewReviewer"/></returns>
/// <param name="body">The request body</param>
Expand All @@ -99,7 +101,7 @@ public async Task<AccessReviewReviewer> PostAsync(AccessReviewReviewer body, Act
return await RequestAdapter.SendAsync<AccessReviewReviewer>(requestInfo, AccessReviewReviewer.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// The collection of reviewers for an access review, if access review reviewerType is of type delegated.
/// In the Microsoft Entra access reviews feature, retrieve the reviewers of an accessReview object.
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand All @@ -118,7 +120,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<Re
return requestInfo;
}
/// <summary>
/// Create new navigation property to reviewers for accessReviews
/// In the Microsoft Entra access reviews feature, update an existing accessReview object to add another user as a reviewer. This operation is only permitted for an access review that isn&apos;t yet completed, and only for an access review where the reviewers are explicitly specified. This operation isn&apos;t permitted for an access review in which users review their own access, and not intended for an access review in which the group owners are assigned as the reviewers.
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="body">The request body</param>
Expand Down Expand Up @@ -149,7 +151,7 @@ public ReviewersRequestBuilder WithUrl(string rawUrl)
return new ReviewersRequestBuilder(rawUrl, RequestAdapter);
}
/// <summary>
/// The collection of reviewers for an access review, if access review reviewerType is of type delegated.
/// In the Microsoft Entra access reviews feature, retrieve the reviewers of an accessReview object.
/// </summary>
public class ReviewersRequestBuilderGetQueryParameters
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// Get appsAndServices from admin
/// Read the properties and relationships of a adminAppsAndServices object.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/adminappsandservices-get?view=graph-rest-beta" />
/// </summary>
/// <returns>A <see cref="AdminAppsAndServices"/></returns>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
Expand All @@ -77,7 +78,8 @@ public async Task<AdminAppsAndServices> GetAsync(Action<RequestConfiguration<App
return await RequestAdapter.SendAsync<AdminAppsAndServices>(requestInfo, AdminAppsAndServices.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// Update the navigation property appsAndServices in admin
/// Update the properties of a adminAppsAndServices object.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/adminappsandservices-update?view=graph-rest-beta" />
/// </summary>
/// <returns>A <see cref="AdminAppsAndServices"/></returns>
/// <param name="body">The request body</param>
Expand Down Expand Up @@ -121,7 +123,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
return requestInfo;
}
/// <summary>
/// Get appsAndServices from admin
/// Read the properties and relationships of a adminAppsAndServices object.
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand All @@ -140,7 +142,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<Ap
return requestInfo;
}
/// <summary>
/// Update the navigation property appsAndServices in admin
/// Update the properties of a adminAppsAndServices object.
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="body">The request body</param>
Expand Down Expand Up @@ -178,7 +180,7 @@ public class AppsAndServicesRequestBuilderDeleteRequestConfiguration : RequestCo
{
}
/// <summary>
/// Get appsAndServices from admin
/// Read the properties and relationships of a adminAppsAndServices object.
/// </summary>
public class AppsAndServicesRequestBuilderGetQueryParameters
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// Get dynamics from admin
/// Read the properties and relationships of a adminDynamics object.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/admindynamics-get?view=graph-rest-beta" />
/// </summary>
/// <returns>A <see cref="AdminDynamics"/></returns>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
Expand All @@ -77,7 +78,8 @@ public async Task<AdminDynamics> GetAsync(Action<RequestConfiguration<DynamicsRe
return await RequestAdapter.SendAsync<AdminDynamics>(requestInfo, AdminDynamics.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// Update the navigation property dynamics in admin
/// Update the properties of a adminDynamics object.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/admindynamics-update?view=graph-rest-beta" />
/// </summary>
/// <returns>A <see cref="AdminDynamics"/></returns>
/// <param name="body">The request body</param>
Expand Down Expand Up @@ -121,7 +123,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
return requestInfo;
}
/// <summary>
/// Get dynamics from admin
/// Read the properties and relationships of a adminDynamics object.
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand All @@ -140,7 +142,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<Dy
return requestInfo;
}
/// <summary>
/// Update the navigation property dynamics in admin
/// Update the properties of a adminDynamics object.
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="body">The request body</param>
Expand Down Expand Up @@ -178,7 +180,7 @@ public class DynamicsRequestBuilderDeleteRequestConfiguration : RequestConfigura
{
}
/// <summary>
/// Get dynamics from admin
/// Read the properties and relationships of a adminDynamics object.
/// </summary>
public class DynamicsRequestBuilderGetQueryParameters
{
Expand Down
Loading

0 comments on commit 3694b67

Please sign in to comment.