Skip to content

Commit

Permalink
Add PreAttack tactic to Sentinel scheduled alert rule (#11750)
Browse files Browse the repository at this point in the history
The missing PreAttack tactic was added to the azure-sdk-for-go v54.0.0.
  • Loading branch information
NVolcz authored May 18, 2021
1 parent 9ed4e24 commit 4ad02dd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ func resourceSentinelAlertRuleScheduled() *schema.Resource {
string(securityinsight.AttackTacticLateralMovement),
string(securityinsight.AttackTacticPersistence),
string(securityinsight.AttackTacticPrivilegeEscalation),
string(securityinsight.AttackTacticPreAttack),
}, false),
},
},
Expand Down

0 comments on commit 4ad02dd

Please sign in to comment.