File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
sdk/eventgrid/azure-eventgrid/azure/eventgrid Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,12 +53,8 @@ class SystemEventNames(str, Enum):
53
53
54
54
IoTHubDeviceCreatedEventName = 'Microsoft.Devices.DeviceCreated'
55
55
56
- ContainerRegistryArtifactEventName = 'Microsoft.AppConfiguration.KeyValueModified'
57
-
58
56
KeyVaultAccessPolicyChangedEventName = 'Microsoft.KeyVault.VaultAccessPolicyChanged'
59
57
60
- ContainerRegistryEventName = 'Microsoft.ContainerRegistry.ChartPushed'
61
-
62
58
SubscriptionDeletedEventName = 'Microsoft.EventGrid.SubscriptionDeletedEvent'
63
59
64
60
SubscriptionValidationEventName = 'Microsoft.EventGrid.SubscriptionValidationEvent'
@@ -344,3 +340,7 @@ class SystemEventNames(str, Enum):
344
340
345
341
# servicebus alias
346
342
ServiceBusDeadletterMessagesAvailableWithNoListenerEventName = 'Microsoft.ServiceBus.DeadletterMessagesAvailableWithNoListeners'
343
+
344
+ ContainerRegistryArtifactEventName = 'Microsoft.AppConfiguration.KeyValueModified'
345
+
346
+ ContainerRegistryEventName = 'Microsoft.ContainerRegistry.ChartPushed'
You can’t perform that action at this time.
0 commit comments