Skip to content

Commit 85d9821

Browse files
authored
Merge pull request #25343 from microsoftgraph/main
Merge to publish.
2 parents 22c7b0e + 2d44d80 commit 85d9821

13 files changed

+145
-99
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Permissions for the following HTTP syntax:
2929
DELETE /me/profile/educationalActivities/{id}
3030
```
3131

32-
<!-- { "blockType": "permissions", "name": "educationalactivity_delete", "requestUrls": "DELETE /me/profile/educationalActivities/{id} "} -->
32+
<!-- { "blockType": "permissions", "name": "educationalactivity_delete", "requestUrls": ["DELETE /me/profile/educationalActivities/{id}"]} -->
3333
|Permission type|Least privileged permissions|Higher privileged permissions|
3434
|:---|:---|:---|
3535
|Delegated (work or school account)|User.ReadWrite|User.ReadWrite.All|
@@ -44,7 +44,7 @@ Permissions for the following HTTP syntax:
4444
DELETE /users/{id | userPrincipalName}/profile/educationalActivities/{id}
4545
```
4646

47-
<!-- { "blockType": "permissions", "name": "educationalactivity_delete", "requestUrls": "DELETE /users/{id | userPrincipalName}/profile/educationalActivities/{id}"} -->
47+
<!-- { "blockType": "permissions", "name": "educationalactivity_delete", "requestUrls": ["DELETE /users/{id | userPrincipalName}/profile/educationalActivities/{id}"]} -->
4848
|Permission type|Least privileged permissions|Higher privileged permissions|
4949
|:---|:---|:---|
5050
|Delegated (work or school account)|User.ReadWrite|User.ReadWrite.All|

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Permissions for the following HTTP syntax:
2929
GET /me/profile/educationalActivities/{id}
3030
```
3131

32-
<!-- { "blockType": "permissions", "name": "educationalactivity_get", "requestUrls": "GET /me/profile/educationalActivities/{id}"} -->
32+
<!-- { "blockType": "permissions", "name": "educationalactivity_get", "requestUrls": ["GET /me/profile/educationalActivities/{id}"]} -->
3333
|Permission type|Least privileged permissions|Higher privileged permissions|
3434
|:---|:---|:---|
3535
|Delegated (work or school account)|User.Read|User.ReadWrite, User.Read.All, User.ReadBasic.All, User.ReadWrite.All|
@@ -44,7 +44,7 @@ Permissions for the following HTTP syntax:
4444
GET /users/{id | userPrincipalName}/profile/educationalActivities/{id}
4545
```
4646

47-
<!-- { "blockType": "permissions", "name": "educationalactivity_get", "requestUrls": "GET /users/{id | userPrincipalName}/profile/educationalActivities/{id}"} -->
47+
<!-- { "blockType": "permissions", "name": "educationalactivity_get", "requestUrls": ["GET /users/{id | userPrincipalName}/profile/educationalActivities/{id}"]} -->
4848
|Permission type|Least privileged permissions|Higher privileged permissions|
4949
|:---|:---|:---|
5050
|Delegated (work or school account)|User.Read|User.ReadWrite, User.Read.All, User.ReadBasic.All, User.ReadWrite.All|

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Permissions for the following HTTP syntax:
2929
PATCH /me/profile/educationalActivities/{id}
3030
```
3131

32-
<!-- { "blockType": "permissions", "name": "educationalactivity_update", "requestUrls": "PATCH /me/profile/educationalActivities/{id}"} -->
32+
<!-- { "blockType": "permissions", "name": "educationalactivity_update", "requestUrls": ["PATCH /me/profile/educationalActivities/{id}"]} -->
3333
|Permission type|Least privileged permissions|Higher privileged permissions|
3434
|:---|:---|:---|
3535
|Delegated (work or school account)|User.ReadWrite|User.ReadWrite.All|
@@ -44,7 +44,7 @@ Permissions for the following HTTP syntax:
4444
PATCH /users/{id | userPrincipalName}/profile/educationalActivities/{id}
4545
```
4646

47-
<!-- { "blockType": "permissions", "name": "educationalactivity_update", "requestUrls": "PATCH /users/{id | userPrincipalName}/profile/educationalActivities/{id}"} -->
47+
<!-- { "blockType": "permissions", "name": "educationalactivity_update", "requestUrls": ["PATCH /users/{id | userPrincipalName}/profile/educationalActivities/{id}"]} -->
4848
|Permission type|Least privileged permissions|Higher privileged permissions|
4949
|:---|:---|:---|
5050
|Delegated (work or school account)|User.ReadWrite|User.ReadWrite.All|

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ In the request body, provide a JSON object with the following parameters.
5656
| Parameter | Type | Description |
5757
| :------------- | :------------------------------------------------------------ | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
5858
| addLicenses | [assignedLicense](../resources/assignedlicense.md) collection | A collection of [assignedLicense](../resources/assignedlicense.md) objects that specify the licenses to add. You can disable servicePlans associated with a license by setting the **disabledPlans** property on an [assignedLicense](../resources/assignedlicense.md) object. |
59-
| removeLicenses | Guid collection | A collection of skuIds that identify the licenses to remove. Required. |
59+
| removeLicenses | Guid collection | A collection of skuIds that identify the licenses to remove. Required. Can be an empty collection. |
6060

6161
## Response
6262

@@ -156,7 +156,7 @@ location: https://graph.microsoft.com/v2/e8e96c2a-d787-4eb1-98d7-9e57c965f1de/di
156156
"id": "1132b215-826f-42a9-8cfe-1643d19d17fd",
157157
"createdDateTime": "2021-03-12T11:15:03Z",
158158
"groupTypes": [],
159-
"securityEnabled": true,
159+
"securityEnabled": true
160160
}
161161
```
162162

@@ -241,7 +241,7 @@ location: https://graph.microsoft.com/v2/e8e96c2a-d787-4eb1-98d7-9e57c965f1de/di
241241
"id": "1132b215-826f-42a9-8cfe-1643d19d17fd",
242242
"createdDateTime": "2021-03-12T11:15:03Z",
243243
"groupTypes": [],
244-
"securityEnabled": true,
244+
"securityEnabled": true
245245
}
246246
```
247247

api-reference/beta/api/user-assignlicense.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ In the request body, provide a JSON object with the following parameters.
4848
| Parameter | Type |Description|
4949
|:---------------|:--------|:----------|
5050
|addLicenses|[assignedLicense](../resources/assignedlicense.md) collection|A collection of [assignedLicense](../resources/assignedlicense.md) objects that specify the licenses to add. You can disable servicePlans associated with a license by setting the **disabledPlans** property on an [assignedLicense](../resources/assignedlicense.md) object.|
51-
|removeLicenses|Guid collection|A collection of skuIds that identify the licenses to remove. Required.|
51+
|removeLicenses|Guid collection|A collection of skuIds that identify the licenses to remove. Required. Can be an empty collection.|
5252

5353

5454
## Response

