Skip to content

Commit d8a18a2

Browse files
authored
Merge pull request #25672 from microsoftgraph/main
Merge to publish.
2 parents 350556b + 090e645 commit d8a18a2

File tree

112 files changed

+1578
-347
lines changed

Some content is hidden

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

112 files changed

+1578
-347
lines changed

api-reference/beta/api/cloudpcreports-retrievebulkactionstatusreport.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,30 @@ Content-Type: application/octet-stream
9898
}
9999
```
100100

101+
# [C#](#tab/csharp)
102+
[!INCLUDE [sample-code](../includes/snippets/csharp/cloudpcreportsretrievebulkactionstatusreport-csharp-snippets.md)]
103+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
104+
105+
# [CLI](#tab/cli)
106+
[!INCLUDE [sample-code](../includes/snippets/cli/cloudpcreportsretrievebulkactionstatusreport-cli-snippets.md)]
107+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
108+
109+
# [Go](#tab/go)
110+
[!INCLUDE [sample-code](../includes/snippets/go/cloudpcreportsretrievebulkactionstatusreport-go-snippets.md)]
111+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
112+
113+
# [Java](#tab/java)
114+
[!INCLUDE [sample-code](../includes/snippets/java/cloudpcreportsretrievebulkactionstatusreport-java-snippets.md)]
115+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
116+
101117
# [JavaScript](#tab/javascript)
102118
[!INCLUDE [sample-code](../includes/snippets/javascript/cloudpcreportsretrievebulkactionstatusreport-javascript-snippets.md)]
103119
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
104120

121+
# [Python](#tab/python)
122+
[!INCLUDE [sample-code](../includes/snippets/python/cloudpcreportsretrievebulkactionstatusreport-python-snippets.md)]
123+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
124+
105125
---
106126

107127
### Response

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
2626
-->
2727
> **Note:** Global admin or Global reader permission is required to call this API.
2828
29-
|Permission type |Least privileged permissions|Higher privileged permissions|
30-
| --------------- |-----------------------------| --------------------------- |
31-
|Delegated (work or school account)|CopilotSettings-LimitedMode.Read|CopilotSettings-LimitedMode.ReadWrite|
32-
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
33-
|Application|Not supported.Not supported.|
29+
<!-- { "blockType": "permissions", "name": "copilotadminlimitedmode_get" } -->
30+
[!INCLUDE [permissions-table](../includes/permissions/copilotadminlimitedmode-get-permissions.md)]
3431

3532

3633
## HTTP request

api-reference/beta/api/copilotadminlimitedmode-update.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
2626
-->
2727
> **Note:** Global admin or Global reader permission is required to call this API.
2828
29-
|Permission type |Least privileged permissions|Higher privileged permissions|
30-
| --------------- |-----------------------------| --------------------------- |
31-
|Delegated (work or school account)|CopilotSettings-LimitedMode.ReadWrite| Not available.|
32-
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
33-
|Application|Not supported.|Not supported.|
29+
<!-- { "blockType": "permissions", "name": "copilotadminlimitedmode_update" } -->
30+
[!INCLUDE [permissions-table](../includes/permissions/copilotadminlimitedmode-update-permissions.md)]
3431

3532
## HTTP request
3633

api-reference/beta/api/entitlementmanagement-post-connectedorganizations.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ This example shows creating a connected organization with an identity source bas
164164
### Request
165165

166166

167+
# [HTTP](#tab/http)
167168
<!-- {
168169
"blockType": "request",
169170
"name": "create_connectedorganization_from_connectedorganizations_based_on_tenantID"
@@ -188,6 +189,40 @@ Content-Type: application/json
188189
189190
```
190191

192+
# [C#](#tab/csharp)
193+
[!INCLUDE [sample-code](../includes/snippets/csharp/create-connectedorganization-from-connectedorganizations-based-on-tenantid-csharp-snippets.md)]
194+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
195+
196+
# [CLI](#tab/cli)
197+
[!INCLUDE [sample-code](../includes/snippets/cli/create-connectedorganization-from-connectedorganizations-based-on-tenantid-cli-snippets.md)]
198+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
199+
200+
# [Go](#tab/go)
201+
[!INCLUDE [sample-code](../includes/snippets/go/create-connectedorganization-from-connectedorganizations-based-on-tenantid-go-snippets.md)]
202+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
203+
204+
# [Java](#tab/java)
205+
[!INCLUDE [sample-code](../includes/snippets/java/create-connectedorganization-from-connectedorganizations-based-on-tenantid-java-snippets.md)]
206+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
207+
208+
# [JavaScript](#tab/javascript)
209+
[!INCLUDE [sample-code](../includes/snippets/javascript/create-connectedorganization-from-connectedorganizations-based-on-tenantid-javascript-snippets.md)]
210+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
211+
212+
# [PHP](#tab/php)
213+
[!INCLUDE [sample-code](../includes/snippets/php/create-connectedorganization-from-connectedorganizations-based-on-tenantid-php-snippets.md)]
214+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
215+
216+
# [PowerShell](#tab/powershell)
217+
[!INCLUDE [sample-code](../includes/snippets/powershell/create-connectedorganization-from-connectedorganizations-based-on-tenantid-powershell-snippets.md)]
218+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
219+
220+
# [Python](#tab/python)
221+
[!INCLUDE [sample-code](../includes/snippets/python/create-connectedorganization-from-connectedorganizations-based-on-tenantid-python-snippets.md)]
222+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
223+
224+
---
225+
191226
### Response
192227

