Skip to content

Commit 18a9e67

Browse files
authored
Merge pull request #25336 from microsoftgraph/JarbasHorst-patch-8
Fixed issues related to members of the cloudPcRegionGroup enum
2 parents e691765 + 3f7ff8a commit 18a9e67

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

api-reference/beta/resources/cloudpcdisasterrecoverymicrosofthostednetworksetting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Inherits from [cloudPcDisasterRecoveryNetworkSetting](../resources/cloudpcdisast
2121

2222
|Property|Type|Description|
2323
|:---|:---|:---|
24-
|regionGroup|[cloudPcRegionGroup](../resources/cloudpcsupportedregion.md#cloudpcregiongroup-values)|Indicates the logic geographic group this region belongs to. Multiple regions can belong to one region group. When a region group is configured for disaster recovery, the new Cloud PC is assigned to one of the regions within the group based on resource availability. For example, the `europeUnion` region group contains the North Europe and West Europe regions. Possible values are: `default`, `australia`, `canada`, `usCentral`, `usEast`, `usWest`, `france`, `germany`, `europeUnion`, `unitedKingdom`, `japan`, `asia`, `india`, `southAmerica`, `euap`, `usGovernment`, `usGovernmentDOD`, `unknownFutureValue`, `norway`, `switzerland``southKorea`. You must use the `Prefer: include-unknown-enum-members` request header to get the following values in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `norway`, `switzerland``southKorea`.|
24+
|regionGroup|[cloudPcRegionGroup](../resources/cloudpcsupportedregion.md#cloudpcregiongroup-values)|Indicates the logic geographic group this region belongs to. Multiple regions can belong to one region group. When a region group is configured for disaster recovery, the new Cloud PC is assigned to one of the regions within the group based on resource availability. For example, the `europeUnion` region group contains the North Europe and West Europe regions. Possible values are: `default`, `australia`, `canada`, `usCentral`, `usEast`, `usWest`, `france`, `germany`, `europeUnion`, `unitedKingdom`, `japan`, `asia`, `india`, `southAmerica`, `euap`, `usGovernment`, `usGovernmentDOD`, `unknownFutureValue`, `norway`, `switzerland`,`southKorea`, `middleEast`, `mexico`. You must use the `Prefer: include-unknown-enum-members` request header to get the following values in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `norway`, `switzerland`,`southKorea`, `middleEast`, `mexico`.|
2525
|regionName|String|Indicates the Azure region that the new Cloud PC is assigned to. The Windows 365 service creates and manages the underlying virtual network.|
2626

2727
## Relationships

api-reference/beta/resources/cloudpcsupportedregion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Represents a supported region to establish an Azure network connection for Cloud
2727
|:--- |:--- |:--- |
2828
|displayName|String|The name for the supported region. Read-only.|
2929
|id|String|The unique identifier for the supported region. Read-only.|
30-
|regionGroup|[cloudPcRegionGroup](#cloudpcregiongroup-values)|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. Possible values are: `default`, `australia`, `canada`, `usCentral`, `usEast`, `usWest`, `france`, `germany`, `europeUnion`, `unitedKingdom`, `japan`, `asia`, `india`, `southAmerica`, `euap`, `usGovernment`, `usGovernmentDOD`, `unknownFutureValue`, `norway`, `switzerland``southKorea`. You must use the `Prefer: include-unknown-enum-members` request header to get the following value(s) in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `norway`, `switzerland``southKorea`. Read-only.|
30+
|regionGroup|[cloudPcRegionGroup](#cloudpcregiongroup-values)|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. Possible values are: `default`, `australia`, `canada`, `usCentral`, `usEast`, `usWest`, `france`, `germany`, `europeUnion`, `unitedKingdom`, `japan`, `asia`, `india`, `southAmerica`, `euap`, `usGovernment`, `usGovernmentDOD`, `unknownFutureValue`, `norway`, `switzerland`,`southKorea`, `middleEast`, `mexico`. You must use the `Prefer: include-unknown-enum-members` request header to get the following values in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `norway`, `switzerland`,`southKorea`, `middleEast`, `mexico`. Read-only.|
3131
|regionStatus|[cloudPcSupportedRegionStatus](#cloudpcsupportedregionstatus-values)|The status of the supported region. Possible values are: `available`, `restricted`, `unavailable`, `unknownFutureValue`. Read-only.|
3232
|supportedSolution|[cloudPcManagementService](../resources/cloudpconpremisesconnection.md#cloudpcmanagementservice-values)|The supported service or solution for the region. The possible values are: `windows365`, `devBox`, `unknownFutureValue`, `rpaBox`. You must 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.|
3333

changelog/Microsoft.CloudManagedDesktop.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,16 @@
5757
"ApiChange": "Member",
5858
"ChangedApiName": "middleEast",
5959
"ChangeType": "Addition",
60-
"Description": "Added the `middleEast` member to the **cloudPcSupportedRegion** enumeration.",
61-
"Target": "cloudPcSupportedRegion"
60+
"Description": "Added the `middleEast` member to the **cloudPcRegionGroup** enumeration.",
61+
"Target": "cloudPcRegionGroup"
6262
},
6363
{
6464
"Id": "574e5196-9210-44e8-82e3-09603fd11e24",
6565
"ApiChange": "Member",
6666
"ChangedApiName": "mexico",
6767
"ChangeType": "Addition",
68-
"Description": "Added the `mexico` member to the **cloudPcSupportedRegion** enumeration.",
69-
"Target": "cloudPcSupportedRegion"
68+
"Description": "Added the `mexico` member to the **cloudPcRegionGroup** enumeration.",
69+
"Target": "cloudPcRegionGroup"
7070
}
7171
],
7272
"Id": "574e5196-9210-44e8-82e3-09603fd11e24",

0 commit comments

Comments
 (0)