Skip to content

Commit 2d48e38

Browse files
authored
Merge pull request #25624 from microsoftgraph/tannikaM-patch-1
Update servicestatus.md with more details about protectionChangeLocke…
2 parents fad9bf1 + f359ed6 commit 2d48e38

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

api-reference/beta/resources/servicestatus.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.reviewer: "manikantsinghms"
66
ms.localizationpriority: medium
77
ms.subservice: "m365-backup-storage"
88
doc_type: resourcePageType
9+
ms.date: 11/29/2024
910
---
1011

1112
# serviceStatus resource type
@@ -57,6 +58,17 @@ Represents the tenant-level service status of the backup service.
5758
|restoreLocked | Service is locked with no protection change and no restore. The protection policy can't be created or updated. No new protection items can be added or removed. No restore can be performed.|
5859
|unknownFutureValue | Evolvable enumeration sentinel value. Don't use.|
5960

61+
#### protectionChangeLocked
62+
63+
A service is locked with no change in protection allowed in the following scenarios:
64+
65+
- The tenant has no active service apps. If no active service apps are found for the tenant, the feature status of the tenant changes from `enabled` to `protectionChangeLocked`. To resolve this issue, the tenant needs to activate a service app and call the [enable](../api/backuprestoreroot-enable.md) API.
66+
- The tenant has an unhealthy billing profile. When an unhealthy billing profile is found for a tenant, the feature status is automatically moved from `enabled` to `protectionChangeLocked`, and the policies are deactivated right away. To resolve this issue, the tenant needs to update the billing profile with a healthy one and wait for 24-48 hours for the changes to take effect.
67+
68+
#### restoreLocked
69+
70+
When a tenant stays in the `protectionChangeLocked` status for 30 days, the status changes from `protectionChangeLocked` to `restoreLocked`. With this change, restore capabilities are blocked, and billing also stops. To resolve this issue, the tenant needs to follow the steps to resolve the issue based on the scenarios described in [protectionChangeLocked](#protectionchangelocked).
71+
6072
## Relationships
6173

6274
None.

api-reference/v1.0/resources/servicestatus.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,17 @@ Represents the tenant-level service status of the backup service.
5656
|restoreLocked | Service is locked with no protection change and no restore. The protection policy can't be created or updated. No new protection items can be added or removed. No restore can be performed.|
5757
|unknownFutureValue | Evolvable enumeration sentinel value. Don't use.|
5858

59+
#### protectionChangeLocked
60+
61+
A service is locked with no change in protection allowed in the following scenarios:
62+
63+
- The tenant has no active service apps. If no active service apps are found for the tenant, the feature status of the tenant changes from `enabled` to `protectionChangeLocked`. To resolve this issue, the tenant needs to activate a service app and call the [enable](../api/backuprestoreroot-enable.md) API.
64+
- The tenant has an unhealthy billing profile. When an unhealthy billing profile is found for a tenant, the feature status is automatically moved from `enabled` to `protectionChangeLocked`, and the policies are deactivated right away. To resolve this issue, the tenant needs to update the billing profile with a healthy one and wait for 24-48 hours for the changes to take effect.
65+
66+
#### restoreLocked
67+
68+
When a tenant stays in the `protectionChangeLocked` status for 30 days, the status changes from `protectionChangeLocked` to `restoreLocked`. With this change, restore capabilities are blocked, and billing also stops. To resolve this issue, the tenant needs to follow the steps to resolve the issue based on the scenarios described in [protectionChangeLocked](#protectionchangelocked).
69+
5970
## Relationships
6071

6172
None.

0 commit comments

Comments
 (0)