@@ -160,6 +160,7 @@ public static partial class EventGridModelFactory
160160 public static Azure . Messaging . EventGrid . SystemEvents . ApiManagementGatewayHostnameConfigurationCreatedEventData ApiManagementGatewayHostnameConfigurationCreatedEventData ( string resourceUri = null ) { throw null ; }
161161 public static Azure . Messaging . EventGrid . SystemEvents . ApiManagementGatewayHostnameConfigurationDeletedEventData ApiManagementGatewayHostnameConfigurationDeletedEventData ( string resourceUri = null ) { throw null ; }
162162 public static Azure . Messaging . EventGrid . SystemEvents . ApiManagementGatewayHostnameConfigurationUpdatedEventData ApiManagementGatewayHostnameConfigurationUpdatedEventData ( string resourceUri = null ) { throw null ; }
163+ public static Azure . Messaging . EventGrid . SystemEvents . ApiManagementGatewayTokenExpiredRemovedEventData ApiManagementGatewayTokenExpiredRemovedEventData ( string resourceUri = null ) { throw null ; }
163164 public static Azure . Messaging . EventGrid . SystemEvents . ApiManagementGatewayUpdatedEventData ApiManagementGatewayUpdatedEventData ( string resourceUri = null ) { throw null ; }
164165 public static Azure . Messaging . EventGrid . SystemEvents . ApiManagementProductCreatedEventData ApiManagementProductCreatedEventData ( string resourceUri = null ) { throw null ; }
165166 public static Azure . Messaging . EventGrid . SystemEvents . ApiManagementProductDeletedEventData ApiManagementProductDeletedEventData ( string resourceUri = null ) { throw null ; }
@@ -506,6 +507,7 @@ public static partial class SystemEventNames
506507 public const string ApiManagementGatewayHostnameConfigurationCreated = "Microsoft.ApiManagement.GatewayHostnameConfigurationCreated" ;
507508 public const string ApiManagementGatewayHostnameConfigurationDeleted = "Microsoft.ApiManagement.GatewayHostnameConfigurationDeleted" ;
508509 public const string ApiManagementGatewayHostnameConfigurationUpdated = "Microsoft.ApiManagement.GatewayHostnameConfigurationUpdated" ;
510+ public const string ApiManagementGatewayTokenExpiredRemoved = "Microsoft.ApiManagement.GatewayAPIRemoved" ;
509511 public const string ApiManagementGatewayUpdated = "Microsoft.ApiManagement.GatewayUpdated" ;
510512 public const string ApiManagementProductCreated = "Microsoft.ApiManagement.ProductCreated" ;
511513 public const string ApiManagementProductDeleted = "Microsoft.ApiManagement.ProductDeleted" ;
@@ -1728,6 +1730,11 @@ public partial class ApiManagementGatewayHostnameConfigurationUpdatedEventData
17281730 internal ApiManagementGatewayHostnameConfigurationUpdatedEventData ( ) { }
17291731 public string ResourceUri { get { throw null ; } }
17301732 }
1733+ public partial class ApiManagementGatewayTokenExpiredRemovedEventData
1734+ {
1735+ internal ApiManagementGatewayTokenExpiredRemovedEventData ( ) { }
1736+ public string ResourceUri { get { throw null ; } }
1737+ }
17311738 public partial class ApiManagementGatewayUpdatedEventData
17321739 {
17331740 internal ApiManagementGatewayUpdatedEventData ( ) { }
0 commit comments