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
25 changes: 18 additions & 7 deletions specification/communication/data-plane/Rooms/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,29 @@ For other options on installation see [Installing AutoRest](https://aka.ms/autor

These are the global settings for the communicationservices.

```yaml
``` yaml
openapi-type: data-plane
tag: package-rooms-2023-10-30-preview
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

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

```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.

```yaml $(tag) == 'package-rooms-2023-10-30-preview'
``` yaml $(tag) == 'package-rooms-2023-10-30-preview'
input-file:
- preview/2023-10-30-preview/communicationservicesrooms.json
title:
Expand All @@ -46,7 +57,7 @@ title:

These settings apply only when `--tag=package-rooms-2023-06-14` is specified on the command line.

```yaml $(tag) == 'package-rooms-2023-06-14'
``` yaml $(tag) == 'package-rooms-2023-06-14'
input-file:
- stable/2023-06-14/communicationservicesrooms.json
title:
Expand All @@ -57,7 +68,7 @@ title:

These settings apply only when `--tag=package-rooms-2023-03-31-preview` is specified on the command line.

```yaml $(tag) == 'package-rooms-2023-03-31-preview'
``` yaml $(tag) == 'package-rooms-2023-03-31-preview'
input-file:
- preview/2023-03-31-preview/communicationservicesrooms.json
title:
Expand All @@ -68,7 +79,7 @@ title:

These settings apply only when `--tag=package-rooms-2022-02-01-preview` is specified on the command line.

```yaml $(tag) == 'package-rooms-2022-02-01-preview'
``` yaml $(tag) == 'package-rooms-2022-02-01-preview'
input-file:
- preview/2022-02-01-preview/communicationservicesrooms.json
title:
Expand Down
Loading