Skip to content

Commit

Permalink
jan sys events
Browse files Browse the repository at this point in the history
  • Loading branch information
l0lawrence committed Jan 5, 2024
1 parent 4ee85c0 commit 7da799d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,10 @@ class SystemEventNames(str, Enum, metaclass=CaseInsensitiveEnumMeta):

StorageLifecyclePolicyCompletedEventName = 'Microsoft.Storage.LifecyclePolicyCompleted'

StorageTaskAssignmentCompletedEventName = 'Microsoft.Storage.StorageTaskAssignmentCompleted'

StorageTaskAssignmentQueuedEventName = 'Microsoft.Storage.StorageTaskAssignmentQueued'

StorageTaskCompletedEventName = 'Microsoft.Storage.StorageTaskCompleted'

StorageTaskQueuedEventName = 'Microsoft.Storage.StorageTaskQueued'
Expand Down
2 changes: 1 addition & 1 deletion sdk/eventgrid/azure-eventgrid/swagger/_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/eventgrid/data-plane/Microsoft.ResourceNotifications/stable/2018-01-01/Resources.json",
"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/eventgrid/data-plane/Microsoft.ServiceBus/stable/2018-01-01/ServiceBus.json",
"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/eventgrid/data-plane/Microsoft.SignalRService/stable/2018-01-01/SignalRService.json",
"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/eventgrid/data-plane/Microsoft.Storage/stable/2018-01-01/Storage.json",
"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/aad654e3d27680da3ea0bd5092c2d1b2f1c9ae3e/specification/eventgrid/data-plane/Microsoft.Storage/stable/2018-01-01/Storage.json",
"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/eventgrid/data-plane/Microsoft.Web/stable/2018-01-01/Web.json",
"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/eventgrid/data-plane/Microsoft.HealthcareApis/stable/2018-01-01/HealthcareApis.json",
]
Expand Down

0 comments on commit 7da799d

Please sign in to comment.