@@ -90,6 +90,7 @@ def create(
9090 "http_alert_origin_error" ,
9191 "incident_alert" ,
9292 "image_notification" ,
93+ "image_resizing_notification" ,
9394 "load_balancing_health_alert" ,
9495 "load_balancing_pool_enablement_alert" ,
9596 "logo_match_alert" ,
@@ -234,6 +235,7 @@ def update(
234235 "http_alert_origin_error" ,
235236 "incident_alert" ,
236237 "image_notification" ,
238+ "image_resizing_notification" ,
237239 "load_balancing_health_alert" ,
238240 "load_balancing_pool_enablement_alert" ,
239241 "logo_match_alert" ,
@@ -521,6 +523,7 @@ async def create(
521523 "http_alert_origin_error" ,
522524 "incident_alert" ,
523525 "image_notification" ,
526+ "image_resizing_notification" ,
524527 "load_balancing_health_alert" ,
525528 "load_balancing_pool_enablement_alert" ,
526529 "logo_match_alert" ,
@@ -665,6 +668,7 @@ async def update(
665668 "http_alert_origin_error" ,
666669 "incident_alert" ,
667670 "image_notification" ,
671+ "image_resizing_notification" ,
668672 "load_balancing_health_alert" ,
669673 "load_balancing_pool_enablement_alert" ,
670674 "logo_match_alert" ,
0 commit comments