Skip to content

Commit c137d6a

Browse files
authored
Merge pull request #27803 from microsoftgraph/niniliu/removeArch
remove osArchitecture from custom and gallery image
2 parents 60640f2 + 4f53f41 commit c137d6a

9 files changed

+48
-36
lines changed

api-reference/beta/api/cloudpcdeviceimage-get.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ Content-Type: application/json
128128
"statusDetails": null,
129129
"errorCode": null,
130130
"osVersionNumber": "10.0.22631.3593",
131-
"sizeInGB": 64,
132-
"osArchitecture": "x64"
131+
"sizeInGB": 64
133132
}
134133
```

api-reference/beta/api/cloudpcgalleryimage-get.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ Content-Type: application/json
135135
"startDate": "2024-09-30",
136136
"endDate": "2027-10-11",
137137
"expirationDate": "2028-04-11",
138-
"osVersionNumber": "10.0.26100.0",
139-
"osArchitecture": "x64"
138+
"osVersionNumber": "10.0.26100.0"
140139
}
141140
```

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,7 @@ Content-Type: application/json
134134
"statusDetails": null,
135135
"errorCode": null,
136136
"osVersionNumber": "10.0.22631.3593",
137-
"sizeInGB": 64,
138-
"osArchitecture": "x64"
137+
"sizeInGB": 64
139138
}
140139
]
141140
}

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,7 @@ Content-Type: application/json
136136
"startDate": "2023-10-31",
137137
"endDate": "2026-11-10",
138138
"expirationDate": "2027-05-10",
139-
"osVersionNumber": "10.0.22631.0",
140-
"osArchitecture": "x64"
139+
"osVersionNumber": "10.0.22631.0"
141140
},
142141
{
143142
"id": "microsoftwindowsdesktop_windows-ent-cpc_win11-24H2-ent-cpc",
@@ -156,8 +155,7 @@ Content-Type: application/json
156155
"startDate": "2024-09-30",
157156
"endDate": "2027-10-11",
158157
"expirationDate": "2028-04-11",
159-
"osVersionNumber": "10.0.26100.0",
160-
"osArchitecture": "x64"
158+
"osVersionNumber": "10.0.26100.0"
161159
}
162160
]
163161
}

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ Content-Type: application/json
144144
"osStatus": null,
145145
"expirationDate": null,
146146
"osVersionNumber": null,
147-
"sizeInGB": 64,
148-
"osArchitecture": "x64"
147+
"sizeInGB": 64
149148
}
150149
```

api-reference/beta/resources/cloudpcdeviceimage.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ Represents the image resource on a Cloud PC.
4444
|sourceImageResourceId|String|The unique identifier (ID) of the source image resource on Azure. The required ID format is: "/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images/{imageName}". Read-only.|
4545
|status|[cloudPcDeviceImageStatus](#cloudpcdeviceimagestatus-values)|The status of the image on the Cloud PC. The possible values are: `pending`, `ready`, `warning`, `failed`, `unknownFutureValue`. Read-only.|
4646
|version|String|The image version. For example, `0.0.1` and `1.5.13`. Read-only.|
47-
|osArchitecture|[cloudPcImageOsArchitectureType](#cloudpcimageosarchitecturetype-values)|Indicates the OS architecture of the image. Possible values are x64, arm64. Default value is x64. Read-only.|
48-
|statusDetails (deprecated)|[cloudPcDeviceImageStatusDetails](#cloudpcdeviceimagestatusdetails-values)|The details of the status of the image that indicates why the upload failed, if applicable. The possible values are: `internalServerError`, `sourceImageNotFound`, `osVersionNotSupported`, `sourceImageInvalid`, `sourceImageNotGeneralized`, `unknownFutureValue`, `vmAlreadyAzureAdJoined`, `paidSourceImageNotSupport`, `sourceImageNotSupportCustomizeVMName`, `sourceImageSizeExceedsLimitation`. Use the `Prefer: include-unknown-enum-members` request header to get the following values from this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `vmAlreadyAzureAdJoined`, `paidSourceImageNotSupport`, `sourceImageNotSupportCustomizeVMName`, `sourceImageSizeExceedsLimitation`. Read-only. The **statusDetails** property is deprecated and will stop returning data on January 31, 2024. Going forward, use the **errorCode** property.|
47+
|statusDetails (deprecated)|[cloudPcDeviceImageStatusDetails](#cloudpcdeviceimagestatusdetails-values)|The details of the status of the image that indicates why the upload failed, if applicable. Possible values are: `internalServerError`, `sourceImageNotFound`, `osVersionNotSupported`, `sourceImageInvalid`, `sourceImageNotGeneralized`, `unknownFutureValue`, `vmAlreadyAzureAdJoined`, `paidSourceImageNotSupport`, `sourceImageNotSupportCustomizeVMName`, `sourceImageSizeExceedsLimitation`. Use the `Prefer: include-unknown-enum-members` request header to get the following values from this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `vmAlreadyAzureAdJoined`, `paidSourceImageNotSupport`, `sourceImageNotSupportCustomizeVMName`, `sourceImageSizeExceedsLimitation`. Read-only. The **statusDetails** property is deprecated and will stop returning data on January 31, 2024. Going forward, use the **errorCode** property.|
4948

5049
### cloudPcDeviceImageErrorCode values
5150

@@ -99,14 +98,6 @@ Represents the image resource on a Cloud PC.
9998
|sourceImageNotSupportCustomizeVMName|A computer name setting issue exists on the resultant generalized image, which prevents the customization of the VM name with the provided image.|
10099
|sourceImageSizeExceedsLimitation|The size of the customer-uploaded source image exceeds the shared image gallery (SIG) limitations, which results in image creation failure.|
101100

102-
### cloudPcImageOsArchitectureType values
103-
104-
|Member|Description|
105-
|:---|:---|
106-
|x64|Default. Indicates the Cloud PC device image is associated with x64 operating system architecture. |
107-
|arm64|Indicates the Cloud PC device image is associated with arm64 operating system architecture, where Arm64-based VMs provide up to 50% better price-performance than comparable x64 VMs.|
108-
|unknownFutureValue|Evolvable enumeration sentinel value. Don't use.|
109-
110101
## Relationships
111102

112103
None.
@@ -139,7 +130,6 @@ The following JSON representation shows the resource type.
139130
"sourceImageResourceId": "String",
140131
"status": "String",
141132
"statusDetails": "String",
142-
"version": "String",
143-
"osArchitecture": "String"
133+
"version": "String"
144134
}
145135
```

