Skip to content

Commit 800fbc1

Browse files
authored
Merge pull request #24215 from microsoftgraph/main
Merge to publish.
2 parents 70518ad + f1f5684 commit 800fbc1

File tree

358 files changed

+38574
-26323
lines changed

Some content is hidden

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

358 files changed

+38574
-26323
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Delete domain"
3-
description: "Deletes a domain from a tenant."
4-
author: "adimitui"
3+
description: "Delete a domain from a tenant."
4+
author: "tafra00"
55
ms.localizationpriority: medium
66
ms.subservice: "entra-directory-management"
77
doc_type: apiPageType
@@ -13,7 +13,7 @@ Namespace: microsoft.graph
1313

1414
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1515

16-
Deletes a domain from a tenant.
16+
Delete a domain from a tenant.
1717

1818
> **Important:**
1919
> Deleted domains are not recoverable.

api-reference/beta/api/domain-forcedelete.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "domain: forceDelete"
3-
description: "Deletes a domain using an asynchronous operation."
4-
author: "adimitui"
3+
description: "Delete a domain using an asynchronous operation."
4+
author: "tafra00"
55
ms.localizationpriority: medium
66
ms.subservice: "entra-directory-management"
77
doc_type: apiPageType
@@ -13,9 +13,9 @@ Namespace: microsoft.graph
1313

1414
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1515

16-
Deletes a domain using an asynchronous operation.
16+
Delete a domain using an asynchronous operation.
1717

18-
Prior to calling [forceDelete](domain-forcedelete.md), you must update or remove any references to **Exchange** as the provisioning service.
18+
Before performing this operation, you must update or remove any references to **Exchange** as the provisioning service.
1919

2020
The following actions are performed as part of this operation:
2121

@@ -27,9 +27,9 @@ The following actions are performed as part of this operation:
2727

2828
* If the number of objects to be renamed is greater than 1,000, an error is returned.
2929

30-
* If one of the applications to be renamed is a multi-tenant app, an error is returned.
30+
* If one of the applications to be renamed is a multitenant app, an error is returned.
3131

32-
After the domain deletion completes, API operations for the deleted domain will return a 404 HTTP response code. To verify deletion of a domain, you can perform a [get domain](domain-get.md). If the domain was successfully deleted, a 404 HTTP response code will be returned in the response.
32+
After the domain deletion completes, API operations for the deleted domain return a 404 HTTP response code. To verify deletion of a domain, you can perform a [get domain](domain-get.md). If the domain was successfully deleted, a 404 HTTP response code is returned in the response.
3333

3434
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
3535

@@ -65,7 +65,7 @@ In the request body, provide a JSON object with the following parameters.
6565

6666
| Parameter | Type |Description|
6767
|:---------------|:--------|:----------|
68-
|disableUserAccounts|Boolean| Option to disable renamed user accounts. If a user account is disabled, the user will not be allowed to sign in.<br>*True* (default) - User accounts renamed as part of this operation are disabled.<br>*False* - User accounts renamed as part of this operation are not disabled. |
68+
|disableUserAccounts|Boolean| Option to disable renamed user accounts. If a user account is disabled, the user isn't allowed to sign in.<br>`true` (default) - User accounts renamed as part of this operation are disabled.<br>`false` - User accounts renamed as part of this operation aren't disabled. |
6969

7070
## Response
7171

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Get domain"
33
description: "Retrieve the properties and relationships of domain object."
4-
author: "adimitui"
4+
author: "tafra00"
55
ms.localizationpriority: medium
66
ms.subservice: "entra-directory-management"
77
doc_type: apiPageType

api-reference/beta/api/domain-list-domainnamereferences.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "List domainNameReferences"
33
description: "Retrieve a list of directoryObject with a reference to the domain."
4-
author: "adimitui"
4+
author: "tafra00"
55
ms.localizationpriority: medium
66
ms.subservice: "entra-directory-management"
77
doc_type: apiPageType

