Skip to content

Commit d63307b

Browse files
authored
Merge pull request #25606 from microsoftgraph/user/satpatel/onboardingDocUpdate
Updating description of the payload "appOwnerTenantId" in backupRestore/enable
2 parents 5fab228 + 4311996 commit d63307b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
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 tenant in which this application is registered. Required.|
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: 6 additions & 5 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
@@ -282,11 +282,12 @@ The following table lists the possible error and response codes that can be retu
282282

283283
The error codes in this section apply to the following API:
284284

285-
- [Activate serviceApp](/graph/api/serviceapp-activate)
285+
- [Enable BackupRestore](https://learn.microsoft.com/en-us/graph/api/backuprestoreroot-enable)
286286

287287
The following table lists the possible error and response codes that can be returned.
288288

289289
| HTTP status code| Error code| Error message | Description|
290290
|:------------------|:--------------|:--------------|:--------------|
291291
|403|UnableToReadBillingProfile|Unable to read billing profile from billing profile provider.|Unable to read billing profile from billing profile provider.|
292-
|402|BillingProfileNotAvailable|Billing profile isn't available.|Configure the billing profile.|
292+
|402|InvalidBillingProfile|Invalid billing profile received from the provider.|Invalid billing profile received from the provider.|
293+
|400|InvalidAppOwnerTenantId|Owning tenant id not found|Invalid App owner tenant id received from the user.|

0 commit comments

Comments
 (0)