Skip to content

Commit 843b8e5

Browse files
committed
Acrolinx and review pass.
1 parent a7602f1 commit 843b8e5

7 files changed

+17
-17
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Create oneDriveForBusinessRestoreSession"
3-
description: "Create a new OneDrive for Business restore session."
3+
description: "Create a new OneDrive restore session."
44
author: "tushar20"
55
ms.reviewer: "manikantsinghms"
66
ms.localizationpriority: medium

api-reference/beta/resources/exchangerestoresession.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Inherits from [restoreSessionBase](../resources/restoresessionbase.md).
3535
|error|[publicError](../resources/publicerror.md)|Contains error details if the restore session fails or completes with an error.|
3636
|lastModifiedBy|[identitySet](../resources/identityset.md)|Identity of the person who last modified this restore session.|
3737
|lastModifiedDateTime|DateTimeOffset|Timestamp of last modification of this restore session.|
38-
|status|[restoreSessionStatus](../resources/exchangerestoresession.md#restoresessionstatus-values)|Status of the restore session. The value is an aggregated status of the restored artifacts. The possible values are: `draft`, `activating`, `active`, `completedWithError`, `completed`, `unknownFutureValue`, `failed`. Note that you must use the `Prefer: include-unknown-enum-members` request header to get the following value in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `failed`.|
39-
|restoreJobType|[restoreJobType](../resources/enums.md#restorejobtype-values)|Indicates whether the restore sesssion was created normally or by a bulk job.|
38+
|restoreJobType|[restoreJobType](../resources/enums.md#restorejobtype-values)|Indicates whether the restore session was created normally or by a bulk job.|
4039
|restoreSessionArtifactCount|[restoreSessionArtifactCount](../resources/restoresessionartifactcount.md)|The number of metadata artifacts that belong to this restore session.|
40+
|status|[restoreSessionStatus](../resources/exchangerestoresession.md#restoresessionstatus-values)|Status of the restore session. The value is an aggregated status of the restored artifacts. The possible values are: `draft`, `activating`, `active`, `completedWithError`, `completed`, `unknownFutureValue`, `failed`. Note that you must use the `Prefer: include-unknown-enum-members` request header to get the following value in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `failed`.|
4141

4242
### restoreSessionStatus values
4343
|Member | Description |
@@ -48,7 +48,7 @@ Inherits from [restoreSessionBase](../resources/restoresessionbase.md).
4848
|completedWithError|Some artifacts failed to restore, and some succeeded.|
4949
|completed| All restore artifacts successfully restored.|
5050
|failed| All restore artifacts failed to restore.|
51-
|unknownFutureValue| Evolvable enumeration sentinel value. Do not use.|
51+
|unknownFutureValue| Evolvable enumeration sentinel value. Don't use.|
5252

5353
## Relationships
5454
|Relationship|Type|Description|

api-reference/beta/resources/granularmailboxrestoreartifact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Inherits from [mailboxRestoreArtifact](../resources/mailboxRestoreArtifact.md).
3636
|restoredItemCount|Int32|Number of items that are being restored in the folder.|
3737
|searchResponseId|String|.|
3838
|startDateTime|DateTimeOffset|The time when the restoration of the artifact started. Inherited from [restoreArtifactBase](../resources/restoreartifactbase.md).|
39-
|status|[artifactRestoreStatus](../resources/mailboxrestoreartifact.md#artifactrestorestatus-values)|The restoration status of the artifact. Inherited from [restoreArtifactBase](../resources/restoreartifactbase.md).T he possible values are: `added`, `scheduling`, `scheduled`, `inProgress`, `succeeded`, `failed`, `unknownFutureValue`.|
39+
|status|[artifactRestoreStatus](../resources/mailboxrestoreartifact.md#artifactrestorestatus-values)|The restoration status of the artifact. Inherited from [restoreArtifactBase](../resources/restoreartifactbase.md). The possible values are: `added`, `scheduling`, `scheduled`, `inProgress`, `succeeded`, `failed`, `unknownFutureValue`.|
4040

4141
## Relationships
4242
|Relationship|Type|Description|

api-reference/beta/resources/onedriveforbusinessrestoresession.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "oneDriveForBusinessRestoreSession resource type"
3-
description: "epresents restore-related tasks on artifacts that are protected by a OneDrive protection policy."
3+
description: "Represents restore-related tasks on artifacts that are protected by a OneDrive protection policy."
44
author: "tushar20"
55
ms.reviewer: "manikantsinghms"
66
ms.localizationpriority: medium

api-reference/beta/resources/restoresessionartifactcount.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "restoreSessionArtifactCount resource type"
3-
description: "Represents artifact count metadata of a particular restoreSession"
3+
description: "Represents artifact count metadata of a particular restoreSession."
44
author: "satpatel1"
55
ms.reviewer: "satpatel1"
66
ms.localizationpriority: medium
@@ -32,10 +32,10 @@ Represents artifact count metadata of a particular [Restore Session](../resource
3232

3333
|Property|Type|Description|
3434
|:---|:---|:---|
35-
|total|Int32|Number of artifacts present in the restore session.|
36-
|inProgress|Int32|Count of artifacts whose restore is in progress.|
37-
|completed|Int32|Count of artifacts whose restore is completed.|
38-
|failed|Int32|Count of artifacts whose restore is failed.|
35+
|total|Int32|The number of artifacts present in the restore session.|
36+
|inProgress|Int32|The number of artifacts whose restoration is in progress.|
37+
|completed|Int32|The number of artifacts whose restoration completed.|
38+
|failed|Int32|The number of artifacts whose restoration failed.|
3939

4040
## JSON representation
4141

api-reference/beta/resources/restoresessionbase.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "restoreSessionBase resource type"
3-
description: "Describes a restore session and its properties"
3+
description: "Represents a restore session and its properties."
44
author: "tushar20"
55
ms.reviewer: "manikantsinghms"
66
ms.localizationpriority: medium
@@ -17,7 +17,7 @@ Namespace: microsoft.graph
1717

1818
Represents a restore session for a [protection unit](protectionunitbase.md) that's protected by a [protection policy](protectionpolicybase.md). Restore session APIs are used by global admins, SharePoint Online admins, and Exchange Online admins to perform restore-related tasks on artifacts that are protected as part of protection policy.
1919

20-
Restoring to both a new location and the same URL in a single restore session is not supported.
20+
Restoring to both a new location and the same URL in a single restore session isn't supported.
2121

2222
## Methods
2323

@@ -39,9 +39,9 @@ Restoring to both a new location and the same URL in a single restore session is
3939
|error|publicError|Contains error details if the restore session fails or completes with an error.|
4040
|lastModifiedBy|identitySet|Identity of the person who last modified the restore session.|
4141
|lastModifiedDateTime|DateTimeOffset|Timestamp of the last modification of the restore session.|
42-
|status|[restoreSessionStatus](../resources/restoresessionbase.md#restoresessionstatus-values)|Status of the restore session. The value is an aggregated status of the restored artifacts. The possible values are: `draft`, `activating`, `active`, `completedWithError`, `completed`, `unknownFutureValue`, `failed`. You must use the `Prefer: include-unknown-enum-members` request header to get the following value in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `failed`.|
43-
|restoreJobType|[restoreJobType](../resources/enums.md#restorejobtype-values)|Indicates whether the restore sesssion was created normally or by a bulk job.|
42+
|restoreJobType|[restoreJobType](../resources/enums.md#restorejobtype-values)|Indicates whether the restore session was created normally or by a bulk job.|
4443
|restoreSessionArtifactCount|[restoreSessionArtifactCount](../resources/restoresessionartifactcount.md)|The number of metadata artifacts that belong to this restore session.|
44+
|status|[restoreSessionStatus](../resources/restoresessionbase.md#restoresessionstatus-values)|Status of the restore session. The value is an aggregated status of the restored artifacts. The possible values are: `draft`, `activating`, `active`, `completedWithError`, `completed`, `unknownFutureValue`, `failed`. You must use the `Prefer: include-unknown-enum-members` request header to get the following value in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `failed`.|
4545

4646
### restoreSessionStatus values
4747

api-reference/beta/resources/sharepointrestoresession.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ Inherits from [restoreSessionBase](../resources/restoresessionbase.md).
3838
|error|[publicError](../resources/publicerror.md)|Contains error details if the restore session fails or is completed with error.|
3939
|lastModifiedBy|[identitySet](../resources/identityset.md)|Identity of the person who last modified this restore session.|
4040
|lastModifiedDateTime|DateTimeOffset|Timestamp of last modification of this restore session.|
41-
|status|[restoreSessionStatus](../resources/sharepointrestoresession.md#restoresessionstatus-values)|Status of the restore session. The value is an aggregated status of restore artifacts. The possible values are: `draft`, `activating`, `active`, `completedWithError`, `completed`, `unknownFutureValue`, `failed`. You must use the `Prefer: include-unknown-enum-members` request header to get the following value in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `failed`.|
42-
|restoreJobType|[restoreJobType](../resources/enums.md#restorejobtype-values)|Indicates whether the restore sesssion was created normally or by a bulk job.|
41+
|restoreJobType|[restoreJobType](../resources/enums.md#restorejobtype-values)|Indicates whether the restore session was created normally or by a bulk job.|
4342
|restoreSessionArtifactCount|[restoreSessionArtifactCount](../resources/restoresessionartifactcount.md)|The number of metadata artifacts that belong to this restore session.|
43+
|status|[restoreSessionStatus](../resources/sharepointrestoresession.md#restoresessionstatus-values)|Status of the restore session. The value is an aggregated status of restore artifacts. The possible values are: `draft`, `activating`, `active`, `completedWithError`, `completed`, `unknownFutureValue`, `failed`. You must use the `Prefer: include-unknown-enum-members` request header to get the following value in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `failed`.|
4444

4545
### restoreSessionStatus values
4646

0 commit comments

Comments
 (0)