api-reference/beta/resources/cloudpcdisasterrecoverymicrosofthostednetworksetting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Inherits from [cloudPcDisasterRecoveryNetworkSetting](../resources/cloudpcdisast
2121

2222
|Property|Type|Description|
2323
|:---|:---|:---|
24-
|regionGroup|[cloudPcRegionGroup](../resources/cloudpcsupportedregion.md#cloudpcregiongroup-values)|Indicates the logic geographic group this region belongs to. Multiple regions can belong to one region group. When a region group is configured for disaster recovery, the new Cloud PC is assigned to one of the regions within the group based on resource availability. For example, the `europeUnion` region group contains the North Europe and West Europe regions. Possible values are: `default`, `australia`, `canada`, `usCentral`, `usEast`, `usWest`, `france`, `germany`, `europeUnion`, `unitedKingdom`, `japan`, `asia`, `india`, `southAmerica`, `euap`, `usGovernment`, `usGovernmentDOD`, `unknownFutureValue`, `norway`, `switzerland``southKorea`. You must use the `Prefer: include-unknown-enum-members` request header to get the following values in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `norway`, `switzerland``southKorea`.|
24+
|regionGroup|[cloudPcRegionGroup](../resources/cloudpcsupportedregion.md#cloudpcregiongroup-values)|Indicates the logic geographic group this region belongs to. Multiple regions can belong to one region group. When a region group is configured for disaster recovery, the new Cloud PC is assigned to one of the regions within the group based on resource availability. For example, the `europeUnion` region group contains the North Europe and West Europe regions. Possible values are: `default`, `australia`, `canada`, `usCentral`, `usEast`, `usWest`, `france`, `germany`, `europeUnion`, `unitedKingdom`, `japan`, `asia`, `india`, `southAmerica`, `euap`, `usGovernment`, `usGovernmentDOD`, `unknownFutureValue`, `norway`, `switzerland`,`southKorea`, `middleEast`, `mexico`. You must use the `Prefer: include-unknown-enum-members` request header to get the following values in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `norway`, `switzerland`,`southKorea`, `middleEast`, `mexico`.|
2525
|regionName|String|Indicates the Azure region that the new Cloud PC is assigned to. The Windows 365 service creates and manages the underlying virtual network.|
2626

2727
## Relationships

api-reference/beta/resources/cloudpcsupportedregion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Represents a supported region to establish an Azure network connection for Cloud
2727
|:--- |:--- |:--- |
2828
|displayName|String|The name for the supported region. Read-only.|
2929
|id|String|The unique identifier for the supported region. Read-only.|
30-
|regionGroup|[cloudPcRegionGroup](#cloudpcregiongroup-values)|The geographic group this region belongs to. Multiple regions can belong to one region group. For example, the `europeUnion` region group contains the Northern Europe and Western Europe regions. A customer can select a region group when provisioning a Cloud PC; however, the Cloud PC is put under one of the regions under the group based on resource capacity. The region with more quota is chosen. Possible values are: `default`, `australia`, `canada`, `usCentral`, `usEast`, `usWest`, `france`, `germany`, `europeUnion`, `unitedKingdom`, `japan`, `asia`, `india`, `southAmerica`, `euap`, `usGovernment`, `usGovernmentDOD`, `unknownFutureValue`, `norway`, `switzerland``southKorea`. You must use the `Prefer: include-unknown-enum-members` request header to get the following value(s) in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `norway`, `switzerland``southKorea`. Read-only.|
30+
|regionGroup|[cloudPcRegionGroup](#cloudpcregiongroup-values)|The geographic group this region belongs to. Multiple regions can belong to one region group. For example, the `europeUnion` region group contains the Northern Europe and Western Europe regions. A customer can select a region group when provisioning a Cloud PC; however, the Cloud PC is put under one of the regions under the group based on resource capacity. The region with more quota is chosen. Possible values are: `default`, `australia`, `canada`, `usCentral`, `usEast`, `usWest`, `france`, `germany`, `europeUnion`, `unitedKingdom`, `japan`, `asia`, `india`, `southAmerica`, `euap`, `usGovernment`, `usGovernmentDOD`, `unknownFutureValue`, `norway`, `switzerland`,`southKorea`, `middleEast`, `mexico`. You must use the `Prefer: include-unknown-enum-members` request header to get the following values in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `norway`, `switzerland`,`southKorea`, `middleEast`, `mexico`. Read-only.|
3131
|regionStatus|[cloudPcSupportedRegionStatus](#cloudpcsupportedregionstatus-values)|The status of the supported region. Possible values are: `available`, `restricted`, `unavailable`, `unknownFutureValue`. Read-only.|
3232
|supportedSolution|[cloudPcManagementService](../resources/cloudpconpremisesconnection.md#cloudpcmanagementservice-values)|The supported service or solution for the region. The possible values are: `windows365`, `devBox`, `unknownFutureValue`, `rpaBox`. You must use the `Prefer: include-unknown-enum-members` request header to get the following value or values in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `rpaBox`. Read-only.|
3333

api-reference/beta/toc/industry-data-etl-(preview)/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ items:
210210
href: ../../resources/industrydata-basicfilter.md
211211
- name: Class group configuration
212212
href: ../../resources/industrydata-classgroupconfiguration.md
213+
- name: Credential
214+
href: ../../resources/industrydata-credential.md
213215
- name: Enrollment mappings
214216
href: ../../resources/industrydata-enrollmentmappings.md
215217
- name: File data connector

api-reference/v1.0/api/group-assignlicense.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ In the request body, provide a JSON object with the following parameters.
5454
| Parameter | Type | Description |
5555
| :------------- | :------------------------------------------------------------ | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
5656
| addLicenses | [assignedLicense](../resources/assignedlicense.md) collection | A collection of [assignedLicense](../resources/assignedlicense.md) objects that specify the licenses to add. You can disable servicePlans associated with a license by setting the **disabledPlans** property on an [assignedLicense](../resources/assignedlicense.md) object. |
57-
| removeLicenses | Guid collection | A collection of skuIds that identify the licenses to remove. Required. |
57+
| removeLicenses | Guid collection | A collection of skuIds that identify the licenses to remove. Required. Can be an empty collection. |
5858

5959
## Response
6060

@@ -154,7 +154,7 @@ location: https://graph.microsoft.com/v2/e8e96c2a-d787-4eb1-98d7-9e57c965f1de/di
154154
"id": "1132b215-826f-42a9-8cfe-1643d19d17fd",
155155
"createdDateTime": "2021-03-12T11:15:03Z",
156156
"groupTypes": [],
157-
"securityEnabled": true,
157+
"securityEnabled": true
158158
}
159159
```
160160

@@ -241,7 +241,7 @@ location: https://graph.microsoft.com/v2/d056d009-17b3-4106-8173-cd3978ada898/di
241241
"deletedDateTime": null,
242242
"classification": null,
243243
"createdDateTime": "2018-04-18T22:05:03Z",
244-
"securityEnabled": true,
244+
"securityEnabled": true
245245
246246
}
247247
```

0 commit comments

Comments
 (0)