Skip to content

Commit b17e0ff

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
feat(generation): update request builders and models
Update generated files with build 193250
1 parent 7d3616c commit b17e0ff

File tree

1,947 files changed

+8657
-27028
lines changed

Some content is hidden

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

1,947 files changed

+8657
-27028
lines changed

packages/kiota-dom-export.txt

Lines changed: 1365 additions & 4081 deletions
Large diffs are not rendered by default.

packages/kiota-lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"descriptionHash": "B48DF83B3B53D3C2F3FAC202F0F3768DCBBA0A73960ABFDCBF9E1074C3554B61BB55F4F20E3E9C7B56E2A1939E318079A9CAB410CE77F1794A9B481A6FE57CD1",
2+
"descriptionHash": "07562DABE19C4D083CDAFA5A647CD89E9907125207192F6C918C954F8E2786370CF01BB071AE4651C841E044BE45AFF2F25421BCF42156CE0387B19BF7DBB392",
33
"descriptionLocation": "../../msgraph-metadata/clean_beta_openapi/openapi.yaml",
44
"lockFileVersion": "1.0.0",
5-
"kiotaVersion": "1.28.0",
5+
"kiotaVersion": "1.29.0",
66
"clientClassName": "GraphBetaBaseServiceClient",
77
"typeAccessModifier": "Public",
88
"clientNamespaceName": "github.com/microsoftgraph/msgraph-sdk-typescript/",

packages/msgraph-beta-sdk-accessReviews/accessReviews/item/applyDecisions/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export interface ApplyDecisionsRequestBuilder extends BaseRequestBuilder<ApplyDe
1414
* 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'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'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'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.
1515
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
1616
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
17-
* @see {@link https://learn.microsoft.com/graph/api/accessreview-apply?view=graph-rest-beta|Find more info here}
1817
*/
1918
post(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
2019
/**

packages/msgraph-beta-sdk-accessReviews/accessReviews/item/instances/item/resetDecisions/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export interface ResetDecisionsRequestBuilder extends BaseRequestBuilder<ResetDe
1414
* In the Microsoft Entra access reviews feature, reset the decisions of a currently active accessReview. The target object can be either a one-time access review, or an instance of a recurring access review. Previous decisions are no longer recorded, but reviewers can continue to update decisions.
1515
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
1616
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
17-
* @see {@link https://learn.microsoft.com/graph/api/accessreview-reset?view=graph-rest-beta|Find more info here}
1817
*/
1918
post(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
2019
/**

packages/msgraph-beta-sdk-accessReviews/accessReviews/item/instances/item/sendReminder/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export interface SendReminderRequestBuilder extends BaseRequestBuilder<SendRemin
1414
* In the Microsoft Entra access reviews feature, send a reminder to the reviewers of a currently active accessReview. The target object can be either a one-time access review, or an instance of a recurring access review.
1515
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
1616
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
17-
* @see {@link https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-beta|Find more info here}
1817
*/
1918
post(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
2019
/**

packages/msgraph-beta-sdk-accessReviews/accessReviews/item/instances/item/stop/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export interface StopRequestBuilder extends BaseRequestBuilder<StopRequestBuilde
1414
* In the Microsoft Entra access reviews feature, stop a currently active accessReview. The target object can be either a one-time access review, or an instance of a recurring access review. (To prevent a recurring access review from starting future instances, update it to change its scheduled end date). After the access review stops, reviewers can no longer give input, and the access review decisions can be applied.
1515
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
1616
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
17-
* @see {@link https://learn.microsoft.com/graph/api/accessreview-stop?view=graph-rest-beta|Find more info here}
1817
*/
1918
post(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
2019
/**

packages/msgraph-beta-sdk-accessReviews/accessReviews/item/resetDecisions/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export interface ResetDecisionsRequestBuilder extends BaseRequestBuilder<ResetDe
1414
* In the Microsoft Entra access reviews feature, reset the decisions of a currently active accessReview. The target object can be either a one-time access review, or an instance of a recurring access review. Previous decisions are no longer recorded, but reviewers can continue to update decisions.
1515
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
1616
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
17-
* @see {@link https://learn.microsoft.com/graph/api/accessreview-reset?view=graph-rest-beta|Find more info here}
1817
*/
1918
post(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
2019
/**

packages/msgraph-beta-sdk-accessReviews/accessReviews/item/sendReminder/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export interface SendReminderRequestBuilder extends BaseRequestBuilder<SendRemin
1414
* In the Microsoft Entra access reviews feature, send a reminder to the reviewers of a currently active accessReview. The target object can be either a one-time access review, or an instance of a recurring access review.
1515
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
1616
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
17-
* @see {@link https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-beta|Find more info here}
1817
*/
1918
post(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
2019
/**

packages/msgraph-beta-sdk-accessReviews/accessReviews/item/stop/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export interface StopRequestBuilder extends BaseRequestBuilder<StopRequestBuilde
1414
* In the Microsoft Entra access reviews feature, stop a currently active accessReview. The target object can be either a one-time access review, or an instance of a recurring access review. (To prevent a recurring access review from starting future instances, update it to change its scheduled end date). After the access review stops, reviewers can no longer give input, and the access review decisions can be applied.
1515
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
1616
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
17-
* @see {@link https://learn.microsoft.com/graph/api/accessreview-stop?view=graph-rest-beta|Find more info here}
1817
*/
1918
post(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
2019
/**

packages/msgraph-beta-sdk-admin/admin/edge/internetExplorerMode/siteLists/item/publish/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ export interface PublishRequestBuilder extends BaseRequestBuilder<PublishRequest
5959
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
6060
* @returns {Promise<BrowserSiteList>}
6161
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
62-
* @see {@link https://learn.microsoft.com/graph/api/browsersitelist-publish?view=graph-rest-beta|Find more info here}
6362
*/
6463
post(body: PublishPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<BrowserSiteList | undefined>;
6564
/**

0 commit comments

Comments
 (0)