Skip to content

Commit

Permalink
Prepare for release (#44982)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLove-msft authored Jul 12, 2024
1 parent b5043af commit d220d5b
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 21 deletions.
8 changes: 2 additions & 6 deletions sdk/eventgrid/Azure.Messaging.EventGrid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 4.25.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes
## 4.24.1 (2024-07-16)

### Bugs Fixed

### Other Changes
- Fixed deserialization bugs in `AcsEmailEngagementTrackingReportReceivedEventData` and `AcsEmailDeliveryReportReceivedEventData` system events that caused the `DeliveryAttemptTimestamp` and `UserActionTimeStamp` properties to be null.

## 4.24.0 (2024-04-09)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>This library can be used to publish events to Azure Event Grid and to consume events delivered by EventGrid. It also defines the event schemas for the events published to EventGrid by various Azure services.</Description>
<AssemblyTitle>Microsoft Azure.Messaging.EventGrid client library</AssemblyTitle>
<Version>4.25.0-beta.1</Version>
<Version>4.24.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>4.24.0</ApiCompatVersion>
<PackageTags>Microsoft Azure EventGrid;Event Grid;Event Grid Publishing;</PackageTags>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/eventgrid/Azure.Messaging.EventGrid/src/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Run `dotnet build /t:GenerateCode` to generate code.

``` yaml
title: EventGridClient
require: https://github.com/Azure/azure-rest-api-specs/blob/5bc43b02efc097affda7d0bf23285f24433d6364/specification/eventgrid/data-plane/readme.md
require: https://github.com/Azure/azure-rest-api-specs/blob/1b0e82df2f7f953796af2aee0372e34e00baa2d2/specification/eventgrid/data-plane/readme.md
generation1-convenience-client: true
model-factory-for-hlc:
- MediaJobOutputAsset
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1799,7 +1799,7 @@ public void ConsumeAcsEmailDeliveryReportReceivedEvent()
""recipient"": ""[email protected]"",
""messageId"": ""950850f5-bcdf-4315-b77a-6447cf56fac9"",
""status"": ""delivered"",
""deliveryAttemptTimeStamp"": ""2023-02-09T19:46:12.2480265+00:00"",
""deliveryAttemptTimestamp"": ""2023-02-09T19:46:12.2480265+00:00"",
""deliveryStatusDetails"": {
""statusMessage"": ""DestinationMailboxFull""
}
Expand Down Expand Up @@ -1944,7 +1944,7 @@ public void ConsumeDicomImageCreatedEvent()
""subject"": ""{dicom-account}.dicom.azurehealthcareapis.com/v1/studies/1.2.3.4.3/series/1.2.3.4.3.9423673/instances/1.3.6.1.4.1.45096.2.296485376.2210.1633373143.864442"",
""eventType"": ""Microsoft.HealthcareApis.DicomImageCreated"",
""dataVersion"": ""1"",
""metadataVersion"": ""1"",
""metadataVersion"": ""1"",
""eventTime"": ""2022-09-15T01:14:04.5613214Z"",
""id"": ""d621839d-958b-4142-a638-bb966b4f7dfd"",
""data"": {
Expand Down Expand Up @@ -1978,7 +1978,7 @@ public void ConsumeDicomImageUpdatedEvent()
""subject"": ""{dicom-account}.dicom.azurehealthcareapis.com/v1/studies/1.2.3.4.3/series/1.2.3.4.3.9423673/instances/1.3.6.1.4.1.45096.2.296485376.2210.1633373143.864442"",
""eventType"": ""Microsoft.HealthcareApis.DicomImageUpdated"",
""dataVersion"": ""1"",
""metadataVersion"": ""1"",
""metadataVersion"": ""1"",
""eventTime"": ""2022-09-15T01:14:04.5613214Z"",
""id"": ""d621839d-958b-4142-a638-bb966b4f7dfd"",
""data"": {
Expand Down Expand Up @@ -2012,7 +2012,7 @@ public void ConsumeDicomImageDeletedEvent()
""subject"": ""{dicom-account}.dicom.azurehealthcareapis.com/v1/studies/1.2.3.4.3/series/1.2.3.4.3.9423673/instances/1.3.6.1.4.1.45096.2.296485376.2210.1633373143.864442"",
""eventType"": ""Microsoft.HealthcareApis.DicomImageDeleted"",
""dataVersion"": ""1"",
""metadataVersion"": ""1"",
""metadataVersion"": ""1"",
""eventTime"": ""2022-09-15T01:14:04.5613214Z"",
""id"": ""d621839d-958b-4142-a638-bb966b4f7dfd"",
""data"": {
Expand Down Expand Up @@ -3689,7 +3689,7 @@ public void ConsumeCloudEventAcsEmailDeliveryReportReceivedEvent()
""deliveryStatusDetails"": {
""statusMessage"": ""DestinationMailboxFull""
},
""deliveryAttemptTimeStamp"": ""2023-02-09T19:46:12.2480265+00:00""
""deliveryAttemptTimestamp"": ""2023-02-09T19:46:12.2480265+00:00""
},
""type"": ""Microsoft.Communication.EmailDeliveryReportReceived"",
""time"": ""2023-02-09T19:46:12.2478002Z"",
Expand Down

0 comments on commit d220d5b

Please sign in to comment.