Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
17 changes: 16 additions & 1 deletion specification/communication/data-plane/CallAutomation/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ These are the global settings for the communicationservices.

```yaml
openapi-type: data-plane
tag: package-2025-03-30-preview
tag: package-2025-06-15
```

### Tag: package-2022-04-07-preview
Expand Down Expand Up @@ -158,6 +158,21 @@ suppressions:
reason: Our LRO behavior does not fit the default behavior
```

### Tag: package-2025-06-15

These settings apply only when `--tag=package-2025-06-15` is specified on the command line.

```yaml $(tag) == 'package-2025-06-15'
input-file:
- stable/2025-06-15/communicationservicescallautomation.json
title:
Azure Communication Services
suppressions:
- code: LroExtension
from: communicationservicescallautomation.json
reason: Our LRO behavior does not fit the default behavior
```

---

# Code Generation
Expand Down
Loading