api-reference/beta/resources/cloudpcgalleryimage.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ Represents the gallery image resource of the current organization that can be us
4444
|recommendedSku (deprecated)|String|The recommended Cloud PC SKU for this gallery image. Read-only. The **recommendedSku** property is deprecated and will stop returning data on January 31, 2024.|
4545
|sku (deprecated)|String|The SKU name of this image that is passed to ARM to retrieve the image resource. Read-only. The **sku** property is deprecated and will stop returning data on January 31, 2024. Going forward, use the **skuName** property.|
4646
|skuDisplayName (deprecated)|String|The official display SKU name of this gallery image. For example, `2004`. Read-only. The **skuDisplayName** property is deprecated and will stop returning data on January 31, 2024.|
47-
|osArchitecture|[cloudPcImageOsArchitectureType](#cloudpcimageosarchitecturetype-values)|Indicates the OS architecture of the image. Possible values are x64, arm64. Default value is x64. Read-only.|
4847

4948
### cloudPcGalleryImageStatus values
5049

@@ -55,14 +54,6 @@ Represents the gallery image resource of the current organization that can be us
5554
|notSupported|The gallery image is out of support. |
5655
|unknownFutureValue|Evolvable enumeration sentinel value. Don't use. |
5756

58-
### cloudPcImageOsArchitectureType values
59-
60-
|Member|Description|
61-
|:---|:---|
62-
|x64|Default. Indicates the Cloud PC device image is associated with x64 operating system architecture. |
63-
|arm64|Indicates the Cloud PC device image is associated with arm64 operating system architecture, where Arm64-based VMs provide up to 50% better price-performance than comparable x64 VMs.|
64-
|unknownFutureValue|Evolvable enumeration sentinel value. Don't use.|
65-
6657
## Relationships
6758

6859
None.
@@ -98,7 +89,6 @@ The following JSON representation shows the resource type.
9889
"skuDisplayName": "String",
9990
"skuName": "String",
10091
"startDate": "String (Date)",
101-
"status": "String",
102-
"osArchitecture": "String"
92+
"status": "String"
10393
}
10494
```

changelog/Microsoft.CloudManagedDesktop.json

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,40 @@
11
{
22
"changelog": [
3-
{
3+
{
4+
"ChangeList": [
5+
{
6+
"Id": "f178819f-70f1-4489-811a-9bb2a9c79086",
7+
"ApiChange": "Enumeration",
8+
"ChangedApiName": "cloudPcImageOsArchitectureType",
9+
"ChangeType": "Deletion",
10+
"Description": "Removed the **cloudPcImageOsArchitectureType** enumeration type.",
11+
"Target": "cloudPcImageOsArchitectureType"
12+
},
13+
{
14+
"Id": "f178819f-70f1-4489-811a-9bb2a9c79086",
15+
"ApiChange": "Property",
16+
"ChangedApiName": "osArchitecture",
17+
"ChangeType": "Deletion",
18+
"Description": "Removed the **osArchitecture** property from the [cloudPcDeviceImage](https://learn.microsoft.com/en-us/graph/api/resources/cloudPcDeviceImage?view=graph-rest-beta) resource.",
19+
"Target": "cloudPcDeviceImage"
20+
},
21+
{
22+
"Id": "f178819f-70f1-4489-811a-9bb2a9c79086",
23+
"ApiChange": "Property",
24+
"ChangedApiName": "osArchitecture",
25+
"ChangeType": "Deletion",
26+
"Description": "Removed the **osArchitecture** property from the [cloudPcGalleryImage](https://learn.microsoft.com/en-us/graph/api/resources/cloudPcGalleryImage?view=graph-rest-beta) resource.",
27+
"Target": "cloudPcGalleryImage"
28+
}
29+
],
30+
"Id": "f178819f-70f1-4489-811a-9bb2a9c79086",
31+
"Cloud": "Prod",
32+
"Version": "beta",
33+
"CreatedDateTime": "2025-12-02T09:55:21.2146082Z",
34+
"WorkloadArea": "Devices and app management",
35+
"SubArea": "Cloud PC"
36+
},
37+
{
438
"ChangeList": [
539
{
640
"Id": "382c3075-26fc-4093-8518-75389ec935f3",

concepts/whats-new-overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ Added the **riskFactors** and **riskScore** properties to the [applicationTempla
8080
- Removed the **placeId** property from the [place](/graph/api/resources/place?view=graph-rest-beta&preserve-view=true) resource and its derived types. Going forward only the following derived types of **place** have the **placeId** property: [room](/graph/api/resources/room?view=graph-rest-beta&preserve-view=true) and [workspace](/graph/api/resources/workspace?view=graph-rest-beta&preserve-view=true).
8181
- Removed the [offlinePlaceMode](/graph/api/resources/offlineplacemode?view=graph-rest-beta&preserve-view=true) resource in favor of the [unavailablePlaceMode](/graph/api/resources/unavailableplacemode?view=graph-rest-beta&preserve-view=true) resource.
8282

83+
### Devices and app management | Cloud PC
84+
85+
Removed the **osArchitecture** property from the [cloudPcDeviceImage](/graph/api/resources/cloudpcdeviceimage?view=graph-rest-beta&preserve-view=true) and [cloudPcGalleryImage](/graph/api/resources/cloudpcgalleryimage?view=graph-rest-beta&preserve-view=true) resources.
86+
8387
### Files
8488

8589
- Use the SharePoint cross-tenant migration APIs in Microsoft Graph to enable organizations to manage identity mappings during tenant-to-tenant migrations. For more information, see [sharePointUserIdentityMapping](/graph/api/resources/sharePointUserIdentityMapping?view=graph-rest-beta&preserve-view=true) and [sharePointGroupIdentityMapping](/graph/api/resources/sharePointGroupIdentityMapping?view=graph-rest-beta&preserve-view=true).

0 commit comments

Comments
 (0)