Skip to content

Commit

Permalink
Add SecureScores & SecureScoreControls as new supported datatypes in …
Browse files Browse the repository at this point in the history
…Automations resource (Azure#11577)

* 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
  • Loading branch information
surashed authored and giromm2ms committed Dec 20, 2020
1 parent f578881 commit be41a0e
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,9 @@
"enum": [
"Assessments",
"SubAssessments",
"Alerts"
"Alerts",
"SecureScores",
"SecureScoreControls"
],
"x-ms-enum": {
"name": "EventSource",
Expand All @@ -391,6 +393,12 @@
},
{
"value": "Alerts"
},
{
"value": "SecureScores"
},
{
"value": "SecureScoreControls"
}
]
}
Expand Down

0 comments on commit be41a0e

Please sign in to comment.