Skip to content

Commit 7316b5d

Browse files
author
Huijun Jin (from Dev Box)
committed
Update API request path
1 parent c31ac32 commit 7316b5d

File tree

5 files changed

+41
-7
lines changed

5 files changed

+41
-7
lines changed

api-reference/beta/api/cloudpc-retrievereviewstatus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
3131
-->
3232

3333
``` http
34-
GET /cloudPCs/{cloudPCId}/retrieveReviewStatus
34+
GET /deviceManagement/virtualEndpoint/cloudPCs/{cloudPCId}/retrieveReviewStatus
3535
```
3636

3737
## Optional query parameters
@@ -65,7 +65,7 @@ The following example shows a request.
6565
-->
6666

6767
``` http
68-
GET https://graph.microsoft.com/beta/cloudPCs/b0a9cde2-e170-4dd9-97c3-ad1d3328a711/retrieveReviewStatus
68+
GET https://graph.microsoft.com/deviceManagement/virtualEndpoint/beta/cloudPCs/b0a9cde2-e170-4dd9-97c3-ad1d3328a711/retrieveReviewStatus
6969
```
7070

7171
### Response

api-reference/beta/api/cloudpc-retrievesnapshots.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
3131
-->
3232

3333
``` http
34-
GET /cloudPCs/{cloudPCId}/retrieveSnapshots
34+
GET /deviceManagement/virtualEndpoint/cloudPCs/{cloudPCId}/retrieveSnapshots
3535
```
3636

3737
## Request headers
@@ -61,7 +61,7 @@ The following example shows a request.
6161
-->
6262

6363
``` http
64-
GET https://graph.microsoft.com/beta/cloudPCs/b0a9cde2-e170-4dd9-97c3-ad1d3328a711/retrieveSnapshots
64+
GET https://graph.microsoft.com/beta/deviceManagement/virtualEndpoint/cloudPCs/b0a9cde2-e170-4dd9-97c3-ad1d3328a711/retrieveSnapshots
6565
```
6666

6767
### Response

api-reference/beta/api/cloudpc-setreviewstatus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
3030
-->
3131

3232
``` http
33-
POST /cloudPCs/{cloudPCId}/setReviewStatus
33+
POST /deviceManagement/virtualEndpoint/cloudPCs/{cloudPCId}/setReviewStatus
3434
```
3535

3636
## Request headers
@@ -64,7 +64,7 @@ The following example shows a request.
6464
}
6565
-->
6666
``` http
67-
POST https://graph.microsoft.com/beta/cloudPCs/b0a9cde2-e170-4dd9-97c3-ad1d3328a711/setReviewStatus
67+
POST https://graph.microsoft.com/beta/deviceManagement/virtualEndpoint/cloudPCs/b0a9cde2-e170-4dd9-97c3-ad1d3328a711/setReviewStatus
6868
Content-Type: application/json
6969
7070
{

api-reference/beta/resources/cloudpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Represents a cloud-managed virtual desktop. This Cloud PC is also enrolled in In
3535
|[Troubleshoot](../api/cloudpc-troubleshoot.md)|None|Troubleshoot a specific Cloud PC object. Use this API to check the health status of the Cloud PC and the session host.|
3636
|[Restore](../api/cloudpc-restore.md)|None|Restore a Cloud PC object to a previous state from a snapshot.|
3737
|[Set review status](../api/cloudpc-setreviewstatus.md)|None|Set the review status of a specific Cloud PC device using the Cloud PC ID.|
38-
|[Retrieve review status](../api/cloudpc-retrievereviewstatus.md)|[cloudPcReviewStatus](../resources/cloudpcreviewstatus.md)|Get the [review status](..\resources\cloudpcreviewstatus.md) of a Cloud PC.|
38+
|[Retrieve review status](../api/cloudpc-retrievereviewstatus.md)|[cloudPcReviewStatus](../resources/cloudpcreviewstatus.md)|Get the [review status](../resources/cloudpcreviewstatus.md) of a Cloud PC.|
3939
|[List for user](../api/user-list-cloudpcs.md)|[cloudPC](../resources/cloudpc.md) collection|List the Cloud PC devices that are attributed to the signed-in user.|
4040
|[Get launch info](../api/cloudpc-getcloudpclaunchinfo.md)|[cloudPcLaunchInfo](../resources/cloudpclaunchinfo.md)|Get the [cloudPCLaunchInfo](../resources/cloudpclaunchinfo.md) for a specific Cloud PC.|
4141
|[Get connectivity history](../api/cloudpc-getcloudpcconnectivityhistory.md)|[cloudPcConnectivityEvent](../resources/cloudpcconnectivityevent.md) collection|Get the Cloud PC connectivity history.|

changelog/Microsoft.CloudManagedDesktop.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
{
22
"changelog": [
3+
{
4+
"ChangeList": [
5+
{
6+
"Id": "261e0caa-d16c-cc61-46cd-11857d3c23f1",
7+
"ApiChange": "Method",
8+
"ChangedApiName": "GET",
9+
"ChangeType": "Change",
10+
"Description": "Updated the [cloudPC: retrieveReviewStatus](https://learn.microsoft.com/en-us/graph/api/cloudpc-retrieveReviewStatus?view=graph-rest-beta) method HTTP request.",
11+
"Target": "retrieveReviewStatus"
12+
},
13+
{
14+
"Id": "261e0caa-d16c-cc61-46cd-11857d3c23f1",
15+
"ApiChange": "Method",
16+
"ChangedApiName": "POST",
17+
"ChangeType": "Change",
18+
"Description": "Updated the [cloudPC: setReviewStatus](https://learn.microsoft.com/en-us/graph/api/cloudpc-setReviewStatus?view=graph-rest-beta) method HTTP request.",
19+
"Target": "setReviewStatus"
20+
},
21+
{
22+
"Id": "261e0caa-d16c-cc61-46cd-11857d3c23f1",
23+
"ApiChange": "Method",
24+
"ChangedApiName": "GET",
25+
"ChangeType": "Change",
26+
"Description": "Updated the [cloudPC: retrieveSnapshots](https://learn.microsoft.com/en-us/graph/api/cloudpc-retrieveSnapshots?view=graph-rest-beta) method HTTP request.",
27+
"Target": "retrieveSnapshots"
28+
}
29+
],
30+
"Id": "261e0caa-d16c-cc61-46cd-11857d3c23f1",
31+
"Cloud": "Prod",
32+
"Version": "beta",
33+
"CreatedDateTime": "2024-12-03T11:31:22.4639607Z",
34+
"WorkloadArea": "Device and app management",
35+
"SubArea": "Cloud PC"
36+
},
337
{
438
"ChangeList": [
539
{

0 commit comments

Comments
 (0)