Skip to content

Commit f8e3cb4

Browse files
authored
Merge branch 'main' into yuxiang/onboard-regionalInaccessibleCloudPcTrendReport
2 parents 8a474e1 + 6e5423f commit f8e3cb4

File tree

111 files changed

+2417
-180
lines changed

Some content is hidden

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

111 files changed

+2417
-180
lines changed

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

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

26+
[!INCLUDE [rbac-access-review-policy-apis-read](../includes/rbac-for-apis/rbac-access-review-policy-apis-read.md)]
27+
2628
## HTTP request
2729

2830
<!-- {

api-reference/beta/api/accessreviewpolicy-update.md

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

26+
[!INCLUDE [rbac-access-review-policy-apis-update](../includes/rbac-for-apis/rbac-access-review-policy-apis-update.md)]
27+
2628
## HTTP request
2729

2830
<!-- {

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ Read the properties of an [announcement](../resources/announcement.md) object.
2020

2121
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).
2222

23-
<!-- {
24-
"blockType": "permissions",
25-
"name": "announcement-get-permissions"
26-
}
27-
-->
23+
<!-- { "blockType": "permissions", "name": "announcement_get" } -->
2824
[!INCLUDE [permissions-table](../includes/permissions/announcement-get-permissions.md)]
2925

3026
Any user can call these APIs, there are no admin role requirements.

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ Get a list of the [announcement](../resources/announcement.md) objects and their
2020

2121
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).
2222

23-
<!-- {
24-
"blockType": "permissions",
25-
"name": "announcement-list-permissions"
26-
}
27-
-->
23+
<!-- { "blockType": "permissions", "name": "announcement_list" } -->
2824
[!INCLUDE [permissions-table](../includes/permissions/announcement-list-permissions.md)]
2925

3026
Any user can call these APIs, there are no admin role requirements.

api-reference/beta/api/authentication-delete-hardwareoathmethods.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
2626
"name": "authentication-delete-hardwareoathmethods-permissions"
2727
}
2828
-->
29-
<!-- {
30-
"blockType": "permissions",
31-
"name": "authentication-delete-hardwareoathmethods-permissions"
32-
}
33-
-->
29+
<!-- { "blockType": "permissions", "name": "authentication_delete_hardwareoathmethods" } -->
3430
[!INCLUDE [permissions-table](../includes/permissions/authentication-delete-hardwareoathmethods-permissions.md)]
3531

3632
## Permissions acting on other users

api-reference/beta/api/authentication-list-hardwareoathmethods.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,11 @@ Get a list of the [hardware tokens](../resources/hardwareoathauthenticationmetho
2121
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).
2222

2323
### Permissions acting on self
24-
<!-- {
25-
"blockType": "permissions",
26-
"name": "authentication-list-hardwareoathmethods-permissions"
27-
}
28-
-->
24+
<!-- { "blockType": "permissions", "name": "authentication_list_hardwareoathmethods" } -->
2925
[!INCLUDE [permissions-table](../includes/permissions/authentication-list-hardwareoathmethods-permissions.md)]
3026

3127
### Permissions acting on other users
32-
<!-- {
33-
"blockType": "permissions",
34-
"name": "authentication-list-hardwareoathmethods-2-permissions"
35-
}
36-
-->
28+
<!-- { "blockType": "permissions", "name": "authentication_list_hardwareoathmethods_2" } -->
3729
[!INCLUDE [permissions-table](../includes/permissions/authentication-list-hardwareoathmethods-2-permissions.md)]
3830

3931
## HTTP request

api-reference/beta/api/authentication-post-hardwareoathmethods.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,7 @@ Assign a [hardware token](../resources/hardwareoathauthenticationmethod.md) to a
2121
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).
2222

2323
## Permissions acting on self
24-
<!-- {
25-
"blockType": "permissions",
26-
"name": "authentication-post-hardwareoathmethods-permissions"
27-
}
28-
-->
24+
<!-- { "blockType": "permissions", "name": "authentication_post_hardwareoathmethods" } -->
2925
[!INCLUDE [permissions-table](../includes/permissions/authentication-post-hardwareoathmethods-permissions.md)]
3026

