Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
avs events
  • Loading branch information
l0lawrence committed Feb 7, 2024
commit 0020aa11dff49bd918c5ae5dd9ce328a9cfe40f6
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