File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -505,7 +505,7 @@ class AlertDefinition(DerivedBase):
505505 "entity_ids" : Property (mutable = True ),
506506 "description" : Property (mutable = True ),
507507 "service_class" : Property (alias_of = "class" ),
508- "scope" : Property (AlertScope ),
508+ "scope" : Property (),
509509 "regions" : Property (mutable = True ),
510510 "entities" : Property (json_object = AlertEntities ),
511511 "channel_ids" : Property (mutable = True ),
@@ -566,7 +566,7 @@ class AlertChannel(Base):
566566 properties = {
567567 "id" : Property (identifier = True ),
568568 "label" : Property (mutable = True ),
569- "type" : Property (AlertChannelType ),
569+ "type" : Property (),
570570 "channel_type" : Property (),
571571 "details" : Property (mutable = True , json_object = ChannelDetails ),
572572 "alerts" : Property (mutable = False , json_object = AlertInfo ),
You can’t perform that action at this time.
0 commit comments