Commit 4fb48bf
authored
[@azure/eventgrid-system-events] Update System events for Version 1.0.0-beta.5 (Azure#32602)
### Packages impacted by this PR
@azure/eventgrid-system-events
### Issues associated with this PR
NA
### Describe the problem that is addressed by this PR
This PR consists of the following changes:
- Added `internetMessageId` property to
`AcsEmailDeliveryReportReceivedEventData`.
- Added `recipientMailServerHostName` property to
`AcsEmailDeliveryReportStatusDetails`.
- For `AcsSmsReceivedEventData`:
- Added `segmentCount` property
- Regenerated SDK with latest commit.
### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?
There are no specific/complex design scenarios for this task.
### Are there test cases added in this PR? _(If not, why?)_
No. This item is standard and we need not add test cases for every new
events. The existing cases would be sufficient.
### Provide a list of related PRs _(if any)_
Azure#29688
Azure#30627
Azure#31188
### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_
`npx tsp compile client.tsp`
### Checklists
- [X] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [X] Added a changelog (if necessary)1 parent b319f30 commit 4fb48bf
File tree
14 files changed
+464
-1333
lines changed- sdk/eventgrid/eventgrid-system-events
- review
- src
- cadl-generated
- api
- helpers
- models
- rest
14 files changed
+464
-1333
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
3 | 13 | | |
4 | 14 | | |
5 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments