Skip to content

Commit

Permalink
[ASC.Automations] Add new data type "RegulatoryComplianceAssessment" (#…
Browse files Browse the repository at this point in the history
…12185)

* 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
  • Loading branch information
surashed authored Dec 22, 2020
1 parent 108ce06 commit a5a7a0f
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,8 @@
"SubAssessments",
"Alerts",
"SecureScores",
"SecureScoreControls"
"SecureScoreControls",
"RegulatoryComplianceAssessment"
],
"x-ms-enum": {
"name": "EventSource",
Expand All @@ -399,6 +400,9 @@
},
{
"value": "SecureScoreControls"
},
{
"value": "RegulatoryComplianceAssessment"
}
]
}
Expand Down

0 comments on commit a5a7a0f

Please sign in to comment.