Skip to content

Commit 8c89a65

Browse files
authored
[Microsoft.Security/Automations] Add AssessmentsSnapshot & SubAssessmentSnapshot 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
1 parent cdf3466 commit 8c89a65

File tree

1 file changed

+8
-0
lines changed
  • specification/security/resource-manager/Microsoft.Security/preview/2019-01-01-preview

1 file changed

+8
-0
lines changed

specification/security/resource-manager/Microsoft.Security/preview/2019-01-01-preview/automations.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,9 @@
376376
"description": "A valid event source type.",
377377
"enum": [
378378
"Assessments",
379+
"AssessmentsSnapshot",
379380
"SubAssessments",
381+
"SubAssessmentsSnapshot",
380382
"Alerts",
381383
"SecureScores",
382384
"SecureScoresSnapshot",
@@ -392,9 +394,15 @@
392394
{
393395
"value": "Assessments"
394396
},
397+
{
398+
"value": "AssessmentsSnapshot"
399+
},
395400
{
396401
"value": "SubAssessments"
397402
},
403+
{
404+
"value": "SubAssessmentsSnapshot"
405+
},
398406
{
399407
"value": "Alerts"
400408
},

0 commit comments

Comments
 (0)