Skip to content

Commit 0f030ea

Browse files
authored
Merge branch 'main' into v-rmanda/122910/Doc_Review_Quality_Categories_pages
2 parents c72f3d5 + a180cab commit 0f030ea

File tree

76 files changed

+525
-36
lines changed

Some content is hidden

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

76 files changed

+525
-36
lines changed

api-reference/beta/api/backuprestoreroot-enable.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Namespace: microsoft.graph
1616

1717
Enable the [Microsoft 365 Backup Storage](../resources/backuprestoreroot.md) service for a tenant.
1818

19+
Before you call this API, call [List protection policies](../api/backuprestoreroot-list-protectionpolicies.md) to initialize the data store in the tenant. Data store initialization takes about 5 minutes. If you call this API before the data store is initialized, the call results in an error.
20+
1921
[!INCLUDE [national-cloud-support](../../includes/global-only.md)]
2022

2123
## Permissions

api-reference/beta/api/backuprestoreroot-list-driveprotectionunits.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ Don't supply a request body for this method.
4949

5050
If successful, this method returns a `200 OK` response code and a collection of [driveProtectionUnit](../resources/driveprotectionunit.md) in the response body.
5151

52+
For a list of possible error responses, see [Backup Storage API error responses](/graph/backup-storage-error-codes).
53+
5254
## Examples
5355

5456
### Example 1: List all the driveProtectionUnits in a tenant

api-reference/beta/api/backuprestoreroot-list-mailboxprotectionunits.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ Don't supply a request body for this method.
5050

5151
If successful, this method returns a `200 OK` response code and a [mailboxProtectionUnit](../resources/mailboxprotectionunit.md) in the response body.
5252

53+
For a list of possible error responses, see [Backup Storage API error responses](/graph/backup-storage-error-codes).
54+
5355
## Examples
5456

5557
### Example 1: List all mailboxProtectionUnits in a tenant

api-reference/beta/api/backuprestoreroot-list-restorepoints.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "List restorePoints"
3-
description: "Get a list of the restorePoint objects and their properties."
3+
description: "Get a list of restorePoint objects and their properties."
44
author: "tushar20"
55
ms.reviewer: "manikantsinghms"
66
ms.localizationpriority: medium
@@ -14,7 +14,9 @@ Namespace: microsoft.graph
1414

1515
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1616

17-
Get a list of the [restorePoint](../resources/restorepoint.md) objects and their properties.
17+
Get a list of [restorePoint](../resources/restorepoint.md) objects and their properties.
18+
19+
> **Note:** This API returns a maximum of five **restorePoint** objects. If you don't include the `orderBy` parameter, the five most recent restore points are returned.
1820
1921
[!INCLUDE [national-cloud-support](../../includes/global-only.md)]
2022

@@ -28,7 +30,6 @@ Choose the permission or permissions marked as least privileged for this API. Us
2830
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
2931
|Application|BackupRestore-Restore.Read.All|BackupRestore-Restore.ReadWrite.All|
3032

31-
3233
## HTTP request
3334

3435
<!-- {
@@ -40,9 +41,10 @@ GET /solutions/backupRestore/restorePoints?$expand=protectionUnit($filter=id eq
4041
```
4142

4243
## Optional query parameters
43-
This method supports the `$expand` and `$filter` [OData puery parameters](/graph/query-parameters), as shown in the following [example](../api/backuprestoreroot-list-restorepoints.md#request).
4444

45-
The two query parameters are required.
45+
This method supports the `$expand`, `$filter` and `orderBy` [OData query parameters](/graph/query-parameters), as shown in the [example](../api/backuprestoreroot-list-restorepoints.md#request) later in this topic.
46+
47+
The `$expand` and `$filter` query parameters are required.
4648

4749
## Request headers
4850

@@ -58,6 +60,8 @@ Don't supply a request body for this method.
5860

5961
If successful, this method returns a `200 OK` response code and a collection of [restorePoint](../resources/restorepoint.md) object in the response body.
6062

63+
For a list of possible error responses, see [Backup Storage API error responses](/graph/backup-storage-error-codes).
64+
6165
## Examples
6266

6367
### Request

api-reference/beta/api/backuprestoreroot-list-siteprotectionunits.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ Don't supply a request body for this method.
5050

5151
If successful, this method returns a `200 OK` response code and a [siteProtectionUnit](../resources/siteprotectionunit.md) in the response body.
5252

53+
For a list of possible error responses, see [Backup Storage API error responses](/graph/backup-storage-error-codes).
54+
5355
## Examples
5456

5557
### Example 1: List all the siteProtectionUnits in a tenant

api-reference/beta/api/backuprestoreroot-post-exchangeprotectionpolicies.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ In the request body, include a JSON representation of the [exchangeProtectionPol
5656

5757
If successful, this method returns a `201 Created` response code and an [exchangeProtectionPolicy](../resources/exchangeprotectionpolicy.md) object in the response body.
5858

59+
For a list of possible error responses, see [Backup Storage API error responses](/graph/backup-storage-error-codes).
60+
5961
## Examples
6062

6163
### Request

api-reference/beta/api/backuprestoreroot-post-exchangerestoresessions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ You can specify the following properties when you create an **exchangeRestoreSes
6060

6161
If successful, this method returns a `201 Created` response code and an [exchangeRestoreSession](../resources/exchangerestoresession.md) object in the response body.
6262

63+
For a list of possible error responses, see [Backup Storage API error responses](/graph/backup-storage-error-codes).
64+
6365
## Examples
6466

6567
### Example 1: Create exchangeRestoreSession with mailboxRestoreArtifacts

api-reference/beta/api/backuprestoreroot-post-onedriveforbusinessprotectionpolicies.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ You can specify the following properties when creating a **oneDriveForBusinessPr
5454

5555
If successful, this method returns a `201 Created` response code and a [oneDriveForBusinessProtectionPolicy](../resources/onedriveforbusinessprotectionpolicy.md) object in the response body.
5656

57+
For a list of possible error responses, see [Backup Storage API error responses](/graph/backup-storage-error-codes).
58+
5759
## Examples
5860

5961
### Request

api-reference/beta/api/backuprestoreroot-post-onedriveforbusinessrestoresessions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ You can specify the following properties when you create a **oneDriveForBusiness
5959

6060
If successful, this method returns a `201 Created` response code and a [oneDriveForBusinessRestoreSession](../resources/onedriveforbusinessrestoresession.md) object in the response body.
6161

62+
For a list of possible error responses, see [Backup Storage API error responses](/graph/backup-storage-error-codes).
63+
6264
## Examples
6365

6466
### Request

api-reference/beta/api/backuprestoreroot-post-sharepointprotectionpolicies.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ You can specify the following properties when creating a **sharePointProtectionP
5454

5555
If successful, this method returns a `201 Created` response code and a [sharePointProtectionPolicy](../resources/sharepointprotectionpolicy.md) object in the response body.
5656

57+
For a list of possible error responses, see [Backup Storage API error responses](/graph/backup-storage-error-codes).
58+
5759
## Examples
5860

5961
### Request

0 commit comments

Comments
 (0)