Skip to content

Commit 7377f25

Browse files
authored
Merge pull request #27935 from microsoftgraph/yizcheng/new-enum-mexico
Add new enum value `mexico` to cloudPcGeographicLocationType
2 parents 7817fcf + 2a9e378 commit 7377f25

4 files changed

Lines changed: 30 additions & 7 deletions

File tree

api-reference/beta/resources/cloudpcdomainjoinconfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Represents a defined configuration of how a provisioned Cloud PC device joins to
2121
|:---|:---|:---|
2222
|domainJoinType|[cloudPcDomainJoinType](#cloudpcdomainjointype-values)|Specifies the method by which the provisioned Cloud PC joins Microsoft Entra ID. If you choose the `hybridAzureADJoin` type, only provide a value for the **onPremisesConnectionId** property and leave the **regionName** property empty. If you choose the `azureADJoin` type, provide a value for either the **onPremisesConnectionId** or the **regionName** property. The possible values are: `azureADJoin`, `hybridAzureADJoin`, `unknownFutureValue`.|
2323
|onPremisesConnectionId|String|The Azure network connection ID that matches the virtual network IT admins want the provisioning policy to use when they create Cloud PCs. You can use this property in both domain join types: _Azure AD joined_ or _Hybrid Microsoft Entra joined_. If you enter an **onPremisesConnectionId**, leave the **regionName** property empty.|
24-
|geographicLocationType|[cloudPcGeographicLocationType](./cloudpcsupportedregion.md#cloudpcgeographiclocationtype-values)|The geographic location where the region is located. The possible values are: `default`, `asia`, `australasia`, `canada`, `europe`, `india`, `africa`, `usCentral`, `usEast`, `usWest`, `southAmerica`, `middleEast`, `centralAmerica`, `usGovernment`, `unknownFutureValue`. Default value is default. Read-only.|
24+
|geographicLocationType|[cloudPcGeographicLocationType](./cloudpcsupportedregion.md#cloudpcgeographiclocationtype-values)|The geographic location where the region is located. The possible values are: `default`, `asia`, `australasia`, `canada`, `europe`, `india`, `africa`, `usCentral`, `usEast`, `usWest`, `southAmerica`, `middleEast`, `centralAmerica`, `usGovernment`, `unknownFutureValue`, `mexico`. Use the `Prefer: include-unknown-enum-members` request header to get the following value from this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `mexico`. The default value is `default`. Read-only.|
2525
|regionGroup|[cloudPcRegionGroup](../resources/cloudpcsupportedregion.md#cloudpcregiongroup-values)|The logical geographic group this region belongs to. Multiple regions can belong to one region group. A customer can select a **regionGroup** when they provision a Cloud PC, and the Cloud PC is put in one of the regions in the group based on resource status. For example, the Europe region group contains the Northern Europe and Western Europe regions. The 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`, `australasia`, `europe`. 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`, `australasia`, `europe`. Read-only.|
2626
|regionName|String|The supported Azure region where the IT admin wants the provisioning policy to create Cloud PCs. The underlying virtual network is created and managed by the Windows 365 service. This can only be entered if the IT admin chooses Microsoft Entra joined as the domain join type. If you enter a **regionName**, leave the **onPremisesConnectionId** property empty.|
2727
|type (deprecated)|[cloudPcDomainJoinType](#cloudpcdomainjointype-values)|Specifies the method by which the provisioned Cloud PC joins Microsoft Entra ID. If you choose the `hybridAzureADJoin` type, only provide a value for the **onPremisesConnectionId** property and leave **regionName** as empty. If you choose the `azureADJoin` type, provide a value for either **onPremisesConnectionId** or **regionName**. The possible values are: `azureADJoin`, `hybridAzureADJoin`, `unknownFutureValue`. The **type** property is deprecated and will stop returning data on January 31, 2024. Going forward, use the **domainJoinType** property.|

api-reference/beta/resources/cloudpcsupportedregion.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Represents a supported region to establish an Azure network connection for Cloud
2929
|displayName|String|The name for the supported region. Read-only.|
3030
|id|String|The unique identifier for the supported region. Read-only.|
3131
|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. The 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`. 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.|
32-
|geographicLocationType|[cloudPcGeographicLocationType](#cloudpcgeographiclocationtype-values)| The geographic location where the region is located. The possible values are: `default`, `asia`, `australasia`, `canada`, `europe`, `india`, `africa`, `usCentral`, `usEast`, `usWest`, `southAmerica`, `middleEast`, `centralAmerica`, `usGovernment`, `unknownFutureValue`. Default value is default. Read-only.|
32+
|geographicLocationType|[cloudPcGeographicLocationType](#cloudpcgeographiclocationtype-values)| The geographic location where the region is located. The possible values are: `default`, `asia`, `australasia`, `canada`, `europe`, `india`, `africa`, `usCentral`, `usEast`, `usWest`, `southAmerica`, `middleEast`, `centralAmerica`, `usGovernment`, `unknownFutureValue`, `mexico`. Use the `Prefer: include-unknown-enum-members` request header to get the following value from this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `mexico`. The default value is `default`. Read-only.|
3333
|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.|
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.|
@@ -82,7 +82,7 @@ Represents a supported region to establish an Azure network connection for Cloud
8282
| netherlands | The region belongs to the region group: Netherlands. |
8383
| brazil | The region belongs to the region group: Brazil. |
8484
| israel | The region belongs to the region group: Israel. |
85-
| automatic | There's no preference for a specific region or region group. Windows 365 service distribute the Cloud PCs across all healthy regions within the chosen grouping to maximize reliability and availability. |
85+
| automatic | There's no preference for a specific region or region group. Windows 365 service distributes the Cloud PCs across all healthy regions within the chosen grouping to maximize reliability and availability. |
8686
| indonesia | The region belongs to the region group: Indonesia. |
8787
| taiwan | The region belongs to the region group: Taiwan. |
8888
| malaysia | The region belongs to the region group: Malaysia. |
@@ -111,6 +111,7 @@ Represents a supported region to establish an Azure network connection for Cloud
111111
| centralAmerica | The region belongs to the geographic location: Central America. |
112112
| usGovernment | The region belongs to the geographic location: US government. |
113113
| unknownFutureValue | Evolvable enumeration sentinel value. Don't use. |
114+
| mexico | The region belongs to the geographic location: Mexico. |
114115

115116
## Relationships
116117

changelog/Microsoft.CloudManagedDesktop.json

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
{
22
"changelog": [
3+
{
4+
"ChangeList": [
5+
{
6+
"Id": "461939f1-516e-4817-9853-e40eb3728eeb",
7+
"ApiChange": "Member",
8+
"ChangedApiName": "mexico",
9+
"ChangeType": "Addition",
10+
"Description": "Added the `mexico` member to the **cloudPcGeographicLocationType** enumeration.",
11+
"Target": "cloudPcGeographicLocationType"
12+
}
13+
],
14+
"Id": "461939f1-516e-4817-9853-e40eb3728eeb",
15+
"Cloud": "Prod",
16+
"Version": "beta",
17+
"CreatedDateTime": "2026-01-21T10:03:56.9188489Z",
18+
"WorkloadArea": "Device and app management",
19+
"SubArea": "Cloud PC"
20+
},
321
{
422
"ChangeList": [
523
{
@@ -49,7 +67,7 @@
4967
"Cloud": "Prod",
5068
"Version": "v1.0",
5169
"CreatedDateTime": "2025-12-15T08:21:53.8509284Z",
52-
"WorkloadArea": "Devices and app management",
70+
"WorkloadArea": "Device and app management",
5371
"SubArea": "Cloud PC"
5472
},
5573
{
@@ -169,7 +187,7 @@
169187
"Cloud": "Prod",
170188
"Version": "beta",
171189
"CreatedDateTime": "2025-10-24T08:21:53.8509284Z",
172-
"WorkloadArea": "Devices and app management",
190+
"WorkloadArea": "Device and app management",
173191
"SubArea": "Cloud PC"
174192
},
175193
{
@@ -203,7 +221,7 @@
203221
"Cloud": "Review",
204222
"Version": "beta",
205223
"CreatedDateTime": "2025-09-23T02:57:30.4566481Z",
206-
"WorkloadArea": "Devices and app management",
224+
"WorkloadArea": "Device and app management",
207225
"SubArea": "Cloud PC"
208226
},
209227
{

concepts/whats-new-overview.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "What's new in Microsoft Graph"
33
description: "Find out what's new in Microsoft Graph APIs, SDKs, documentation, and other resources."
44
author: "lauragra"
55
ms.localizationpriority: high
6-
ms.date: 01/12/2026
6+
ms.date: 01/20/2026
77
ms.topic: whats-new
88
---
99

@@ -40,6 +40,10 @@ The `TeamsAppInstallation.ManageSelectedForTeam.All` is the least privileged app
4040

4141
## January 2026: New in preview only
4242

43+
### Device and app management | Cloud PC
44+
45+
Added `mexico` as a new supported value for the **geographicLocationType** property on [cloudPcDomainJoinConfiguration](/graph/api/resources/cloudpcdomainjoinconfiguration?view=graph-rest-beta&preserve-view=true) and [cloudPcSupportedRegion](/graph/api/resources/cloudpcsupportedregion?view=graph-rest-beta&preserve-view=true).
46+
4347
### Message trace
4448

4549
Use the message trace API to track the flow of email messages through your Exchange Online organization. For more information, see [exchangeMessageTrace](/graph/api/resources/exchangemessagetrace?view=graph-rest-beta&preserve-view=true).

0 commit comments

Comments
 (0)