Skip to content

Commit

Permalink
[Microsoft.Security/Automations] Add AssessmentsSnapshot & SubAssessm…
Browse files Browse the repository at this point in the history
…entSnapshot data types (#16489)

* 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

* Changes

* minor fix

* syntax fixes

* [Microsoft.Security/Automations] Add AssessmentsSnapshot & SubAssessmentSnapshot data types

* minor

* minor

* minor

* minor
  • Loading branch information
surashed authored Oct 25, 2021
1 parent cdf3466 commit 8c89a65
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,9 @@
"description": "A valid event source type.",
"enum": [
"Assessments",
"AssessmentsSnapshot",
"SubAssessments",
"SubAssessmentsSnapshot",
"Alerts",
"SecureScores",
"SecureScoresSnapshot",
Expand All @@ -392,9 +394,15 @@
{
"value": "Assessments"
},
{
"value": "AssessmentsSnapshot"
},
{
"value": "SubAssessments"
},
{
"value": "SubAssessmentsSnapshot"
},
{
"value": "Alerts"
},
Expand Down

0 comments on commit 8c89a65

Please sign in to comment.