Skip to content

Commit

Permalink
Merge pull request #677 from aplunk/aplunk/WDAPI-459_posture_rules_re…
Browse files Browse the repository at this point in the history
…quire_all

WDAPI-459 disk_encryption posture rule bugfix
  • Loading branch information
jacobbednarz authored Jul 28, 2021
2 parents 7210b15 + 9817733 commit 67a28e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion device_posture_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type DevicePostureRuleInput struct {
Thumbprint string `json:"thumbprint,omitempty"`
Sha256 string `json:"sha256,omitempty"`
Running bool `json:"running,omitempty"`
RequireAll bool `json:"require_all,omitempty"`
RequireAll bool `json:"requireAll,omitempty"`
Enabled bool `json:"enabled,omitempty"`
Version string `json:"version,omitempty"`
Operator string `json:"operator,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion device_posture_rule_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func TestDevicePostureDiskEncryptionRule(t *testing.T) {
}
],
"input": {
"require_all": true
"requireAll": true
}
}
}
Expand Down

0 comments on commit 67a28e8

Please sign in to comment.