Skip to content

Commit 8ea1636

Browse files
committed
Acrolinx minimums
1 parent c5535e0 commit 8ea1636

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

api-reference/beta/resources/networkaccess-connectivity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ None.
2424
## Properties
2525
|Property|Type|Description|
2626
|:---|:---|:---|
27-
|id|String|Identifier. Inherited from [microsoft.graph.entity](../resources/entity.md).|
27+
|id|String|The unique identifier for this resource. Inherited from [microsoft.graph.entity](../resources/entity.md).|
2828

2929
## Relationships
3030
|Relationship|Type|Description|
3131
|:---|:---|:---|
32-
|branches|[microsoft.graph.networkaccess.branchSite](../resources/networkaccess-branchsite.md) collection|Branches represent locations for connectivity. **DEPRECATED AND TO BE RETIRED SOON. Use the remoteNetwork relationship and its associated APIs instead.**|
33-
|remoteNetworks|[microsoft.graph.networkaccess.remoteNetwork](../resources/networkaccess-remotenetwork.md) collection|Represent locations, such as branches, that are connected to Global Secure Access services through an IPsec tunnel.|
32+
|branches|[microsoft.graph.networkaccess.branchSite](../resources/networkaccess-branchsite.md) collection|The locations for connectivity. **DEPRECATED AND TO BE RETIRED SOON. Use the remoteNetwork relationship and its associated APIs instead.**|
33+
|remoteNetworks|[microsoft.graph.networkaccess.remoteNetwork](../resources/networkaccess-remotenetwork.md) collection|The locations, such as branches, that are connected to Global Secure Access services through an IPsec tunnel.|
3434

3535
## JSON representation
3636
Here's is a JSON representation of the resource.

api-reference/beta/resources/onedriveforbusinessrestoresession.md

Lines changed: 4 additions & 4 deletions
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
@@ -37,7 +37,7 @@ Inherits from [restoreSessionBase](../resources/restoresessionbase.md).
3737
|error|[publicError](../resources/publicerror.md)|Contains error details if the restore session fails or completes with an error.|
3838
|lastModifiedBy|[identitySet](../resources/identityset.md)|Identity of the person who last modified this restore session.|
3939
|lastModifiedDateTime|DateTimeOffset|Timestamp of the last modification of this restore session.|
40-
|status|[restoreSessionStatus](../resources/onedriveforbusinessrestoresession.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`.|
40+
|status|[restoreSessionStatus](../resources/onedriveforbusinessrestoresession.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`.|
4141

4242
### restoreSessionStatus values
4343

@@ -49,12 +49,12 @@ Inherits from [restoreSessionBase](../resources/restoresessionbase.md).
4949
|completedWithError|Some artifacts failed to restore, and some succeeded.|
5050
|completed| All restore artifacts successfully restored.|
5151
|failed| All restore artifacts failed to restore.|
52-
|unknownFutureValue| Evolvable enumeration sentinel value. Do not use.|
52+
|unknownFutureValue| Evolvable enumeration sentinel value. Don't use.|
5353

5454
## Relationships
5555
|Relationship|Type|Description|
5656
|:---|:---|:---|
57-
|driveRestoreArtifacts|[driveRestoreArtifact](../resources/driverestoreartifact.md) collection|A collection of restore points and destination details that can be used to restore a OneDrive for Business drive.|
57+
|driveRestoreArtifacts|[driveRestoreArtifact](../resources/driverestoreartifact.md) collection|A collection of restore points and destination details that can be used to restore a OneDrive for Work or School drive.|
5858

5959
## JSON representation
6060
The following JSON representation shows the resource type.

0 commit comments

Comments
 (0)