3127
## Permissions acting on other users
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
---
2+
title: "Delete driveRestoreArtifactsBulkAdditionRequest"
3+
description: "Delete a driveRestoreArtifactsBulkAdditionRequest object associated with a oneDriveForBusinessRestoreSession."
4+
author: "vidula-verma"
5+
ms.localizationpriority: medium
6+
ms.subservice: "m365-backup-storage"
7+
doc_type: apiPageType
8+
ms.date: 12/11/2024
9+
---
10+
11+
# Delete driveRestoreArtifactsBulkAdditionRequest
12+
13+
Namespace: microsoft.graph
14+
15+
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
16+
17+
Delete a [driveRestoreArtifactsBulkAdditionRequest](../resources/driverestoreartifactsbulkadditionrequest.md) object associated with a [oneDriveForBusinessRestoreSession](../resources/onedriveforbusinessrestoresession.md).
18+
19+
## Permissions
20+
21+
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).
22+
23+
<!-- {
24+
"blockType": "permissions",
25+
"name": "driverestoreartifactsbulkadditionrequest-delete"
26+
}
27+
-->
28+
[!INCLUDE [permissions-table](../includes/permissions/driverestoreartifactsbulkadditionrequest-delete-permissions.md)]
29+
30+
## HTTP request
31+
32+
<!-- {
33+
"blockType": "ignored"
34+
}
35+
-->
36+
``` http
37+
DELETE /solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSessionId}/driveRestoreArtifactsBulkAdditionRequests/{driveRestoreArtifactsBulkAdditionRequestId}
38+
```
39+
40+
## Request headers
41+
42+
|Name|Description|
43+
|:---|:---|
44+
|Authorization|Bearer {token}. Required. Learn more about [authentication and authorization](/graph/auth/auth-concepts).|
45+
46+
## Request body
47+
48+
Don't supply a request body for this method.
49+
50+
## Response
51+
52+
If successful, this method returns a `204 No Content` response code.
53+
54+
## Examples
55+
56+
### Request
57+
58+
The following example shows a request.
59+
<!-- {
60+
"blockType": "request",
61+
"name": "delete_driverestoreartifactsbulkadditionrequest"
62+
}
63+
-->
64+
``` http
65+
DELETE https://graph.microsoft.com/beta/solutions/backupRestore/oneDriveForBusinessRestoreSessions/d8078599-3b3c-468d-b6ff-adf161a42760/driveRestoreArtifactsBulkAdditionRequests/4437afcf-e520-463c-90a7-ca96401d8039
66+
```
67+
68+
69+
### Response
70+
71+
The following example shows the response.
72+
<!-- {
73+
"blockType": "response",
74+
"truncated": true
75+
}
76+
-->
77+
``` http
78+
HTTP/1.1 204 No Content
79+
```
80+
Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
---
2+
title: "Get driveRestoreArtifactsBulkAdditionRequest"
3+
description: "Get a driveRestoreArtifactsBulkAdditionRequest object by its ID, associated with a oneDriveForBusinessRestoreSession."
4+
author: "vidula-verma"
5+
ms.localizationpriority: medium
6+
ms.subservice: "m365-backup-storage"
7+
doc_type: apiPageType
8+
ms.date: 12/11/2024
9+
---
10+
11+
# Get driveRestoreArtifactsBulkAdditionRequest
12+
13+
Namespace: microsoft.graph
14+
15+
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
16+
17+
Get a [driveRestoreArtifactsBulkAdditionRequest](../resources/driverestoreartifactsbulkadditionrequest.md) object by its **id**, associated with a [oneDriveForBusinessRestoreSession](../resources/onedriveforbusinessrestoresession.md).
18+
19+
## Permissions
20+
21+
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).
22+
23+
<!-- {
24+
"blockType": "permissions",
25+
"name": "driverestoreartifactsbulkadditionrequest-get-permissions"
26+
}
27+
-->
28+
[!INCLUDE [permissions-table](../includes/permissions/driverestoreartifactsbulkadditionrequest-get-permissions.md)]
29+
30+
## HTTP request
31+
32+
<!-- {
33+
"blockType": "ignored"
34+
}
35+
-->
36+
``` http
37+
GET /solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSessionId}/driveRestoreArtifactsBulkAdditionRequests/{driveRestoreArtifactsBulkAdditionRequestId}
38+
```
39+
40+
## Optional query parameters
41+
42+
This method doesn't support the [OData query parameters](/graph/query-parameters) to help customize the response.
43+
44+
## Request headers
45+
46+
|Name|Description|
47+
|:---|:---|
48+
|Authorization|Bearer {token}. Required. Learn more about [authentication and authorization](/graph/auth/auth-concepts).|
49+
50+
## Request body
51+
52+
Don't supply a request body for this method.
53+
54+
## Response
55+
56+
If successful, this method returns a `200 OK` response code and a [driveRestoreArtifactsBulkAdditionRequest](../resources/driverestoreartifactsbulkadditionrequest.md) object in the response body.
57+
58+
## Examples
59+
60+
### Request
61+
62+
The following example shows a request.
63+
<!-- {
64+
"blockType": "request",
65+
"name": "get_driverestoreartifactsbulkadditionrequest"
66+
}
67+
-->
68+
``` http
69+
GET https://graph.microsoft.com/beta/solutions/backupRestore/oneDriveForBusinessRestoreSessions/493635f0-b8c0-4c7f-bcb7-b20c85d97efe/driveRestoreArtifactsBulkAdditionRequests/e79d0a79-7210-4369-9177-6297f0555242
70+
```
71+
72+
73+
### Response
74+
75+
The following example shows the response.
76+
<!-- {
77+
"blockType": "response",
78+
"truncated": true,
79+
"@odata.type": "microsoft.graph.driveRestoreArtifactsBulkAdditionRequest"
80+
}
81+
-->
82+
``` http
83+
HTTP/1.1 200 OK
84+
Content-Type: application/json
85+
86+
{
87+
"@odata.type": "#microsoft.graph.driveRestoreArtifactsBulkAdditionRequest",
88+
"drives": [],
89+
"id": "e79d0a79-7210-4369-9177-6297f0555242",
90+
"destinationType": "new",
91+
"tags": "fastRestore",
92+
"restorePointPreference": "latest",
93+
"displayName": "ODB-BulkRestoreArtifacts",
94+
"status": "active",
95+
"createdDateTime": "2024-12-04T07:51:58.9045003Z",
96+
"lastModifiedDateTime": "2024-12-04T07:51:58.9045003Z",
97+
"protectionTimePeriod": {
98+
"startDateTime": "2024-01-01T00:00:00Z",
99+
"endDateTime": "2024-01-08T00:00:00Z"
100+
},
101+
"createdBy": {
102+
"user": {
103+
"identity": "6f707fc8-0250-4fd5-89b5-c0312bea7460"
104+
}
105+
},
106+
"lastModifiedBy": {
107+
"user": {
108+
"identity": "6f707fc8-0250-4fd5-89b5-c0312bea7460"
109+
}
110+
}
111+
}
112+
```
113+

0 commit comments

Comments
 (0)