Commit c9c6138
authored
[@azure/eventgrid] - Release V5.10.0 Jan 2025 (Azure#32441)
### Packages impacted by this PR
`@azure/eventgrid`
### Issues associated with this PR
Azure/azure-rest-api-specs#32004
### 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
- Made `message` & `receivedTimestamp` properties optional.
### 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. It is a
straightforward regenerate and some standard changes to the custom layer
of the code.
### 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#28176 (This is the PR
that adds similar events to the SDK in the 5.1.0 release)
- Azure#28513 (This is the PR
that adds similar events to the SDK in the 5.2.0 release)
- Azure#28891 (This is the PR
that adds similar events to the SDK in the 5.3.0 release)
- Azure#29035 (This is the PR
that adds similar events to the SDK in the 5.4.0 release)
- Azure#29872 (This is the PR
that adds similar events to the SDK in the 5.5.0 release)
- Azure#30811 (This is the PR
that adds similar events to the SDK in the 5.6.0 release)
- Azure#32011 (This is the PR
that adds similar events to the SDK in the 5.9.0 release)
### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_
```autorest --typescript swagger\README.md```
### 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 4fb48bf commit c9c6138
File tree
8 files changed
+46
-14
lines changed- sdk/eventgrid/eventgrid
- review
- src
- generated
- models
- swagger
8 files changed
+46
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
11 | | - | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| 207 | + | |
207 | 208 | | |
208 | 209 | | |
209 | 210 | | |
| |||
215 | 216 | | |
216 | 217 | | |
217 | 218 | | |
| 219 | + | |
218 | 220 | | |
219 | 221 | | |
220 | 222 | | |
| |||
637 | 639 | | |
638 | 640 | | |
639 | 641 | | |
640 | | - | |
641 | | - | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
642 | 645 | | |
643 | 646 | | |
644 | 647 | | |
| |||
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments