Skip to content

Commit 2331107

Browse files
authored
Merge branch 'main' into huicong/addRequiredParameter
2 parents 42f27d3 + a15247c commit 2331107

File tree

52 files changed

+489
-197
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+489
-197
lines changed

api-reference/beta/api/cloudlicensing-groupcloudlicensing-list-usagerights.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ Get a list of the [usageRight](../resources/cloudlicensing-usageright.md) object
1919

2020
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).
2121

22-
<!-- {
23-
"blockType": "permissions",
24-
"name": "cloudlicensing_groupcloudlicensing_list_usagerights"
25-
}
26-
-->
22+
<!-- { "blockType": "permissions", "name": "cloudlicensing_groupcloudlicensing_list_usagerights" } -->
2723
[!INCLUDE [permissions-table](../includes/permissions/cloudlicensing-groupcloudlicensing-list-usagerights-permissions.md)]
2824

2925
## HTTP request

api-reference/beta/api/cloudlicensing-usageright-get.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,8 @@ GET /me/cloudLicensing/usageRights/{usageRightId}
2727
GET /users/{userId}/cloudLicensing/usageRights/{usageRightId}
2828
```
2929

30-
<!-- { "blockType": "permissions", "name": "cloudlicensing_usageright_get", "requestUrls": "GET /users/{userId}/cloudLicensing/usageRights/{usageRightId}" } -->
31-
|Permission type|Least privileged permissions|Higher privileged permissions|
32-
|:---|:---|:---|
33-
|Delegated (work or school account)|User-UsageRight.Read|Directory.Read.All, Directory.ReadWrite.All, User-CloudLicensing.Read, User-CloudLicensing.Read.All, User-UsageRight.Read.All, User.Read, User.Read.All, User.ReadWrite, User.ReadWrite.All|
34-
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
35-
|Application|User-UsageRight.Read.All|Directory.Read.All, Directory.ReadWrite.All, User-CloudLicensing.Read.All, User.Read.All, User.ReadWrite.All|
30+
<!-- { "blockType": "permissions", "name": "cloudlicensing_usageright_get" } -->
31+
[!INCLUDE [permissions-table](../includes/permissions/cloudlicensing-usageright-get-permissions.md)]
3632

3733
Permissions to get a **usageRight** for a group:
3834

api-reference/beta/api/cloudlicensing-usercloudlicensing-list-usagerights.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ Get a list of the [usageRight](../resources/cloudlicensing-usageright.md) object
1919

2020
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).
2121

22-
<!-- {
23-
"blockType": "permissions",
24-
"name": "cloudlicensing_usercloudlicensing_list_usagerights"
25-
}
26-
-->
22+
<!-- { "blockType": "permissions", "name": "cloudlicensing_usercloudlicensing_list_usagerights" } -->
2723
[!INCLUDE [permissions-table](../includes/permissions/cloudlicensing-usercloudlicensing-list-usagerights-permissions.md)]
2824

2925
## HTTP request
Lines changed: 170 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,170 @@
1+
---
2+
title: "cloudPcReports: retrieveBulkActionStatusReport"
3+
description: "Get the bulk remote action status reports, including data such as the bulk action ID, bulk action display name, initiating user's principal name, action type, and action state."
4+
author: "AshleyYangSZ"
5+
ms.localizationpriority: medium
6+
ms.subservice: "cloud-pc"
7+
doc_type: apiPageType
8+
---
9+
10+
# cloudPcReports: retrieveBulkActionStatusReport
11+
12+
Namespace: microsoft.graph
13+
14+
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
15+
16+
Get the bulk remote action status report, including data such as the bulk action ID, bulk action display name, initiating user's principal name, action type, and action state.
17+
18+
[!INCLUDE [national-cloud-support](../../includes/global-only.md)]
19+
20+
## Permissions
21+
22+
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).
23+
24+
<!-- { "blockType": "permissions", "name": "cloudpcreports_retrieveBulkActionStatusReport" } -->
25+
[!INCLUDE [permissions-table](../includes/permissions/cloudpcreports-retrievebulkactionstatusreport-permissions.md)]
26+
27+
28+
## HTTP request
29+
30+
<!-- {
31+
"blockType": "ignored"
32+
}
33+
-->
34+
``` http
35+
POST /deviceManagement/virtualEndpoint/reports/retrieveBulkActionStatusReport
36+
```
37+
38+
## Request headers
39+
40+
|Name|Description|
41+
|:---|:---|
42+
|Authorization|Bearer {token}. Required. Learn more about [authentication and authorization](/graph/auth/auth-concepts).|
43+
|Content-Type|application/json. Required.|
44+
45+
## Request body
46+
47+
In the request body, supply a JSON representation of the parameters.
48+
49+
The following table shows the parameters that can be used with this method.
50+
51+
| Parameter | Type | Description |
52+
|:----------|:------------------|:-------------------------------------------------------------------------------------------------------|
53+
| filter | String | OData `$filter` syntax. Supported filters are: `and`, `or`, `gt` ,`ge`, and `eq`. |
54+
| groupBy | String collection | Specifies how to group the reports. If used, must have the same content as the **select** parameter. |
55+
| orderBy | String collection | Specifies the order by columns name. The default **orderBy** column is `RequestDateTime`. |
56+
| search | String | Specifies a string to search for. |
57+
| select | String collection | OData `$select` syntax. The selected columns of the reports. |
58+
| skip | Int32 | Number of records to skip. |
59+
| top | Int32 | The number of top records to return. If not specified, the default limit is 25, with a maximum of 100. |
60+
61+
## Response
62+
63+
If successful, this method returns a `200 OK` response code and a stream object in the response body.
64+
65+
## Examples
66+
67+
### Request
68+
69+
The following example shows a request.
70+
71+
<!-- {
72+
"blockType": "request",
73+
"name": "cloudpcreports.retrieveBulkActionStatusReport"
74+
}
75+
-->
76+
``` http
77+
POST https://graph.microsoft.com/beta/deviceManagement/virtualEndpoint/reports/retrieveBulkActionStatusReport
78+
Content-Type: application/octet-stream
79+
80+
{
81+
"filter": "RequestDateTime ge datetime'2024-08-30'",
82+
"select": [
83+
"BulkActionId",
84+
"BulkActionDisplayName",
85+
"Action",
86+
"BulkActionStatus",
87+
"InitiatedByUserPrincipalName",
88+
"RequestDateTime",
89+
"SucceedCount",
90+
"FailedCount",
91+
"InprogressCount",
92+
"TotalCount",
93+
"Completion"
94+
],
95+
"skip": 0,
96+
"top": 50
97+
}
98+
```
99+
100+
### Response
101+
102+
The following example shows the response.
103+
104+
>**Note:** The response object shown here might be shortened for readability.
105+
106+
<!-- {
107+
"blockType": "response",
108+
"truncated": true,
109+
"@odata.type": "Edm.Stream"
110+
}
111+
-->
112+
``` http
113+
HTTP/1.1 200 OK
114+
Content-Type: application/octet-stream
115+
116+
{
117+
"TotalRowCount": 1,
118+
"Schema": [
119+
{
120+
"Column": "BulkActionId",
121+
"PropertyType": "String"
122+
},
123+
{
124+
"Column": "BulkActionDisplayName",
125+
"PropertyType": "String"
126+
},
127+
{
128+
"Column": "Action",
129+
"PropertyType": "String"
130+
},
131+
{
132+
"Column": "BulkActionStatus",
133+
"PropertyType": "String"
134+
},
135+
{
136+
"Column": "RequestDateTime",
137+
"PropertyType": "DateTime"
138+
},
139+
{
140+
"Column": "SucceedCount",
141+
"PropertyType": "Int64"
142+
},
143+
{
144+
"Column": "FailedCount",
145+
"PropertyType": "Int64"
146+
},
147+
{
148+
"Column": "InprogressCount",
149+
"PropertyType": "Int64"
150+
},
151+
{
152+
"Column": "TotalCount",
153+
"PropertyType": "Int64"
154+
}
155+
],
156+
"Values": [
157+
[
158+
"63792ef5-db62-437f-8d7e-7b3b695abb48",
159+
"BulkRestart on 2024-8-22 17:26:52 GMT+0800 (China Standard Time)",
160+
"Restart",
161+
"",
162+
"2024-08-22T09:26:54",
163+
1,
164+
0,
165+
0,
166+
1
167+
]
168+
]
169+
}
170+
```

api-reference/beta/api/conversationmember-remove.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Namespace: microsoft.graph
1515

1616
Remove multiple members from a [team](../resources/team.md) in a single request. The response provides details about which memberships could and couldn't be removed.
1717

18-
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
18+
[!INCLUDE [national-cloud-support](../../includes/global-only.md)]
1919

2020
## Permissions
2121

api-reference/beta/api/crosstenantaccesspolicyconfigurationpartner-put-identitysynchronization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Namespace: microsoft.graph
1515

1616
Create a cross-tenant user synchronization policy for a partner-specific configuration.
1717

18-
[!INCLUDE [national-cloud-support](../../includes/global-us.md)]
18+
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
1919

2020
## Permissions
2121

api-reference/beta/api/crosstenantidentitysyncpolicypartner-delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Namespace: microsoft.graph
1515

1616
Delete the user synchronization policy for a partner-specific configuration.
1717

18-
[!INCLUDE [national-cloud-support](../../includes/global-us.md)]
18+
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
1919

2020
## Permissions
2121

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Namespace: microsoft.graph
1515

1616
Get the user synchronization policy of a partner-specific configuration.
1717

18-
[!INCLUDE [national-cloud-support](../../includes/global-us.md)]
18+
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
1919

2020
## Permissions
2121

api-reference/beta/api/filestorage-delete-deletedcontainers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
3333
}
3434
-->
3535
``` http
36-
DELETE /deletedStorageContainers/{containerId}
36+
DELETE /storage/fileStorage/deletedContainers/{containerId}
3737
```
3838

3939
## Request headers
@@ -61,7 +61,7 @@ The following example shows a request.
6161
}
6262
-->
6363
``` http
64-
DELETE https://graph.microsoft.com/beta/deletedStorageContainers/b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_5Z
64+
DELETE https://graph.microsoft.com/beta/storage/fileStorage/deletedContainers/b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_5Z
6565
```
6666

6767

api-reference/beta/api/filestorage-get-deletedcontainers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
3333
}
3434
-->
3535
``` http
36-
GET /deletedStorageContainers/{containerId}
36+
GET /storage/fileStorage/deletedContainers/{containerId}
3737
```
3838

3939
## Request headers
@@ -61,7 +61,7 @@ The following example shows a request.
6161
}
6262
-->
6363
``` http
64-
GET https://graph.microsoft.com/beta/deletedStorageContainers/b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_5Z?$select=*,members
64+
GET https://graph.microsoft.com/beta/storage/fileStorage/deletedContainers/b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_5Z?$select=*,members
6565
```
6666

6767

0 commit comments

Comments
 (0)