You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-reference/beta/resources/cloudpcdeviceimage.md
+2-12Lines changed: 2 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,7 @@ Represents the image resource on a Cloud PC.
44
44
|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.|
45
45
|status|[cloudPcDeviceImageStatus](#cloudpcdeviceimagestatus-values)|The status of the image on the Cloud PC. The possible values are: `pending`, `ready`, `warning`, `failed`, `unknownFutureValue`. Read-only.|
46
46
|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.|
49
48
50
49
### cloudPcDeviceImageErrorCode values
51
50
@@ -99,14 +98,6 @@ Represents the image resource on a Cloud PC.
99
98
|sourceImageNotSupportCustomizeVMName|A computer name setting issue exists on the resultant generalized image, which prevents the customization of the VM name with the provided image.|
100
99
|sourceImageSizeExceedsLimitation|The size of the customer-uploaded source image exceeds the shared image gallery (SIG) limitations, which results in image creation failure.|
101
100
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.|
Copy file name to clipboardExpand all lines: api-reference/beta/resources/cloudpcgalleryimage.md
+1-11Lines changed: 1 addition & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,6 @@ Represents the gallery image resource of the current organization that can be us
44
44
|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.|
45
45
|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.|
46
46
|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.|
48
47
49
48
### cloudPcGalleryImageStatus values
50
49
@@ -55,14 +54,6 @@ Represents the gallery image resource of the current organization that can be us
55
54
|notSupported|The gallery image is out of support. |
|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.|
"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.",
Copy file name to clipboardExpand all lines: concepts/whats-new-overview.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,10 @@ Added the **riskFactors** and **riskScore** properties to the [applicationTempla
80
80
- 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).
81
81
- 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.
82
82
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
+
83
87
### Files
84
88
85
89
- 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