diff --git a/specification/security/resource-manager/Microsoft.Security/preview/2019-01-01-preview/automations.json b/specification/security/resource-manager/Microsoft.Security/preview/2019-01-01-preview/automations.json index 1121d592edc7..af9b13b601ea 100644 --- a/specification/security/resource-manager/Microsoft.Security/preview/2019-01-01-preview/automations.json +++ b/specification/security/resource-manager/Microsoft.Security/preview/2019-01-01-preview/automations.json @@ -377,7 +377,9 @@ "enum": [ "Assessments", "SubAssessments", - "Alerts" + "Alerts", + "SecureScores", + "SecureScoreControls" ], "x-ms-enum": { "name": "EventSource", @@ -391,6 +393,12 @@ }, { "value": "Alerts" + }, + { + "value": "SecureScores" + }, + { + "value": "SecureScoreControls" } ] }