api-reference/beta/api/domain-list-serviceconfigurationrecords.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "List serviceConfigurationRecords"
33
description: "Retrieves a list of domainDnsRecord objects needed to enable services for the domain."
4-
author: "adimitui"
4+
author: "tafra00"
55
ms.localizationpriority: medium
66
ms.subservice: "entra-directory-management"
77
doc_type: apiPageType

api-reference/beta/api/domain-list-verificationdnsrecords.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "List verificationDnsRecords"
33
description: "Retrieve a list of domainDnsRecord objects."
4-
author: "adimitui"
4+
author: "tafra00"
55
ms.localizationpriority: medium
66
ms.subservice: "entra-directory-management"
77
doc_type: apiPageType

api-reference/beta/api/domain-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "List domains"
33
description: "Retrieve a list of domain objects."
4-
author: "adimitui"
4+
author: "tafra00"
55
ms.localizationpriority: medium
66
ms.subservice: "entra-directory-management"
77
doc_type: apiPageType

api-reference/beta/api/domain-post-domains.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Create domain"
33
description: "Adds a domain to the tenant."
4-
author: "adimitui"
4+
author: "tafra00"
55
ms.localizationpriority: medium
66
ms.subservice: "entra-directory-management"
77
doc_type: apiPageType

api-reference/beta/api/domain-promote.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "domain: promote"
33
description: "Promote a verified subdomain to the root domain."
4-
author: "franqq"
4+
author: "tafra00"
55
ms.localizationpriority: medium
66
ms.subservice: "entra-directory-management"
77
doc_type: apiPageType

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Update domain"
33
description: "Update the properties of domain object."
4-
author: "adimitui"
4+
author: "tafra00"
55
ms.localizationpriority: medium
66
ms.subservice: "entra-directory-management"
77
doc_type: apiPageType
@@ -13,10 +13,7 @@ Namespace: microsoft.graph
1313

1414
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1515

16-
Update the properties of domain object.
17-
18-
> **Important:**
19-
> Only verified domains can be updated.
16+
Update the properties of [domain](../resources/domain.md) object. Only verified domains can be updated.
2017

2118
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
2219

api-reference/beta/api/domain-verify.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "domain: verify"
3-
description: "Validates the ownership of the domain."
4-
author: "adimitui"
3+
description: "Validate the ownership of a domain."
4+
author: "tafra00"
55
ms.localizationpriority: medium
66
ms.subservice: "entra-directory-management"
77
doc_type: apiPageType
@@ -13,7 +13,7 @@ Namespace: microsoft.graph
1313

1414
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1515

16-
Validates the ownership of the domain.
16+
Validate the ownership of a domain.
1717

1818
> **Important:**
1919
> Only applies to an unverified domain. For an unverified domain, the isVerified property of the [domain](../resources/domain.md) is false.

api-reference/beta/api/group-upsert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can create or update the following types of group:
1919
- Microsoft 365 group (unified group)
2020
- Security group
2121

