Skip to content

Commit 3fb5a0f

Browse files
committed
add
1 parent ea82d7f commit 3fb5a0f

2 files changed

Lines changed: 24 additions & 5 deletions

File tree

api-reference/beta/resources/cloudpcsupportedregionrestrictiondetail.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: "cloudPcSupportedRegionRestrictionDetail resource type"
3-
description: "Represents the restriction status of a Cloud PC supported region, including the CPU provisioning status, GPU provisioning status, and nested virtualization provisioning status."
4-
author: "JannyMa"
3+
description: "Represents the restriction status of a Cloud PC supported region, including the CPU provisioning status, GPU provisioning status, nested virtualization provisioning status, and availability zone support status."
4+
author: "yizcheng-574"
55
ms.localizationpriority: medium
66
ms.subservice: "cloud-pc"
77
doc_type: resourcePageType
8-
ms.date: 01/16/2025
8+
ms.date: 03/31/2026
99
---
1010

1111
# cloudPcSupportedRegionRestrictionDetail resource type
@@ -23,7 +23,7 @@ Represents the restriction status of a [cloudPcSupportedRegion](../resources/clo
2323
| cPURestricted | Boolean | Indicates that the region is restricted for Cloud PC CPU provisioning. `True` indicates that Cloud PC provisioning with CPU isn't available in this region. `false` indicates that it's available. The default value is `false`. Read-only. |
2424
| gPURestricted | Boolean | Indicates that the region is restricted for Cloud PC GPU provisioning. `True` indicates that Cloud PC provisioning with GPU isn't available in this region. `false` indicates that it's available. The default value is `false`. Read-only. |
2525
| nestedVirtualizationRestricted | Boolean | Indicates that the region is restricted for Cloud PC nested virtualization provisioning. `True` indicates that Cloud PC provisioning with nested virtualization isn't available in this region; `false` indicates that it's available. The default value is `false`. Read-only. |
26-
26+
| availabilityZoneRestricted | Boolean | Indicates that the region is restricted due to lack of availability zone support. When `True`, the region does not have availability zone infrastructure and is intended for disaster recovery scenarios only. When `false`, the region has full availability zone support. The default is `false`. Read-Only. |
2727
## Relationships
2828

2929
None.
@@ -43,6 +43,7 @@ The following JSON representation shows the resource type.
4343
"@odata.type": "#microsoft.graph.cloudPcSupportedRegionRestrictionDetail",
4444
"cPURestricted": "Boolean",
4545
"gPURestricted": "Boolean",
46-
"nestedVirtualizationRestricted": "Boolean"
46+
"nestedVirtualizationRestricted": "Boolean",
47+
"availabilityZoneRestricted": "Boolean"
4748
}
4849
```

changelog/Microsoft.CloudManagedDesktop.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
{
22
"changelog": [
3+
{
4+
"ChangeList": [
5+
{
6+
"Id": "c2c26a46-94e4-4747-a731-042b7a546a7d",
7+
"ApiChange": "Property",
8+
"ChangedApiName": "availabilityZoneRestricted",
9+
"ChangeType": "Addition",
10+
"Description": "Added the **availabilityZoneRestricted** property to the [cloudPcSupportedRegionRestrictionDetail](https://learn.microsoft.com/en-us/graph/api/resources/intune-cloudPcSupportedRegionRestrictionDetail?view=graph-rest-beta) resource.",
11+
"Target": "cloudPcSupportedRegionRestrictionDetail"
12+
}
13+
],
14+
"Id": "c2c26a46-94e4-4747-a731-042b7a546a7d",
15+
"Cloud": "Prod",
16+
"Version": "beta",
17+
"CreatedDateTime": "2026-03-31T02:11:55.9180259Z",
18+
"WorkloadArea": "Devices and app management",
19+
"SubArea": "Cloud PC"
20+
},
321
{
422
"ChangeList": [
523
{

0 commit comments

Comments
 (0)