Skip to content

Commit 7f11551

Browse files
callautomation/2023-03-06-ga1 (#23091)
* Adding updated swagger + samples * Adding readme entry for stable version of 2023-03-06 * Fixing Examples, Formats, and errors * Update to latest swagger * Updating with feedbacks * Latest & final Spec for GA * Updates based on feedbacks * Fixing samples and pageable * adding required value * feedback updates 2 + description updated to be more detailed, to include events usuage * Updating samples * requested changes regarding kind * Updating samples to match with latest change * newline added to sample * Reverting parametized header. Swagger 2.0 does not support this Reverting back to include headers in each operation like before --------- Co-authored-by: Min Woo Lee 🧊 <77083090+minwoolee-ms@users.noreply.github.com>
1 parent 84dfc2b commit 7f11551

22 files changed

+2625
-1
lines changed

specification/communication/data-plane/CallAutomation/readme.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ These are the global settings for the communicationservices.
2626

2727
```yaml
2828
openapi-type: data-plane
29-
tag: package-2022-04-07-preview
29+
tag: package-2023-03-06
3030
```
3131
3232
### Tag: package-2022-04-07-preview
@@ -39,6 +39,17 @@ input-file:
3939
title: Azure Communication Services
4040
```
4141

42+
### Tag: package-2023-03-06
43+
44+
These settings apply only when `--tag=package-2023-03-06` is specified on the command line.
45+
46+
```yaml $(tag) == 'package-2023-03-06'
47+
input-file:
48+
- stable/2023-03-06/communicationservicescallautomation.json
49+
title:
50+
Azure Communication Services
51+
```
52+
4253
---
4354

4455
# Code Generation

0 commit comments

Comments
 (0)