Skip to content

Commit

Permalink
Azure Communication Services Email API for GA (#22979)
Browse files Browse the repository at this point in the history
* Copy existing preview version of CommunicationServicesEmail API to stable folder in preparation for GA

* update version to 2023-03-31

* update comment about events for 202 result

* update readme file

* updated description of Operation-ID header
  • Loading branch information
apattath authored Mar 15, 2023
1 parent a05c36a commit ac29c82
Show file tree
Hide file tree
Showing 6 changed files with 535 additions and 1 deletion.
13 changes: 12 additions & 1 deletion specification/communication/data-plane/Email/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-2023-01-15-preview
tag: package-2023-03-31
```
### Tag: package-2021-10-01-preview
Expand All @@ -51,6 +51,17 @@ title:
Azure Communication Services
```

### Tag: package-2023-03-31

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

```yaml $(tag) == 'package-2023-03-31'
input-file:
- stable/2023-03-31/CommunicationServicesEmail.json
title:
Azure Communication Services
```

---

# Code Generation
Expand Down
Loading

0 comments on commit ac29c82

Please sign in to comment.