From 679f28d805020cab723b7bd20e81a3054aaf4167 Mon Sep 17 00:00:00 2001 From: Libba Lawrence Date: Mon, 29 Jan 2024 11:02:00 -0800 Subject: [PATCH] avs events --- .../azure/eventgrid/_event_mappings.py | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_event_mappings.py b/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_event_mappings.py index fc89c4f34c04..b909dfc6870c 100644 --- a/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_event_mappings.py +++ b/sdk/eventgrid/azure-eventgrid/azure/eventgrid/_event_mappings.py @@ -204,6 +204,16 @@ class SystemEventNames(str, Enum, metaclass=CaseInsensitiveEnumMeta): AppConfigurationSnapshotModifiedEventName = 'Microsoft.AppConfiguration.SnapshotModified' + ClusterCreatedEventName = 'Microsoft.AVS.ClusterCreated' + + ClusterDeletedEventName = 'Microsoft.AVS.ClusterDeleted' + + ClusterFailedEventName = 'Microsoft.AVS.ClusterFailed' + + ClusterUpdatedEventName = 'Microsoft.AVS.ClusterUpdated' + + ClusterUpdatingEventName = 'Microsoft.AVS.ClusterUpdating' + ContainerRegistryChartDeletedEventName = 'Microsoft.ContainerRegistry.ChartDeleted' ContainerRegistryChartPushedEventName = 'Microsoft.ContainerRegistry.ChartPushed' @@ -388,6 +398,20 @@ class SystemEventNames(str, Enum, metaclass=CaseInsensitiveEnumMeta): ResourceWriteSuccessName = 'Microsoft.Resources.ResourceWriteSuccess' + ScriptExecutionCancelledEventName = 'Microsoft.AVS.ScriptExecutionCancelled' + + ScriptExecutionFailedEventName = 'Microsoft.AVS.ScriptExecutionFailed' + + ScriptExecutionFinishedEventName = 'Microsoft.AVS.ScriptExecutionFinished' + + ScriptExecutionStartedEventName = 'Microsoft.AVS.ScriptExecutionStarted' + + SddcFailedEventName = 'Microsoft.AVS.SddcFailed' + + SddcUpdatedEventName = 'Microsoft.AVS.SddcUpdated' + + SddcUpdatingEventName = 'Microsoft.AVS.SddcUpdating' + ServiceBusActiveMessagesAvailablePeriodicNotificationsEventName = 'Microsoft.ServiceBus.ActiveMessagesAvailablePeriodicNotifications' ServiceBusActiveMessagesAvailableWithNoListenersEventName = 'Microsoft.ServiceBus.ActiveMessagesAvailableWithNoListeners'