Skip to content

Commit 327b10b

Browse files
authored
[EG] April events (#34877)
* event map * space * enter * new diff * space * update cons * remove advanced naming * update
1 parent f07513c commit 327b10b

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

sdk/eventgrid/azure-eventgrid/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Release History
22

3-
## 4.18.1 (Unreleased)
3+
## 4.19.0 (Unreleased)
44

55
### Features Added
66

7-
### Breaking Changes
7+
- Added new enum values to `SystemEventNames` related to Azure Communication Services.
88

99
### Bugs Fixed
1010

11+
- Fixed a bug where the Api Version was being hardcoded to `2018-01-01` on any request sent to the service.
12+
1113
### Other Changes
1214

1315
## 4.18.0 (2024-03-12)

sdk/eventgrid/azure-eventgrid/azure/eventgrid/_event_mappings.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ class SystemEventNames(str, Enum, metaclass=CaseInsensitiveEnumMeta):
9494

9595
AcsIncomingCallEventName = 'Microsoft.Communication.IncomingCall'
9696

97+
AcsMessageDeliveryStatusUpdatedEventName = 'Microsoft.Communication.AdvancedMessageDeliveryStatusUpdated'
98+
99+
AcsMessageReceivedEventName = 'Microsoft.Communication.AdvancedMessageReceived'
100+
97101
AcsRecordingFileStatusUpdatedEventName = 'Microsoft.Communication.RecordingFileStatusUpdated'
98102

99103
AcsRouterJobCancelledEventName = 'Microsoft.Communication.RouterJobCancelled'
@@ -138,6 +142,8 @@ class SystemEventNames(str, Enum, metaclass=CaseInsensitiveEnumMeta):
138142

139143
AcsRouterWorkerRegisteredEventName = 'Microsoft.Communication.RouterWorkerRegistered'
140144

145+
AcsRouterWorkerUpdatedEventName = 'Microsoft.Communication.RouterWorkerUpdated'
146+
141147
AcsSmsDeliveryReportReceivedEventName = 'Microsoft.Communication.SMSDeliveryReportReceived'
142148

143149
AcsSmsReceivedEventName = 'Microsoft.Communication.SMSReceived'

sdk/eventgrid/azure-eventgrid/azure/eventgrid/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# regenerated.
1010
# --------------------------------------------------------------------------
1111

12-
VERSION = "4.18.1"
12+
VERSION = "4.19.0"

sdk/eventgrid/azure-eventgrid/swagger/_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@
6666

6767
EXCEPTIONS = ['ContainerRegistryArtifactEventData', 'ContainerRegistryEventData', 'ContainerServiceClusterSupportEventData', 'ContainerServiceNodePoolRollingEventData',
6868
'EventGridMQTTClientEventData', 'AppConfigurationSnapshotEventData', 'HealthResourcesResourceEventData', 'AcsRouterJobEventData', 'AcsRouterWorkerEventData', 'AcsRouterEventData',
69-
'AvsClusterEventData', 'AvsPrivateCloudEventData', 'AvsScriptExecutionEventData',
69+
'AvsClusterEventData', 'AvsPrivateCloudEventData', 'AvsScriptExecutionEventData', "AcsMessageEventData"
7070
]

0 commit comments

Comments
 (0)