Skip to content

Commit

Permalink
[Security Center Automations] Add Secure Scores and Regulatory Compli…
Browse files Browse the repository at this point in the history
…ance snapshot event sources (#12349)

* Add SubAssessment event source type and add more automations examples

* Change Location isReadOnlu to false

* Test

* Add new read/write location and add new type TrackedResourceLocation

* Minor

* minor

* prettier fixes

* Change variable name to TrackedResourceLocation

* Change type name TrackedResourceLocation to AzureTrackedResourceLocation

* Update automations example

* Add SecureScores & SecureScoreControls as new supported datatypes in Automations resource

* [ASC.Automations] add new data type RegulatoryComplianceAssessment

* Add Secure Scores and Regulatory Compliance snapshot data types
  • Loading branch information
surashed authored Jan 11, 2021
1 parent 3eb9220 commit 2c2e1a8
Showing 1 changed file with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,11 @@
"SubAssessments",
"Alerts",
"SecureScores",
"SecureScoresSnapshot",
"SecureScoreControls",
"RegulatoryComplianceAssessment"
"SecureScoreControlsSnapshot",
"RegulatoryComplianceAssessment",
"RegulatoryComplianceAssessmentSnapshot"
],
"x-ms-enum": {
"name": "EventSource",
Expand All @@ -398,11 +401,20 @@
{
"value": "SecureScores"
},
{
"value": "SecureScoresSnapshot"
},
{
"value": "SecureScoreControls"
},
{
"value": "SecureScoreControlsSnapshot"
},
{
"value": "RegulatoryComplianceAssessment"
},
{
"value": "RegulatoryComplianceAssessmentSnapshot"
}
]
}
Expand Down

0 comments on commit 2c2e1a8

Please sign in to comment.