Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[@azure/eventgrid] - Release V5.10.0 Jan 2025 #32441

Merged
merged 3 commits into from
Jan 21, 2025

Conversation

sarangan12
Copy link
Contributor

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)

Command used to generate this PR:**(Applicable only to SDK release request PRs)

autorest --typescript swagger\README.md

Checklists

  • 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 repository and link it here)
  • Added a changelog (if necessary)

@azure-sdk
Copy link
Collaborator

API change check

APIView has identified API level changes in this PR and created following API reviews.

@azure/eventgrid

@sarangan12 sarangan12 marked this pull request as ready for review January 17, 2025 14:48
@sarangan12 sarangan12 requested review from bterlson and a team as code owners January 17, 2025 14:48
Copy link
Member

@xirzec xirzec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One minor comment on the changelog

@sarangan12 sarangan12 merged commit c9c6138 into Azure:main Jan 21, 2025
14 checks passed
jeremymeng added a commit that referenced this pull request Feb 20, 2025
### Packages impacted by this PR
`@Azure/eventgrid`

### Issues associated with this PR

Azure/azure-rest-api-specs#32013
Azure/azure-rest-api-specs#32548

### Describe the problem that is addressed by this PR

This PR includes the following changes

- properties added to `AcsMessageMediaContent`
  - `animated`
- properties added to `AcsMessageReceivedEventData`
  -  `messageId`
  - `messageType`
  - `reaction`
  
### 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?

This is straight code regeneration and minor fix to adopt code-gen
changes.

### 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)_

#32441

### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_

`npm run generate:client`

### Checklists
- [ ] 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)_
- [ ] Added a changelog (if necessary)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants