We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7227ae commit b30744bCopy full SHA for b30744b
CHANGELOG.md
@@ -6,6 +6,7 @@ FEATURES:
6
BUG FIXES:
7
* Added validations to fail if no trigger conditions defined in monitor resource (GH-463)
8
* Fixed validation on connection name to match with UI/API (GH-478)
9
+* Deprecate thresholdType field under searchSchedule in content resource (GH-483)
10
11
## 2.20.0 (December 15, 2022)
12
FEATURES:
website/docs/r/content.html.markdown
@@ -41,7 +41,6 @@ resource "sumologic_content" "test" {
41
},
42
"timeZone": "America/Los_Angeles",
43
"threshold": {
44
- "thresholdType": "message",
45
"operator": "gt",
46
"count": 0
47
0 commit comments