@@ -61,6 +61,16 @@ class SystemEventNames(str, Enum, metaclass=CaseInsensitiveEnumMeta):
61
61
62
62
AcsAdvancedMessageReceivedEventName = "Microsoft.Communication.AdvancedMessageReceived"
63
63
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
+
64
74
AcsChatMessageDeletedEventName = "Microsoft.Communication.ChatMessageDeleted"
65
75
66
76
AcsChatMessageDeletedInThreadEventName = "Microsoft.Communication.ChatMessageDeletedInThread"
@@ -95,6 +105,8 @@ class SystemEventNames(str, Enum, metaclass=CaseInsensitiveEnumMeta):
95
105
96
106
AcsChatThreadWithUserDeletedEventName = "Microsoft.Communication.ChatThreadWithUserDeleted"
97
107
108
+ AcsChatTypingIndicatorReceivedInThreadEventName = "Microsoft.Communication.ChatTypingIndicatorReceivedInThread"
109
+
98
110
AcsEmailDeliveryReportReceivedEventName = "Microsoft.Communication.EmailDeliveryReportReceived"
99
111
100
112
AcsEmailEngagementTrackingReportReceivedEventName = "Microsoft.Communication.EmailEngagementTrackingReportReceived"
@@ -169,6 +181,10 @@ class SystemEventNames(str, Enum, metaclass=CaseInsensitiveEnumMeta):
169
181
170
182
ApiManagementApiUpdatedEventName = "Microsoft.ApiManagement.APIUpdated"
171
183
184
+ ApiManagementCircuitBreakerClosedEventName = "Microsoft.ApiManagement.CircuitBreaker.Closed"
185
+
186
+ ApiManagementCircuitBreakerOpenedEventName = "Microsoft.ApiManagement.CircuitBreaker.Opened"
187
+
172
188
ApiManagementGatewayApiAddedEventName = "Microsoft.ApiManagement.GatewayAPIAdded"
173
189
174
190
ApiManagementGatewayApiRemovedEventName = "Microsoft.ApiManagement.GatewayAPIRemoved"
@@ -201,6 +217,10 @@ class SystemEventNames(str, Enum, metaclass=CaseInsensitiveEnumMeta):
201
217
"Microsoft.ApiManagement.GatewayHostnameConfigurationUpdated"
202
218
)
203
219
220
+ ApiManagementGatewayTokenExpiredEventName = "Microsoft.ApiManagement.GatewayTokenExpired"
221
+
222
+ ApiManagementGatewayTokenNearExpiryEventName = "Microsoft.ApiManagement.GatewayTokenNearExpiry"
223
+
204
224
ApiManagementGatewayUpdatedEventName = "Microsoft.ApiManagement.GatewayUpdated"
205
225
206
226
ApiManagementProductCreatedEventName = "Microsoft.ApiManagement.ProductCreated"
@@ -279,6 +299,8 @@ class SystemEventNames(str, Enum, metaclass=CaseInsensitiveEnumMeta):
279
299
280
300
DataBoxOrderCompletedEventName = "Microsoft.DataBox.OrderCompleted"
281
301
302
+ EdgeSolutionVersionPublishedEventName = "Microsoft.Edge.SolutionVersionPublished"
303
+
282
304
EventGridMQTTClientCreatedOrUpdatedEventName = "Microsoft.EventGrid.MQTTClientCreatedOrUpdated"
283
305
284
306
EventGridMQTTClientDeletedEventName = "Microsoft.EventGrid.MQTTClientDeleted"
0 commit comments