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.
2 parents 64733ee + d1fb722 commit a7a4d45Copy full SHA for a7a4d45
CHANGELOG.md
@@ -1,5 +1,6 @@
1
-## X.Y.Z (Unreleased)
2
-* Add new change notes here
+## 3.1.8 (Unreleased)
+BUG FIXES:
3
+* Fixed validation error when updating roles with selection_type="Deny"
4
5
## 3.1.7 (October 31, 2025)
6
sumologic/sumologic_role_v2.go
@@ -95,5 +95,5 @@ type RoleV2 struct {
95
96
type ViewFilterDefinition struct {
97
ViewName string `json:"viewName"`
98
- ViewFilter string `json:"viewFilter"`
+ ViewFilter string `json:"viewFilter,omitempty"`
99
}
0 commit comments