Skip to content

Commit eb34c83

Browse files
author
AnQi Fan🍅
committed
fix comments
1 parent 5210184 commit eb34c83

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

api-reference/beta/api/cloudpcusersetting-update.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ The following table shows the properties that are required when you update the [
5555
|localAdminEnabled|Boolean|To turn on the local admin option, change this setting to `true`.|
5656
|resetEnabled|Boolean|Indicates whether an end user is allowed to reset their Cloud PC. When `true`, the user is allowed to reset their Cloud PC. When `false`, end-user initiated reset is not allowed. The default value is `false`. |
5757
|restorePointSetting|[cloudPcRestorePointSetting](../resources/cloudpcrestorepointsetting.md)|Defines how frequently a restore point is created (that is, a snapshot is taken) for users' provisioned Cloud PCs (default is 12 hours), and whether the user is allowed to restore their own Cloud PCs to a backup made at a specific point in time.|
58+
|crossRegionDisasterRecoverySetting |[cloudPcCrossRegionDisasterRecoverySetting](../resources/cloudPcCrossRegionDisasterRecoverySetting.md)|Indicates cross-region disaster recovery settings for the user's Cloud PC.|
5859
|selfServiceEnabled (deprecated)|Boolean|To turn on the self-service option, change this setting to `true`. The **selfServiceEnabled** property is deprecated and will stop returning data on December 1, 2023.|
5960

6061
## Response

api-reference/beta/api/virtualendpoint-post-usersettings.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ The following table lists the properties that are required when you create the [
5454
|lastModifiedDateTime|DateTimeOffset|The last date and time the setting was modified. The timestamp type represents the date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`. |
5555
|localAdminEnabled|Boolean|To turn on the local admin option, change this setting to `true`.  |
5656
|restorePointSetting|[cloudPcRestorePointSetting](../resources/cloudpcrestorepointsetting.md)|Defines how frequently a restore point is created (that is, a snapshot is taken) for users' provisioned Cloud PCs (default is 12 hours), and whether the user is allowed to restore their own Cloud PCs to a backup made at a specific point in time.|
57+
|crossRegionDisasterRecoverySetting |[cloudPcCrossRegionDisasterRecoverySetting](../resources/cloudPcCrossRegionDisasterRecoverySetting.md)|Indicates cross-region disaster recovery settings for the user's Cloud PC.|
5758
|selfServiceEnabled (deprecated)|Boolean|To turn on the self service option, change this setting to `true`. The **selfServiceEnabled** property is deprecated and will stop returning data on December 1, 2023.|
5859

5960
## Response
@@ -151,6 +152,15 @@ Content-Type: application/json
151152
"displayName": "Example",
152153
"selfServiceEnabled": false,
153154
"localAdminEnabled": true,
155+
"crossRegionDisasterRecoverySetting": {
156+
"crossRegionDisasterRecoveryEnabled": true,
157+
"maintainCrossRegionRestorePointEnabled": true,
158+
"disasterRecoveryNetworkSetting": {
159+
"regionName": "westus",
160+
"regionGroup": "usEast"
161+
},
162+
"disasterRecoveryType": "premium"
163+
},
154164
"restorePointSetting": {
155165
"frequencyInHours": 16,
156166
"frequencyType": "sixteenHours",

0 commit comments

Comments
 (0)