@@ -320,6 +320,7 @@ public static partial class EventGridModelFactory
320320 public static Azure . Messaging . EventGrid . SystemEvents . ResourceDeleteFailureEventData ResourceDeleteFailureEventData ( string tenantId = null , string subscriptionId = null , string resourceGroup = null , string resourceProvider = null , string resourceUri = null , string operationName = null , string status = null , string authorization = null , string claims = null , string correlationId = null , string httpRequest = null ) { throw null ; }
321321 public static Azure . Messaging . EventGrid . SystemEvents . ResourceDeleteSuccessEventData ResourceDeleteSuccessEventData ( string tenantId = null , string subscriptionId = null , string resourceGroup = null , string resourceProvider = null , string resourceUri = null , string operationName = null , string status = null , string authorization = null , string claims = null , string correlationId = null , string httpRequest = null ) { throw null ; }
322322 public static Azure . Messaging . EventGrid . SystemEvents . ResourceHttpRequest ResourceHttpRequest ( string clientRequestId = null , string clientIpAddress = null , Azure . Core . RequestMethod ? method = default ( Azure . Core . RequestMethod ? ) , string url = null ) { throw null ; }
323+ public static Azure . Messaging . EventGrid . SystemEvents . ResourceNotificationsContainerServiceEventResourcesScheduledEventEmittedEventData ResourceNotificationsContainerServiceEventResourcesScheduledEventEmittedEventData ( Azure . Messaging . EventGrid . SystemEvents . ResourceNotificationsResourceUpdatedDetails resourceDetails = null , Azure . Messaging . EventGrid . SystemEvents . ResourceNotificationsOperationalDetails operationalDetails = null , string apiVersion = null ) { throw null ; }
323324 public static Azure . Messaging . EventGrid . SystemEvents . ResourceNotificationsHealthResourcesAnnotatedEventData ResourceNotificationsHealthResourcesAnnotatedEventData ( Azure . Messaging . EventGrid . SystemEvents . ResourceNotificationsResourceUpdatedDetails resourceDetails = null , Azure . Messaging . EventGrid . SystemEvents . ResourceNotificationsOperationalDetails operationalDetails = null , string apiVersion = null ) { throw null ; }
324325 public static Azure . Messaging . EventGrid . SystemEvents . ResourceNotificationsHealthResourcesAvailabilityStatusChangedEventData ResourceNotificationsHealthResourcesAvailabilityStatusChangedEventData ( Azure . Messaging . EventGrid . SystemEvents . ResourceNotificationsResourceUpdatedDetails resourceDetails = null , Azure . Messaging . EventGrid . SystemEvents . ResourceNotificationsOperationalDetails operationalDetails = null , string apiVersion = null ) { throw null ; }
325326 public static Azure . Messaging . EventGrid . SystemEvents . ResourceNotificationsOperationalDetails ResourceNotificationsOperationalDetails ( System . DateTimeOffset ? resourceEventTime = default ( System . DateTimeOffset ? ) ) { throw null ; }
@@ -604,6 +605,7 @@ public static partial class SystemEventNames
604605 public const string ResourceDeleteCancel = "Microsoft.Resources.ResourceDeleteCancel" ;
605606 public const string ResourceDeleteFailure = "Microsoft.Resources.ResourceDeleteFailure" ;
606607 public const string ResourceDeleteSuccess = "Microsoft.Resources.ResourceDeleteSuccess" ;
608+ public const string ResourceNotificationsContainerServiceEventResourcesScheduledEventEmitted = "Microsoft.ResourceNotifications.ContainerServiceEventResources.ScheduledEventEmitted" ;
607609 public const string ResourceNotificationsHealthResourcesAnnotated = "Microsoft.ResourceNotifications.HealthResources.ResourceAnnotated" ;
608610 public const string ResourceNotificationsHealthResourcesAvailabilityStatusChanged = "Microsoft.ResourceNotifications.HealthResources.AvailabilityStatusChanged" ;
609611 public const string ResourceNotificationsResourceManagementCreatedOrUpdated = "Microsoft.ResourceNotifications.Resources.CreatedOrUpdated" ;
@@ -3171,6 +3173,10 @@ internal ResourceHttpRequest() { }
31713173 public Azure . Core . RequestMethod Method { get { throw null ; } }
31723174 public string Url { get { throw null ; } }
31733175 }
3176+ public partial class ResourceNotificationsContainerServiceEventResourcesScheduledEventEmittedEventData : Azure . Messaging . EventGrid . SystemEvents . ResourceNotificationsResourceUpdatedEventData
3177+ {
3178+ internal ResourceNotificationsContainerServiceEventResourcesScheduledEventEmittedEventData ( ) { }
3179+ }
31743180 public partial class ResourceNotificationsHealthResourcesAnnotatedEventData : Azure . Messaging . EventGrid . SystemEvents . ResourceNotificationsResourceUpdatedEventData
31753181 {
31763182 internal ResourceNotificationsHealthResourcesAnnotatedEventData ( ) { }
0 commit comments