Skip to content

Commit 7eb58ff

Browse files
authored
Merge pull request #27772 from microsoftgraph/main
Merge to publish.
2 parents 5583706 + d00044a commit 7eb58ff

29 files changed

+368
-37
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,9 @@ The following example shows the response.
392392
"allowMeetingChat": "enabled",
393393
"allowTeamworkReactions": true,
394394
"videoTeleconferenceId": "(redacted)",
395+
"sensitivityLabelAssignment": {
396+
"sensitivityLabelId": "c7f2d7a7-6a36-4a41-9a6b-0d2761a9f4f0"
397+
},
395398
"participants": {
396399
"organizer": {
397400
"upn": "(redacted)",
@@ -490,6 +493,9 @@ The following example shows the response.
490493
"joinMeetingId": "1234567890",
491494
"passcode": null
492495
},
496+
"sensitivityLabelAssignment": {
497+
"sensitivityLabelId": "c7f2d7a7-6a36-4a41-9a6b-0d2761a9f4f0"
498+
}
493499
"meetingOptionsWebUrl": "https://teams.microsoft.com/meetingOptions/?meetingId=abc123"
494500
}
495501
]
@@ -601,6 +607,9 @@ Content-Type: application/json
601607
"joinMeetingId": "1234567890",
602608
"passcode": null
603609
},
610+
"sensitivityLabelAssignment": {
611+
"sensitivityLabelId": "c7f2d7a7-6a36-4a41-9a6b-0d2761a9f4f0"
612+
},
604613
"meetingOptionsWebUrl": "https://teams.microsoft.com/meetingOptions/?meetingId=abc123"
605614
}
606615
]

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ The last column indicates whether updating this property takes effect for an in-
109109
| meetingSpokenLanguageTag | String | Specifies the spoken language used during the meeting for recording and transcription purposes. | No |
110110
| participants | [meetingParticipants](../resources/meetingparticipants.md) | The participants associated with the online meeting. Only attendees can be updated. | No |
111111
| recordAutomatically | Boolean | Indicates whether to record the meeting automatically. | No |
112+
|sensitivityLabelAssignment|[onlineMeetingSensitivityLabelAssignment](../resources/onlinemeetingsensitivitylabelassignment.md)|Specifies the sensitivity label applied to the Teams meeting.| No |
112113
| startDateTime | DateTime | The meeting start time in UTC. | No |
113114
| subject | String | The subject of the online meeting. | No |
114115
| watermarkProtection | [watermarkProtectionValues](../resources/watermarkprotectionvalues.md) | Specifies whether the client application should apply a watermark to a content type. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |No |
@@ -221,7 +222,10 @@ Content-Type: application/json
221222
"tollNumber":"+1-900-555-0100",
222223
"tollFreeNumber":"+1-800-555-0100",
223224
"dialinUrl":"url"
224-
}
225+
},
226+
"sensitivityLabelAssignment": {
227+
"sensitivityLabelId": "c7f2d7a7-6a36-4a41-9a6b-0d2761a9f4f0"
228+
}
225229
}
226230
```
227231

api-reference/beta/api/place-descendants.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Content-Type: application/json
102102
"parentId": "ca163ae1-14a3-4e2a-8a97-5f82d672186f",
103103
"isWheelChairAccessible": false,
104104
"mode": {
105-
"@odata.type": "#microsoft.graph.offlinePlaceMode",
105+
"@odata.type": "#microsoft.graph.unavailablePlaceMode",
106106
"reason": "New"
107107
}
108108
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ Content-Type: application/json
253253
"displayName": "Desk6",
254254
"parentId": "ca163ae1-14a3-4e2a-8a97-5f82d672186f",
255255
"mode": {
256-
"@odata.type": "#microsoft.graph.offlinePlaceMode",
256+
"@odata.type": "#microsoft.graph.unavailablePlaceMode",
257257
"reason": "New"
258258
}
259259
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ Content-Type: application/json
416416
"parentId": "ca163ae1-14a3-4e2a-8a97-5f82d672186f",
417417
"isWheelChairAccessible": true,
418418
"mode": {
419-
"@odata.type": "#microsoft.graph.offlinePlaceMode",
419+
"@odata.type": "#microsoft.graph.unavailablePlaceMode",
420420
"reason": "New"
421421
}
422422
}

api-reference/beta/api/place-post.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ Content-Type: application/json
353353
"tags": [],
354354
"isWheelChairAccessible": false,
355355
"mode": {
356-
"@odata.type": "#microsoft.graph.offlinePlaceMode",
356+
"@odata.type": "#microsoft.graph.unavailablePlaceMode",
357357
"reason": "New"
358358
}
359359
}
@@ -514,7 +514,7 @@ Content-Type: application/json
514514
"emailAddress": "[email protected]",
515515
"nickname": "testSpace001",
516516
"mode": {
517-
"@odata.type": "#microsoft.graph.offlinePlaceMode",
517+
"@odata.type": "#microsoft.graph.unavailablePlaceMode",
518518
"reason": "New"
519519
}
520520
}

api-reference/beta/resources/building.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ For more supported methods, see [place](./place.md).
3737
|label |String |User-defined description of the building. Inherited from [place](./place.md). |
3838
|parentId|String|Currently, buildings don't have a parent. Don't use. Inherited from [place](./place.md).|
3939
|phone|String|The phone number of the **building**. Inherited from [place](./place.md). |
40-
|placeId|String|An alternate immutable unique identifier of the **building**. Read-only. Inherited from [place](./place.md). |
4140
|resourceLinks|[resourceLink](./resourcelink.md) collection|A set of links to external resources that are associated with the **building**. Inherited from [place](./place.md). |
4241
|tags|String collection|Custom tags that are associated with the building for categorization or filtering. Inherited from [place](./place.md). |
42+
|wifiState |placeFeatureEnablement |A state that indicates whether the building has Wi-Fi. Possible values are: `unknown`, `enabled`, `disabled`, `unknownFutureValue`.|
4343

4444
## Relationships
4545
|Relationship|Type|Description|
@@ -68,9 +68,9 @@ The following JSON representation shows the resource type.
6868
"label": "String",
6969
"parentId": "String",
7070
"phone": "String",
71-
"placeId": "String",
7271
"resourceLinks": [{"@odata.type": "microsoft.graph.resourceLink"}],
73-
"tags": ["String"]
72+
"tags": ["String"],
73+
"wifiState": "String"
7474
}
7575
```
7676