193228
**Note:** The response object shown here might be shortened for readability.

api-reference/beta/api/filestorage-list-containers.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ GET https://graph.microsoft.com/beta/storage/fileStorage/containers?$filter=cont
8787
[!INCLUDE [sample-code](../includes/snippets/java/list-filestoragecontainer-java-snippets.md)]
8888
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
8989

90+
# [JavaScript](#tab/javascript)
91+
[!INCLUDE [sample-code](../includes/snippets/javascript/list-filestoragecontainer-javascript-snippets.md)]
92+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
93+
9094
# [PHP](#tab/php)
9195
[!INCLUDE [sample-code](../includes/snippets/php/list-filestoragecontainer-php-snippets.md)]
9296
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

api-reference/beta/api/networkaccess-filteringrule-post.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ If successful, this method returns a `201 Created` response code and a [microsof
5656
### Request
5757
The following example shows a request.
5858

59+
# [HTTP](#tab/http)
5960
<!-- {
6061
"blockType": "request",
6162
"name": "create_filteringrule"
@@ -78,6 +79,40 @@ Content-Type: application/json
7879
}
7980
```
8081

82+
# [C#](#tab/csharp)
83+
[!INCLUDE [sample-code](../includes/snippets/csharp/create-filteringrule-csharp-snippets.md)]
84+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
85+
86+
# [CLI](#tab/cli)
87+
[!INCLUDE [sample-code](../includes/snippets/cli/create-filteringrule-cli-snippets.md)]
88+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
89+
90+
# [Go](#tab/go)
91+
[!INCLUDE [sample-code](../includes/snippets/go/create-filteringrule-go-snippets.md)]
92+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
93+
94+
# [Java](#tab/java)
95+
[!INCLUDE [sample-code](../includes/snippets/java/create-filteringrule-java-snippets.md)]
96+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
97+
98+
# [JavaScript](#tab/javascript)
99+
[!INCLUDE [sample-code](../includes/snippets/javascript/create-filteringrule-javascript-snippets.md)]
100+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
101+
102+
# [PHP](#tab/php)
103+
[!INCLUDE [sample-code](../includes/snippets/php/create-filteringrule-php-snippets.md)]
104+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
105+
106+
# [PowerShell](#tab/powershell)
107+
[!INCLUDE [sample-code](../includes/snippets/powershell/create-filteringrule-powershell-snippets.md)]
108+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
109+
110+
# [Python](#tab/python)
111+
[!INCLUDE [sample-code](../includes/snippets/python/create-filteringrule-python-snippets.md)]
112+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
113+
114+
---
115+
81116
### Response
82117
The following example shows the response.
83118
>**Note:** The response object shown here might be shortened for readability.

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ The following example shows how to get the reading assignment submissions for a
137137

138138
The following example shows a request.
139139

140+
# [HTTP](#tab/http)
140141
<!-- {
141142
"blockType": "request",
142143
"name": "get_ReadingAssignmentSubmission_filter"
@@ -146,6 +147,32 @@ The following example shows a request.
146147
GET https://graph.microsoft.com/beta/education/reports/readingAssignmentSubmissions?$filter=submitDateTime gt 2023-10-10T00:00:00.000Z
147148
```
148149

150+
# [C#](#tab/csharp)
151+
[!INCLUDE [sample-code](../includes/snippets/csharp/get-readingassignmentsubmission-filter-csharp-snippets.md)]
152+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
153+
154+
# [CLI](#tab/cli)
155+
[!INCLUDE [sample-code](../includes/snippets/cli/get-readingassignmentsubmission-filter-cli-snippets.md)]
156+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
157+
158+
# [Go](#tab/go)
159+
[!INCLUDE [sample-code](../includes/snippets/go/get-readingassignmentsubmission-filter-go-snippets.md)]
160+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
161+
162+
# [Java](#tab/java)
163+
[!INCLUDE [sample-code](../includes/snippets/java/get-readingassignmentsubmission-filter-java-snippets.md)]
164+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
165+
166+
# [PHP](#tab/php)
167+
[!INCLUDE [sample-code](../includes/snippets/php/get-readingassignmentsubmission-filter-php-snippets.md)]
168+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
169+
170+
# [Python](#tab/python)
171+
[!INCLUDE [sample-code](../includes/snippets/python/get-readingassignmentsubmission-filter-python-snippets.md)]
172+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
173+
174+
---
175+
149176
#### Response
150177

151178
The following example shows the response.

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

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ The following example shows how to get the Reflect check-in responses from the l
6363

6464
The following example shows a request.
6565

66+
# [HTTP](#tab/http)
6667
<!-- {
6768
"blockType": "request",
6869
"name": "get_reflectcheckinresponse"
@@ -72,6 +73,36 @@ The following example shows a request.
7273
GET https://graph.microsoft.com/beta/education/reports/reflectCheckInResponses
7374
```
7475

76+
# [C#](#tab/csharp)
77+
[!INCLUDE [sample-code](../includes/snippets/csharp/get-reflectcheckinresponse-csharp-snippets.md)]
78+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
79+
80+
# [CLI](#tab/cli)
81+
[!INCLUDE [sample-code](../includes/snippets/cli/get-reflectcheckinresponse-cli-snippets.md)]
82+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
83+
84+
# [Go](#tab/go)
85+
[!INCLUDE [sample-code](../includes/snippets/go/get-reflectcheckinresponse-go-snippets.md)]
86+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
87+
88+
# [Java](#tab/java)
89+
[!INCLUDE [sample-code](../includes/snippets/java/get-reflectcheckinresponse-java-snippets.md)]
90+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
91+
92+
# [JavaScript](#tab/javascript)
93+
[!INCLUDE [sample-code](../includes/snippets/javascript/get-reflectcheckinresponse-javascript-snippets.md)]
94+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
95+
96+
# [PHP](#tab/php)
97+
[!INCLUDE [sample-code](../includes/snippets/php/get-reflectcheckinresponse-php-snippets.md)]
98+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
99+
100+
# [Python](#tab/python)
101+
[!INCLUDE [sample-code](../includes/snippets/python/get-reflectcheckinresponse-python-snippets.md)]
102+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
103+
104+
---
105+
75106
#### Response
76107

77108
The following example shows the default response that includes Reflect check-in responses from the last 24 hours.
@@ -126,6 +157,7 @@ The following example shows how to get the Reflect check-in responses for a spec
126157

127158
The following example shows a request.
128159

160+
# [HTTP](#tab/http)
129161
<!-- {
130162
"blockType": "request",
131163
"name": "get_ReflectCheckinResponses_filter"
@@ -135,6 +167,36 @@ The following example shows a request.
135167
GET https://graph.microsoft.com/beta/education/reports/reflectCheckInResponses?$filter=submitDateTime gt 2023-10-10T00:00:00.000Z
136168
```
137169

170+
# [C#](#tab/csharp)
171+
[!INCLUDE [sample-code](../includes/snippets/csharp/get-reflectcheckinresponses-filter-csharp-snippets.md)]
172+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
173+
174+
# [CLI](#tab/cli)
175+
[!INCLUDE [sample-code](../includes/snippets/cli/get-reflectcheckinresponses-filter-cli-snippets.md)]
176+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
177+
178+
# [Go](#tab/go)
179+
[!INCLUDE [sample-code](../includes/snippets/go/get-reflectcheckinresponses-filter-go-snippets.md)]
180+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
181+
182+
# [Java](#tab/java)
183+
[!INCLUDE [sample-code](../includes/snippets/java/get-reflectcheckinresponses-filter-java-snippets.md)]
184+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
185+
186+
# [JavaScript](#tab/javascript)
187+
[!INCLUDE [sample-code](../includes/snippets/javascript/get-reflectcheckinresponses-filter-javascript-snippets.md)]
188+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
189+
190+
# [PHP](#tab/php)
191+
[!INCLUDE [sample-code](../includes/snippets/php/get-reflectcheckinresponses-filter-php-snippets.md)]
192+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
193+
194+
# [Python](#tab/python)
195+
[!INCLUDE [sample-code](../includes/snippets/python/get-reflectcheckinresponses-filter-python-snippets.md)]
196+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
197+
198+
---
199+
138200
#### Response
139201

140202
The following example shows the response.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
description: "Automatically generated file. DO NOT MODIFY"
3+
ms.topic: include
4+
ms.localizationpriority: medium
5+
---
6+
7+
|Delegated (work or school account)|CopilotSettings-LimitedMode.Read|CopilotSettings-LimitedMode.ReadWrite|
8+
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
9+
|Application|Not supported.|Not supported.|
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
description: "Automatically generated file. DO NOT MODIFY"
3+
ms.topic: include
4+
ms.localizationpriority: medium
5+
---
6+
7+
|Delegated (work or school account)|CopilotSettings-LimitedMode.ReadWrite| Not available.|
8+
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
9+
|Application|Not supported.|Not supported.|

0 commit comments

Comments
 (0)