Skip to content

Commit 272af5a

Browse files
committed
Acrolinx and review pass.
1 parent acec069 commit 272af5a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

api-reference/v1.0/api/backuprestoreroot-enable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ In the request body, supply a JSON representation of the following parameter.
4545

4646
|Parameter|Type|Description|
4747
|:---|:---|:---|
48-
|appOwnerTenantId|String|The ID of the owning tenant in which the billing profile is created|
48+
|appOwnerTenantId|String|The ID of the owning tenant in which the billing profile is created.|
4949

5050
## Response
5151

concepts/backup-storage-error-codes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The following table lists the possible error and response codes that can be retu
3030
|400|InvalidProtectionUnitId|Thrown when one of the Protection Unit IDs is invalid.|Protection Unit ID is invalid.|
3131
|413|ProtectionUnitsLimitBreached|Thrown when the user tries to add more Protection Units than supported in one request.|Number of Protection Units in each request must not exceed 50.|
3232
|409|PolicyCreationNotAllowed|Thrown when an active protection policy already exists for the service and the user tries to create a new policy.|Can't create Policy. Another active Policy already exists.|
33-
|500|PolicySaveFailed|Thrown when a transient error occurs in the M365 Backup service.|An unknown error occurred. Please try again.|
33+
|500|PolicySaveFailed|Thrown when a transient error occurs in the M365 Backup service.|An unknown error occurred. Try again.|
3434

3535
## Get protection policy API errors
3636

@@ -87,7 +87,7 @@ The following table lists the possible error and response codes that can be retu
8787
| HTTP status code| Error code| Error message | Description|
8888
|:------------------|:--------------|:--------------|:--------------|
8989
|400|InvalidPolicyId|Thrown when the policy ID in request is invalid, null, or empty.|Policy ID is absent.|
90-
|403|PolicyActionNotAllowed|Thrown when the policy isn't in active state.|Policy isn't in correct state. Please wait till it comes in active state.|
90+
|403|PolicyActionNotAllowed|Thrown when the policy isn't in active state.|Policy isn't in correct state. Wait until it moves to the active state.|
9191
|404|PolicyNotFound|Thrown when the ID is valid but the policy doesn't exist.|Unable to get the Protection Policy.|
9292

9393
## Activate inactive protection policy API errors
@@ -101,7 +101,7 @@ The following table lists the possible error and response codes that can be retu
101101
| HTTP status code| Error code| Error message | Description|
102102
|:------------------|:--------------|:--------------|:--------------|
103103
|400|InvalidPolicyId|Thrown when the policy ID in request is invalid, null, or empty.|Policy ID is absent.|
104-
|403|PolicyActionNotAllowed|Thrown when the policy isn't in Inactive state.|Can't activate policy. The policy isn't in correct state. Please make sure the policy is in Inactive state.|
104+
|403|PolicyActionNotAllowed|Thrown when the policy isn't in Inactive state.|Can't activate policy. The policy isn't in correct state. Make sure the policy is in Inactive state.|
105105
|404|PolicyNotFound|Thrown when the ID is valid but the policy doesn't exist.|Unable to get the Protection Policy.|
106106

107107
## List all the protection unit under a protection policy API errors

0 commit comments

Comments
 (0)