Skip to content

Commit b30744b

Browse files
committed
SUMO-205710, removed references of thresholdType for content resource
1 parent d7227ae commit b30744b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ FEATURES:
66
BUG FIXES:
77
* Added validations to fail if no trigger conditions defined in monitor resource (GH-463)
88
* Fixed validation on connection name to match with UI/API (GH-478)
9+
* Deprecate thresholdType field under searchSchedule in content resource (GH-483)
910

1011
## 2.20.0 (December 15, 2022)
1112
FEATURES:

website/docs/r/content.html.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ resource "sumologic_content" "test" {
4141
},
4242
"timeZone": "America/Los_Angeles",
4343
"threshold": {
44-
"thresholdType": "message",
4544
"operator": "gt",
4645
"count": 0
4746
},

0 commit comments

Comments
 (0)