Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions specification/communication/data-plane/Rooms/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,22 @@ These are the global settings for the communicationservices.

``` yaml
openapi-type: data-plane
tag: package-2024-04
tag: package-rooms-2024-04-15
input-file:
- preview/2023-10-30-preview/communicationservicesrooms.json
- stable/2024-04-15/communicationservicesrooms.json
```

### Tag: package-rooms-2024-04-15

### Tag: package-2024-04

These settings apply only when `--tag=package-2024-04` is specified on the command line.
These settings apply only when `--tag=package-rooms-2024-04-15` is specified on the command line.

```yaml $(tag) == 'package-2024-04'
```yaml $(tag) == 'package-rooms-2024-04-15'
input-file:
- stable/2024-04-15/communicationservicesrooms.json
title:
Azure Communication Services
```

### Tag: package-rooms-2023-10-30-preview

These settings apply only when `--tag=package-rooms-2023-10-30-preview` is specified on the command line.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -385,10 +385,10 @@
},
"definitions": {
"CommunicationError": {
"$ref": "../../../Common/stable/2022-07-13/common.json#/definitions/CommunicationError"
"$ref": "../../../Common/stable/2023-11-15/common.json#/definitions/CommunicationError"
},
"CommunicationErrorResponse": {
"$ref": "../../../Common/stable/2022-07-13/common.json#/definitions/CommunicationErrorResponse"
"$ref": "../../../Common/stable/2023-11-15/common.json#/definitions/CommunicationErrorResponse"
},
"CreateRoomRequest": {
"description": "Request payload for creating new room.",
Expand Down