api-reference/beta/resources/desk.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ For the list of supported methods, see [place](./place.md).
2929
|displayDeviceName |String |The name of the display device (for example, `monitor` or `projector`) that is available at the **desk**. |
3030
|displayName|String|The name that is associated with the **desk**. Inherited from [place](./place.md).|
3131
|geoCoordinates|[outlookGeoCoordinates](./outlookgeocoordinates.md)|Specifies the **desk** location in latitude, longitude, and (optionally) altitude coordinates. Inherited from [place](./place.md).|
32+
|heightAdjustableState |placeFeatureEnablement|A state that indicates whether the desk is height adjustable. The possible values are: `unknown`, `enabled`, `disabled`, `unknownFutureValue`.|
3233
|id|String|The unique identifier for the **desk**. Read-only. This identifier isn't immutable and can change if the mailbox or tenant configuration changes. Inherited from [place](./place.md). |
3334
|isWheelChairAccessible|Boolean|Indicates whether the **desk** is wheelchair accessible. Inherited from [place](./place.md).|
3435
|label |String |User-defined description of the **desk**. Inherited from [place](../resources/place.md).|
3536
|mailboxDetails |[mailboxDetails](mailboxdetails.md) |The mailbox object **id** and email address that are associated with the desk. |
36-
|mode |[placeMode](./placemode.md) |The mode of the desk. The supported modes are:<ul><li>[assignedPlaceMode](./assignedplacemode.md) - Desks that are assigned to a user.</li><li>[reservablePlaceMode](./reservableplacemode.md) - Desks that can be booked in advance using desk reservation tools.</li><li>[dropInPlaceMode](./dropinplacemode.md) - First come, first served desks. When you plug into a peripheral on one of these desks, the desk is booked for you, assuming the peripheral is associated with the desk in the Microsoft Teams Rooms Pro management portal.</li><li>[offlinePlaceMode](./offlineplacemode.md) - Desk that is taken down for maintenance or marked as not reservable.</li></ul> |
37+
|mode |[placeMode](./placemode.md) |The mode of the desk. The supported modes are:<ul><li>[assignedPlaceMode](./assignedplacemode.md) - Desks that are assigned to a user.</li><li>[reservablePlaceMode](./reservableplacemode.md) - Desks that can be booked in advance using desk reservation tools.</li><li>[dropInPlaceMode](./dropinplacemode.md) - First come, first served desks. When you plug into a peripheral on one of these desks, the desk is booked for you, assuming the peripheral is associated with the desk in the Microsoft Teams Rooms Pro management portal.</li><li>[unavailablePlaceMode](./unavailableplacemode.md) - Desk that is taken down for maintenance or marked as not reservable.</li></ul> |
3738
|parentId|String|The ID of a parent [section](./section.md). Inherited from [place](./place.md).|
3839
|phone|String|The phone number of the **desk**. Inherited from [place](./place.md).|
39-
|placeId|String|An alternate immutable unique identifier of the **desk**. Read-only. Inherited from [place](./place.md).|
4040
|tags|String collection|Custom tags that are associated with the **desk** for categorization or filtering. Inherited from [place](./place.md).|
4141

