Skip to content

Commit bbba3ba

Browse files
authored
Merge pull request #28857 from microsoftgraph/main
Merge to publish.
2 parents 67c1dcf + 5c306b9 commit bbba3ba

491 files changed

Lines changed: 3729 additions & 1113 deletions

File tree

Some content is hidden

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

api-reference/beta/api/accesspackage-getapplicablepolicyrequirements.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ Choose the permission or permissions marked as least privileged for this API. Us
2323
<!-- { "blockType": "permissions", "name": "accesspackage_getapplicablepolicyrequirements" } -->
2424
[!INCLUDE [permissions-table](../includes/permissions/accesspackage-getapplicablepolicyrequirements-permissions.md)]
2525

26-
[!INCLUDE [rbac-entitlement-access-package-manager-write](../includes/rbac-for-apis/rbac-entitlement-management-access-package-manager-apis-write.md)]
27-
2826
## HTTP request
2927

3028
<!-- {

api-reference/beta/api/accessreview-addreviewer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ If successful, this method returns a `201 Created` response code.
5454

5555
This is an example of updating a one-time (not reoccurring) access review with another reviewer.
5656

57-
##### Request
57+
### Request
5858
In the request body, supply a JSON representation of the id of the user object.
5959

6060

@@ -102,7 +102,7 @@ Content-Type: application/json
102102

103103
---
104104

105-
##### Response
105+
### Response
106106
<!-- {
107107
"blockType": "response",
108108
"truncated": true

api-reference/beta/api/accessreview-delete.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Don't supply a request body for this method.
4646
If successful, this method returns a `204, No Content` response code. It doesn't return anything in the response body.
4747

4848
## Example
49-
##### Request
49+
### Request
5050

5151
# [HTTP](#tab/http)
5252
<!-- {
@@ -87,7 +87,7 @@ DELETE https://graph.microsoft.com/beta/accessReviews/2975E9B5-44CE-4E71-93D3-30
8787

8888
---
8989

90-
##### Response
90+
### Response
9191
>**Note:** The response object shown here might be shortened for readability.
9292
<!-- {
9393
"blockType": "response",

api-reference/beta/api/accessreview-get.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Don't supply a request body for this method.
4949
If successful, this method returns a `200 OK` response code and an [accessReview](../resources/accessreview.md) object in the response body.
5050

5151
## Example
52-
##### Request
52+
### Request
5353

5454

5555
# [HTTP](#tab/http)
@@ -91,7 +91,7 @@ GET https://graph.microsoft.com/beta/accessReviews/2b83cc42-09db-46f6-8c6e-16fec
9191

9292
---
9393

94-
##### Response
94+
### Response
9595
>**Note:** The response object shown here might be shortened for readability.
9696
<!-- {
9797
"blockType": "response",

api-reference/beta/api/accessreview-list.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Do not supply a request body.
5353
If successful, this method returns a `200 OK` response code and an array of [accessReview](../resources/accessreview.md) objects in the response body.
5454

5555
## Examples
56-
##### Request
56+
### Request
5757
The following example shows a request to retrieve all the one-time and recurring access reviews for a business flow template '6e4f3d20-c5c3-407f-9695-8460952bcc68'.
5858

5959
# [HTTP](#tab/http)
@@ -95,7 +95,7 @@ GET https://graph.microsoft.com/beta/accessReviews?$filter=businessFlowTemplateI
9595

9696
---
9797

98-
##### Response
98+
### Response
9999
>**Note:** The response object shown here might be shortened for readability.
100100
<!-- {
101101
"blockType": "response",

api-reference/beta/api/accessreview-listdecisions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ No request body should be supplied.
4747
If successful, this method returns a `200 OK` response code and an array of [accessReviewDecision](../resources/accessreviewdecision.md) objects in the response body.
4848

4949
## Example
50-
##### Request
50+
### Request
5151

5252

5353
# [HTTP](#tab/http)
@@ -89,7 +89,7 @@ GET https://graph.microsoft.com/beta/accessReviews/2b83cc42-09db-46f6-8c6e-16fec
8989

9090
---
9191

92-
##### Response
92+
### Response
9393
>**Note:** The response object shown here might be shortened for readability.
9494
<!-- {
9595
"blockType": "response",

api-reference/beta/api/accessreview-listmydecisions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ No request body should be supplied.
4545
If successful, this method returns a `200 OK` response code and an array of [accessReviewDecision](../resources/accessreviewdecision.md) objects in the response body, for which the calling user is an assigned reviewer.
4646

4747
## Example
48-
##### Request
48+
### Request
4949

5050

5151
# [HTTP](#tab/http)
@@ -87,7 +87,7 @@ GET https://graph.microsoft.com/beta/accessReviews/2b83cc42-09db-46f6-8c6e-16fec
8787

8888
---
8989

90-
##### Response
90+
### Response
9191
>**Note:** The response object shown here might be shortened for readability.
9292
<!-- {
9393
"blockType": "response",

api-reference/beta/api/accessreview-listreviewers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ No request body should be supplied.
4646
If successful, this method returns a `200 OK` response code and an array of [userIdentity](../resources/useridentity.md) objects in the response body.
4747

4848
## Example
49-
##### Request
49+
### Request
5050

5151

5252
# [HTTP](#tab/http)
@@ -88,7 +88,7 @@ GET https://graph.microsoft.com/beta/accessReviews/2b83cc42-09db-46f6-8c6e-16fec
8888

8989
---
9090

91-
##### Response
91+
### Response
9292
>**Note:** The response object shown here might be shortened for readability.
9393
<!-- {
9494
"blockType": "response",

api-reference/beta/api/accessreview-removereviewer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If successful, this method returns a `204 No Content` response code.
4949
This is an example of updating a one-time (not reoccurring) access review to remove an unnecessary reviewer.
5050

5151

52-
##### Request
52+
### Request
5353
In the request URL, supply the ID of the accessReview object and then the ID of the user object.
5454

5555

@@ -93,7 +93,7 @@ DELETE https://graph.microsoft.com/beta/accessReviews/2b83cc42-09db-46f6-8c6e-16
9393

9494
---
9595

96-
##### Response
96+
### Response
9797
<!-- {
9898
"blockType": "response",
9999
"truncated": true

api-reference/beta/api/accessreview-reset.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Don't supply a request body for this method.
4444
If successful, this method returns a `204 No Content` response code. It doesn't return anything in the response body.
4545

4646
## Example
47-
##### Request
47+
### Request
4848

4949
# [HTTP](#tab/http)
5050
<!-- {
@@ -85,7 +85,7 @@ POST https://graph.microsoft.com/beta/accessReviews/2975E9B5-44CE-4E71-93D3-30F0
8585

8686
---
8787

88-
##### Response
88+
### Response
8989
<!-- {
9090
"blockType": "response",
9191
"truncated": true

0 commit comments

Comments
 (0)