Skip to content

Commit bfb98c5

Browse files
authored
rename advanced (#35130)
1 parent b20893f commit bfb98c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ class SystemEventNames(str, Enum, metaclass=CaseInsensitiveEnumMeta):
5656
IoTHubDeviceCreatedEventName = 'Microsoft.Devices.DeviceCreated'
5757

5858
# Aliases end here
59+
AcsAdvancedMessageDeliveryStatusUpdatedEventName = 'Microsoft.Communication.AdvancedMessageDeliveryStatusUpdated'
60+
61+
AcsAdvancedMessageReceivedEventName = 'Microsoft.Communication.AdvancedMessageReceived'
62+
5963
AcsChatMessageDeletedEventName = 'Microsoft.Communication.ChatMessageDeleted'
6064

6165
AcsChatMessageDeletedInThreadEventName = 'Microsoft.Communication.ChatMessageDeletedInThread'
@@ -94,10 +98,6 @@ class SystemEventNames(str, Enum, metaclass=CaseInsensitiveEnumMeta):
9498

9599
AcsIncomingCallEventName = 'Microsoft.Communication.IncomingCall'
96100

97-
AcsMessageDeliveryStatusUpdatedEventName = 'Microsoft.Communication.AdvancedMessageDeliveryStatusUpdated'
98-
99-
AcsMessageReceivedEventName = 'Microsoft.Communication.AdvancedMessageReceived'
100-
101101
AcsRecordingFileStatusUpdatedEventName = 'Microsoft.Communication.RecordingFileStatusUpdated'
102102

103103
AcsRouterJobCancelledEventName = 'Microsoft.Communication.RouterJobCancelled'

0 commit comments

Comments
 (0)