4242
## Relationships
@@ -59,14 +59,14 @@ The following JSON representation shows the resource type.
5959
"displayDeviceName": "String",
6060
"displayName": "String",
6161
"geoCoordinates": {"@odata.type": "microsoft.graph.outlookGeoCoordinates"},
62+
"heightAdjustableState": "String",
6263
"id": "String (identifier)",
6364
"isWheelChairAccessible": "Boolean",
6465
"label": "String",
6566
"mailboxDetails": {"@odata.type": "microsoft.graph.mailboxDetails"},
6667
"mode": {"@odata.type": "microsoft.graph.placeMode"},
6768
"parentId": "String",
6869
"phone": "String",
69-
"placeId": "String",
7070
"tags": ["String"]
7171
}
7272
```

api-reference/beta/resources/enums.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ ms.custom: sfi-ropc-nochange
1313

1414
Namespace: microsoft.graph
1515

16+
### placeFeatureEnablement values
17+
18+
|Member|
19+
|:---|
20+
|unknown|
21+
|enabled|
22+
|disabled|
23+
|unknownFutureValue|
24+
1625
### accessReviewPrincipalScopeType values
1726

1827
|Member|

api-reference/beta/resources/floor.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ For the list of supported methods, see [place](./place.md).
3232
|label |String |User-defined description of the **floor**. Inherited from [place](./place.md).|
3333
|parentId|String|The ID of a parent [building](./building.md). Inherited from [place](./place.md).|
3434
|phone|String|The phone number of the **floor**. Inherited from [place](./place.md).|
35-
|placeId|String|An alternate immutable unique identifier of the **floor**. Read-only. Inherited from [place](./place.md).|
3635
|sortOrder|Int32|Specifies the sort order of the **floor**. For example, a floor might be named "Lobby" with a sort order of `0` to show this floor first in ordered lists. |
3736
|tags|String collection|Custom tags that are associated with the **floor** for categorization or filtering. Inherited from [place](./place.md).|
3837

@@ -60,7 +59,6 @@ The following JSON representation shows the resource type.
6059
"label": "String",
6160
"parentId": "String",
6261
"phone": "String",
63-
"placeId": "String",
6462
"sortOrder": "Int32",
6563
"tags": ["String"]
6664
}

0 commit comments

Comments
 (0)