@@ -61,6 +61,16 @@ class SystemEventNames(str, Enum, metaclass=CaseInsensitiveEnumMeta):
6161
6262 AcsAdvancedMessageReceivedEventName = "Microsoft.Communication.AdvancedMessageReceived"
6363
64+ AcsCallEndedEventName = "Microsoft.Communication.CallEnded"
65+
66+ AcsCallParticipantAddedEventName = "Microsoft.Communication.CallParticipantAdded"
67+
68+ AcsCallParticipantRemovedEventName = "Microsoft.Communication.CallParticipantRemoved"
69+
70+ AcsCallStartedEventName = "Microsoft.Communication.CallStarted"
71+
72+ AcsChatAzureBotCommandReceivedInThreadEventName = "Microsoft.Communication.ChatAzureBotCommandReceivedInThread"
73+
6474 AcsChatMessageDeletedEventName = "Microsoft.Communication.ChatMessageDeleted"
6575
6676 AcsChatMessageDeletedInThreadEventName = "Microsoft.Communication.ChatMessageDeletedInThread"
@@ -95,6 +105,8 @@ class SystemEventNames(str, Enum, metaclass=CaseInsensitiveEnumMeta):
95105
96106 AcsChatThreadWithUserDeletedEventName = "Microsoft.Communication.ChatThreadWithUserDeleted"
97107
108+ AcsChatTypingIndicatorReceivedInThreadEventName = "Microsoft.Communication.ChatTypingIndicatorReceivedInThread"
109+
98110 AcsEmailDeliveryReportReceivedEventName = "Microsoft.Communication.EmailDeliveryReportReceived"
99111
100112 AcsEmailEngagementTrackingReportReceivedEventName = "Microsoft.Communication.EmailEngagementTrackingReportReceived"
@@ -169,6 +181,10 @@ class SystemEventNames(str, Enum, metaclass=CaseInsensitiveEnumMeta):
169181
170182 ApiManagementApiUpdatedEventName = "Microsoft.ApiManagement.APIUpdated"
171183
184+ ApiManagementCircuitBreakerClosedEventName = "Microsoft.ApiManagement.CircuitBreaker.Closed"
185+
186+ ApiManagementCircuitBreakerOpenedEventName = "Microsoft.ApiManagement.CircuitBreaker.Opened"
187+
172188 ApiManagementGatewayApiAddedEventName = "Microsoft.ApiManagement.GatewayAPIAdded"
173189
174190 ApiManagementGatewayApiRemovedEventName = "Microsoft.ApiManagement.GatewayAPIRemoved"
@@ -201,6 +217,10 @@ class SystemEventNames(str, Enum, metaclass=CaseInsensitiveEnumMeta):
201217 "Microsoft.ApiManagement.GatewayHostnameConfigurationUpdated"
202218 )
203219
220+ ApiManagementGatewayTokenExpiredEventName = "Microsoft.ApiManagement.GatewayTokenExpired"
221+
222+ ApiManagementGatewayTokenNearExpiryEventName = "Microsoft.ApiManagement.GatewayTokenNearExpiry"
223+
204224 ApiManagementGatewayUpdatedEventName = "Microsoft.ApiManagement.GatewayUpdated"
205225
206226 ApiManagementProductCreatedEventName = "Microsoft.ApiManagement.ProductCreated"
@@ -279,6 +299,8 @@ class SystemEventNames(str, Enum, metaclass=CaseInsensitiveEnumMeta):
279299
280300 DataBoxOrderCompletedEventName = "Microsoft.DataBox.OrderCompleted"
281301
302+ EdgeSolutionVersionPublishedEventName = "Microsoft.Edge.SolutionVersionPublished"
303+
282304 EventGridMQTTClientCreatedOrUpdatedEventName = "Microsoft.EventGrid.MQTTClientCreatedOrUpdated"
283305
284306 EventGridMQTTClientDeletedEventName = "Microsoft.EventGrid.MQTTClientDeleted"
0 commit comments