22-
By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see thethe [Properties](../resources/group.md#properties) section of the [group](../resources/group.md) resource. To get properties that are _not_ returned by default, do a [GET operation](group-get.md) and specify the properties in a `$select` OData query option.
22+
By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the [Properties](../resources/group.md#properties) section of the [group](../resources/group.md) resource. To get properties that are _not_ returned by default, do a [GET operation](group-get.md) and specify the properties in a `$select` OData query option.
2323

2424
> **Note**: To create a [team](../resources/team.md), first create a group, and then add a team to it. For more information, see [Create team](../api/team-put-teams.md).
2525

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ Content-type: application/json
129129
"numberOfPages": 10,
130130
"duration": "PT20M",
131131
"format": "Book",
132+
"level": "Beginner",
132133
"createdDateTime": "2018-01-01T00:00:00",
133134
"lastModifiedDateTime": "2021-04-01T04:26:06.1995367Z",
134135
"contributors": [
@@ -224,6 +225,7 @@ Content-type: application/json
224225
"numberOfPages": 10,
225226
"duration": "PT20M",
226227
"format": "Book",
228+
"level": "Beginner",
227229
"createdDateTime": "2018-01-01T00:00:00",
228230
"lastModifiedDateTime": "2021-04-01T04:26:06.1995367Z",
229231
"contributors": [

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ PATCH /employeeExperience/learningProviders/{learningProviderId}/learningContent
6161
|duration|Duration|The duration of the learning content in seconds. The value is represented in ISO 8601 format for durations. Optional.|
6262
|externalId|String|Unique external content ID for the learning content. Required.|
6363
|format|String|The format of the learning content. For example, `Course`, `Video`, `Book`, `Book Summary`, `Audiobook Summary`. Optional.|
64+
|level|Level|The difficulty level of the learning content. Possible values are: `Beginner`, `Intermediate`, `Advanced`. Optional.|
6465
|isActive|Boolean|Indicates whether the content is active or not. Inactive content doesn't show up in the UI. The default value is `true`. Optional.|
6566
|isPremium|Boolean|Indicates whether the learning content requires the user to sign-in on the learning provider platform or not. The default value is `false`. Optional.|
6667
|isSearchable|Boolean|Indicates whether the learning content is searchable or not. The default value is `true`. Optional.|
@@ -106,6 +107,7 @@ Content-Type: application/json
106107
"numberOfPages": 9,
107108
"duration": "PT20M",
108109
"format": "Book",
110+
"level": "Beginner",
109111
"createdDateTime": "2018-01-01T00:00:00Z",
110112
"lastModifiedDateTime": "2021-04-01T04:26:06.1995367Z",
111113
"contributors": ["Scott Simpson"],
@@ -180,6 +182,7 @@ Content-Type: application/json
180182
"numberOfPages": 9,
181183
"duration": "PT20M",
182184
"format": "Book",
185+
"level": "Beginner",
183186
"createdDateTime": "2018-01-01T00:00:00",
184187
"lastModifiedDateTime": "2021-04-01T04:26:06.1995367Z",
185188
"contributors": [
@@ -230,6 +233,7 @@ Content-Type: application/json
230233
"numberOfPages": 9,
231234
"duration": "PT20M",
232235
"format": "Book",
236+
"level": "Beginner",
233237
"createdDateTime": "2018-01-01T00:00:00",
234238
"lastModifiedDateTime": "2021-04-01T04:26:06.1995367Z",
235239
"contributor": "Scott Simpson",
@@ -304,6 +308,7 @@ Content-Type: application/json
304308
"numberOfPages": 9,
305309
"duration": "PT20M",
306310
"format": "Book",
311+
"level": "Beginner",
307312
"createdDateTime": "2018-01-01T00:00:00",
308313
"lastModifiedDateTime": "2021-04-01T04:26:06.1995367Z",
309314
"contributors": [

api-reference/beta/api/search-searchentity-post-bookmarks.md

Lines changed: 1 addition & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ If successful, this method returns a `201 Created` response code with the ID of
7272

7373
The following example shows a request.
7474

75-
# [HTTP](#tab/http)
7675
<!-- {
7776
"blockType": "request",
7877
"name": "create_bookmark_from_bookmarks_e1"
@@ -87,7 +86,7 @@ Content-Type: application/json
8786
"description": "Try or buy Contoso for Home or Business and view product information",
8887
"keywords": {
8988
"keywords": ["Contoso", "install"],
90-
"reservedKeywords": ["Contoso"],
89+
"reservedKeywords": ["Unique keyword"],
9190
"matchSimilarKeywords": true
9291
},
9392
"availabilityStartDateTime": null,
@@ -104,40 +103,6 @@ Content-Type: application/json
104103
}
105104
```
106105

107-
# [C#](#tab/csharp)
108-
[!INCLUDE [sample-code](../includes/snippets/csharp/create-bookmark-from-bookmarks-e1-csharp-snippets.md)]
109-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
110-
111-
# [CLI](#tab/cli)
112-
[!INCLUDE [sample-code](../includes/snippets/cli/create-bookmark-from-bookmarks-e1-cli-snippets.md)]
113-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
114-
115-
# [Go](#tab/go)
116-
[!INCLUDE [sample-code](../includes/snippets/go/create-bookmark-from-bookmarks-e1-go-snippets.md)]
117-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
118-
119-
# [Java](#tab/java)
120-
[!INCLUDE [sample-code](../includes/snippets/java/create-bookmark-from-bookmarks-e1-java-snippets.md)]
121-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
122-
123-
# [JavaScript](#tab/javascript)
124-
[!INCLUDE [sample-code](../includes/snippets/javascript/create-bookmark-from-bookmarks-e1-javascript-snippets.md)]
125-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
126-
127-
# [PHP](#tab/php)
128-
[!INCLUDE [sample-code](../includes/snippets/php/create-bookmark-from-bookmarks-e1-php-snippets.md)]
129-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
130-
131-
# [PowerShell](#tab/powershell)
132-
[!INCLUDE [sample-code](../includes/snippets/powershell/create-bookmark-from-bookmarks-e1-powershell-snippets.md)]
133-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
134-
135-
# [Python](#tab/python)
136-
[!INCLUDE [sample-code](../includes/snippets/python/create-bookmark-from-bookmarks-e1-python-snippets.md)]
137-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
138-
139-
---
140-
141106
### Response
142107

143108
The following example shows the response.
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
---
2+
title: "virtualEvent: cancel"
3+
description: "Cancel a virtual event."
4+
author: "awang119"
5+
ms.localizationpriority: medium
6+
ms.subservice: "cloud-communications"
7+
doc_type: apiPageType
8+
---
9+
10+
# virtualEvent: cancel
11+
Namespace: microsoft.graph
12+
13+
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
14+
15+
Cancel a virtual event.
16+
17+
Currently the supported virtual event type is [virtualEventTownhall](../resources/virtualeventtownhall.md). A canceled town hall has its **status** set to `canceled` permanently. You can still get a canceled town hall by using the [Get virtualEventTownhall](../api/virtualeventtownhall-get.md) API.
18+
19+
## Permissions
20+
21+
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
22+
23+
<!-- {
24+
"blockType": "permissions",
25+
"name": "virtualevent-cancel-permissions"
26+
}
27+
-->
28+
[!INCLUDE [permissions-table](../includes/permissions/virtualevent-cancel-permissions.md)]
29+
30+
## HTTP request
31+
32+
<!-- {
33+
"blockType": "ignored"
34+
}
35+
-->
36+
``` http
37+
POST /solutions/virtualEvents/townhalls/{townhallId}/cancel
38+
```
39+
40+
## Request headers
41+
42+
|Name|Description|
43+
|:---|:---|
44+
|Authorization|Bearer {token}. Required.|
45+
46+
## Request body
47+
48+
Don't supply a request body for this method.
49+
50+
## Response
51+
52+
If successful, this method returns a `204 No Content` response code.
53+
54+
## Examples
55+
56+
### Request
57+
58+
The following example shows a request.
59+
60+
<!-- {
61+
"blockType": "request",
62+
"name": "virtualeventthis.cancel",
63+
"sampleKeys": ["bce9a3ca-a310-48fa-baf3-1cedcd04bb3f@4aa05bcc-1cac-4a83-a9ae-0db84b88f4ba"]
64+
}
65+
-->
66+
``` http
67+
POST https://graph.microsoft.com/beta/solutions/virtualEvents/townhalls/bce9a3ca-a310-48fa-baf3-1cedcd04bb3f@4aa05bcc-1cac-4a83-a9ae-0db84b88f4ba/cancel
68+
```
69+
70+
### Response
71+
72+
The following example shows the response.
73+
74+
<!-- {
75+
"blockType": "response",
76+
"truncated": true
77+
}
78+
-->
79+
``` http
80+
HTTP/1.1 204 No Content
81+
```

0 commit comments

Comments
 (0)