Skip to content

Commit 00a3e94

Browse files
Fixed #652
1 parent 6ebb58b commit 00a3e94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dynatrace/api/builtin/alerting/profile/settings/severity_rule.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ func (me *SeverityRule) Schema() map[string]*schema.Schema {
7272
"tags": {
7373
Type: schema.TypeSet,
7474
Description: "Entities which contain any/all of the configured tags will match this alerting profile. It is recommended to use manual tags.",
75-
MinItems: 1,
76-
Optional: true,
77-
Elem: &schema.Schema{Type: schema.TypeString},
75+
// MinItems: 1, // #652
76+
Optional: true,
77+
Elem: &schema.Schema{Type: schema.TypeString},
7878
},
7979
}
8080
}

0 commit comments

Comments
 (0)