Skip to content

Commit e699539

Browse files
authored
Merge branch 'main' into ReviewSetTagsdocumentation
2 parents f8c2a84 + 41182a6 commit e699539

File tree

919 files changed

+9051
-2013
lines changed

Some content is hidden

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

919 files changed

+9051
-2013
lines changed

api-reference/beta/api/appcatalogs-list-teamsapps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ List [apps](../resources/teamsapp.md) from the Microsoft Teams app catalog, incl
1919
> [!NOTE]
2020
> In general, the **id** of a **teamsApp** resource is generated by the server. It is not the same as the **id** specified in a Teams app manifest, unless its **distributionMethod** is `store`. For other cases, the **id** provided by the developer as part of the Teams app manifest is stamped as the **externalId** in the **teamsApp** resource.
2121
22-
[!INCLUDE [national-cloud-support](../../includes/global-us.md)]
23-
2422
> [!IMPORTANT]
2523
> * Currently, this API is only supported in the user context and not in the admin view.
2624
> * The Teams apps that this API returns comply with the app management policies established by the admin.
2725
> * After the Teams apps are published, it typically takes 24-48 hours for the policies to be applied, so some apps might not appear in the API results immediately.
2826
> * For more information, see [App management policies](/microsoftteams/manage-apps#manage-org-wide-app-settings).
2927
28+
[!INCLUDE [national-cloud-support](../../includes/global-us.md)]
29+
3030
## Permissions
3131

3232
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).

api-reference/beta/api/authentication-delete-hardwareoathmethods.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Namespace: microsoft.graph
1616

1717
Unassign a [hardware token](../resources/hardwareoathauthenticationmethod.md) from a user. The token remains in the directory and its details can be retrieved by [List hardwareOathDevices](authenticationmethoddevice-list-hardwareoathdevices.md) API.
1818

19+
[!INCLUDE [national-cloud-support](../../includes/global-only.md)]
20+
1921
## Permissions
2022

2123
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).

api-reference/beta/api/authentication-list-hardwareoathmethods.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Namespace: microsoft.graph
1616

1717
Get a list of the [hardware tokens](../resources/hardwareoathauthenticationmethod.md) assigned to a [user](../resources/user.md).
1818

19+
[!INCLUDE [national-cloud-support](../../includes/global-only.md)]
20+
1921
## Permissions
2022

2123
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).

api-reference/beta/api/authentication-post-hardwareoathmethods.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Namespace: microsoft.graph
1616

1717
Assign a [hardware token](../resources/hardwareoathauthenticationmethod.md) to a user without activation. To activate, use the [activation](hardwareoathauthenticationmethod-activate.md) API operation.
1818

19+
[!INCLUDE [national-cloud-support](../../includes/global-only.md)]
20+
1921
## Permissions
2022

2123
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).

api-reference/beta/api/authenticationmethoddevice-delete-hardwareoathdevices.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Namespace: microsoft.graph
1616

1717
Delete a Hardware OATH token. Token needs to be unassigned.
1818

19+
[!INCLUDE [national-cloud-support](../../includes/global-only.md)]
20+
1921
## Permissions
2022

2123
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).

api-reference/beta/api/authenticationmethoddevice-list-hardwareoathdevices.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Namespace: microsoft.graph
1616

1717
List all hardware OATH tokens in the directory.
1818

19+
[!INCLUDE [national-cloud-support](../../includes/global-only.md)]
20+
1921
## Permissions
2022

2123
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).

api-reference/beta/api/authenticationmethoddevice-post-hardwareoathdevices.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Namespace: microsoft.graph
1616

1717
Create a new hardwareOathTokenAuthenticationMethodDevice object. You can optionally create and assign to a user in the same request; Or assign to a user via the [assign](authentication-post-hardwareoathmethods.md) API.
1818

19+
[!INCLUDE [national-cloud-support](../../includes/global-only.md)]
20+
1921
## Permissions
2022

2123
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).

api-reference/beta/api/backuprestoreroot-list-mailboxprotectionunits.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ HTTP/1.1 200 OK
128128
"directoryObjectId": "384974e2-72cd-48de-a6e8-6985d7c5db90",
129129
"displayName": "Jefferson Lee", // Newly Added
130130
"email": "lee@contoso.com", // Newly Added
131+
"mailboxType": "user",
131132
"status": "unprotectRequested",
132133
"createdBy": {
133134
"application": {
@@ -163,6 +164,7 @@ HTTP/1.1 200 OK
163164
"displayName": "Mastura Ibrahim", // Newly Added
164165
"email": "mastura@contoso.com", // Newly Added
165166
"status": "unprotected",
167+
"mailboxType": "shared",
166168
"createdBy": {
167169
"application": {
168170
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -196,6 +198,7 @@ HTTP/1.1 200 OK
196198
"directoryObjectId": "2d1d9337-d8f0-456e-92cd-00a3abdd2093",
197199
"displayName": "Ahmad Hakiki", // Newly Added
198200
"email": "ahmad@contoso.com", // Newly Added
201+
"mailboxType": "user",
199202
"status": "protectRequested",
200203
"createdBy": {
201204
"application": {
@@ -230,6 +233,7 @@ HTTP/1.1 200 OK
230233
"directoryObjectId": "2e1d9337-d8f0-456e-92cd-00a3abdd2093",
231234
"displayName": "Jeffry Goh", // Newly Added
232235
"email": "jeffry@contoso.com", // Newly Added
236+
"mailboxType": "user",
233237
"status": "protected",
234238
"createdBy": {
235239
"application": {
@@ -264,6 +268,7 @@ HTTP/1.1 200 OK
264268
"displayName": "Suresh Pasupuleti", // Newly Added
265269
"email": "suresh@contoso.com", // Newly Added
266270
"status": "unprotected",
271+
"mailboxType": "shared",
267272
"createdBy": {
268273
"application": {
269274
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -331,6 +336,7 @@ HTTP/1.1 200 OK
331336
"displayName": "Jefferson Lee", // Newly Added
332337
"email": "lee@contoso.com", // Newly Added
333338
"status": "protectRequested",
339+
"mailboxType": "user",
334340
"createdBy": {
335341
"application": {
336342
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -364,6 +370,7 @@ HTTP/1.1 200 OK
364370
"directoryObjectId": "184d9337-d8f0-456e-92cd-00a3abdd2093",
365371
"displayName": "Mastura Ibrahim", // Newly Added
366372
"email": "mastura@contoso.com", // Newly Added
373+
"mailboxType": "shared",
367374
"status": "protectRequested",
368375
"createdBy": {
369376
"application": {
@@ -399,6 +406,7 @@ HTTP/1.1 200 OK
399406
"displayName": "Esmira Musayeva", // Newly Added
400407
"email": "esmira@contoso.com", // Newly Added
401408
"status": "protectRequested",
409+
"mailboxType": "user",
402410
"createdBy": {
403411
"application": {
404412
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -433,6 +441,7 @@ HTTP/1.1 200 OK
433441
"displayName": "Ahmad Hakiki", // Newly Added
434442
"email": "ahmad@contoso.com", // Newly Added
435443
"status": "protectRequested",
444+
"mailboxType": "user",
436445
"createdBy": {
437446
"application": {
438447
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -467,6 +476,7 @@ HTTP/1.1 200 OK
467476
"displayName": "Rashmi Mishra ", // Newly Added
468477
"email": "rashmi@contoso.com", // Newly Added
469478
"status": "protectRequested",
479+
"mailboxType": "shared",
470480
"createdBy": {
471481
"application": {
472482
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",

api-reference/beta/api/call-startrecording.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ The following example shows how to call this API.
5555

5656
The following example shows the request.
5757

58+
# [HTTP](#tab/http)
5859
<!-- {
5960
"blockType": "request",
6061
"name": "call-startRecording"
@@ -64,6 +65,12 @@ The following example shows the request.
6465
POST https://graph.microsoft.com/beta/communications/calls/02000980-58ea-4bf2-bb77-8ba548da56f7/microsoft.graph.StartRecording
6566
```
6667

68+
# [JavaScript](#tab/javascript)
69+
[!INCLUDE [sample-code](../includes/snippets/javascript/call-startrecording-javascript-snippets.md)]
70+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
71+
72+
---
73+
6774
---
6875

6976
### Response

api-reference/beta/api/call-starttranscription.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ The following example shows how to call this API.
5959

6060
The following example shows the request.
6161

62+
# [HTTP](#tab/http)
6263
<!-- {
6364
"blockType": "request",
6465
"name": "call-startTranscription"
@@ -74,6 +75,12 @@ Content-Length: 56
7475
}
7576
```
7677

78+
# [JavaScript](#tab/javascript)
79+
[!INCLUDE [sample-code](../includes/snippets/javascript/call-starttranscription-javascript-snippets.md)]
80+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
81+
82+
---
83+
7784
---
7885

7986
### Response

0 commit comments

Comments
 (0)