Skip to content

Commit

Permalink
avs events
Browse files Browse the repository at this point in the history
  • Loading branch information
l0lawrence committed Jan 29, 2024
1 parent 7da799d commit 679f28d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions sdk/eventgrid/azure-eventgrid/azure/eventgrid/_event_mappings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 679f28d

Please sign in to comment.