Skip to content

Commit 4fb48bf

Browse files
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

14 files changed

+464
-1333
lines changed

sdk/eventgrid/eventgrid-system-events/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 1.0.0-beta.5 (2025-01-21)
4+
5+
### Other Changes
6+
7+
- Added `internetMessageId` property to `AcsEmailDeliveryReportReceivedEventData`.
8+
- Added `recipientMailServerHostName` property to `AcsEmailDeliveryReportStatusDetails`.
9+
- For `AcsSmsReceivedEventData`:
10+
- Added `segmentCount` property
11+
- Regenerated SDK with latest commit.
12+
313
## 1.0.0-beta.4 (2024-09-23)
414

515
### Other Changes

sdk/eventgrid/eventgrid-system-events/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sdk-type": "client",
44
"author": "Microsoft Corporation",
55
"description": "An isomorphic client library for the Azure Event Grid service.",
6-
"version": "1.0.0-beta.4",
6+
"version": "1.0.0-beta.5",
77
"keywords": [
88
"node",
99
"azure",

0 commit comments

Comments
 (0)