Skip to content

Commit fff31b1

Browse files
authored
Merge pull request #483 from SumoLogic/SUMO-205710-deprecate-threshold-type-in-ss
SUMO-205710, removed references of thresholdType for content resource
2 parents 93bc871 + 2e44980 commit fff31b1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
FEATURES:
33
* Add new optional `resolution_payload` field to connection resource and `resolution_payload_override` field to notifications section of monitor resource (GH-482)
44

5+
BUG FIXES:
6+
* Remove thresholdType field under searchSchedule in content resource (GH-483)
7+
58
## 2.21.0 (February 27, 2023)
69
FEATURES:
710
* **New Resource:** sumologic_cse_first_seen_rule (GH-476)

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)