Skip to content

Commit 0c6304a

Browse files
committed
add
1 parent 19b834d commit 0c6304a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

api-reference/beta/api/virtualendpoint-list-supportedregions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ Content-Type: application/json
129129
"regionRestrictionDetail": {
130130
"cPURestricted": true,
131131
"gPURestricted": true,
132-
"nestedVirtualizationRestricted": true
132+
"nestedVirtualizationRestricted": true,
133+
"availabilityZoneRestricted": true
133134
}
134135
}
135136
]

api-reference/beta/resources/cloudpcsupportedregion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Represents a supported region to establish an Azure network connection for Cloud
3030
|geographicLocationType|[cloudPcGeographicLocationType](../resources/cloudpcgeographiclocationtype.md)| The geographic location where the region is located. Read-only.|
3131
|id|String|The unique identifier for the supported region. Read-only.|
3232
|regionGroup|[cloudPcRegionGroup](../resources/cloudpcregiongroup.md)|The geographic group this region belongs to. Multiple regions can belong to one region group. For example, the `europeUnion` region group contains the Northern Europe and Western Europe regions. A customer can select a region group when provisioning a Cloud PC; however, the Cloud PC is put under one of the regions under the group based on resource capacity. The region with more quota is chosen. Read-only.|
33-
|regionRestrictionDetail|[cloudPcSupportedRegionRestrictionDetail](../resources/cloudpcsupportedregionrestrictiondetail.md)| When the region isn't available, all region restrictions are set to `true`. These restrictions apply to three properties: **cPURestricted**, **gPURestricted**, and **nestedVirtualizationRestricted**. **cPURestricted** indicates whether the region is available for CPU, **gPURestricted** indicates whether the region is available for GPU, and **nestedVirtualizationRestricted** indicates whether the region is available for nested virtualization. Read-only.|
33+
|regionRestrictionDetail|[cloudPcSupportedRegionRestrictionDetail](../resources/cloudpcsupportedregionrestrictiondetail.md)| When the region isn't available, all region restrictions are set to `true`. These restrictions apply to four properties: **cPURestricted**, **gPURestricted**, **nestedVirtualizationRestricted** and **availabilityZoneRestricted**. **cPURestricted** indicates whether the region is available for CPU, **gPURestricted** indicates whether the region is available for GPU, **nestedVirtualizationRestricted** indicates whether the region is available for nested virtualization, and **availabilityZoneRestricted** indicates whether the region is available for availability zone support. Read-only.|
3434
|regionStatus|[cloudPcSupportedRegionStatus](#cloudpcsupportedregionstatus-values)|The status of the supported region. The possible values are: `available`, `restricted`, `unavailable`, `unknownFutureValue`. Read-only.|
3535
|supportedSolution|[cloudPcManagementService](../resources/cloudpconpremisesconnection.md#cloudpcmanagementservice-values)|The supported service or solution for the region. The possible values are: `windows365`, `devBox`, `unknownFutureValue`, `rpaBox`, `microsoft365Opal`, `microsoft365BizChat`. Use the `Prefer: include-unknown-enum-members` request header to get the following value or values in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `rpaBox`. Read-only.|
3636

0 commit comments

Comments
 (0)