Skip to content

Commit a5a7a0f

Browse files
authored
[ASC.Automations] Add new data type "RegulatoryComplianceAssessment" (#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
1 parent 108ce06 commit a5a7a0f

File tree

1 file changed

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

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,8 @@
379379
"SubAssessments",
380380
"Alerts",
381381
"SecureScores",
382-
"SecureScoreControls"
382+
"SecureScoreControls",
383+
"RegulatoryComplianceAssessment"
383384
],
384385
"x-ms-enum": {
385386
"name": "EventSource",
@@ -399,6 +400,9 @@
399400
},
400401
{
401402
"value": "SecureScoreControls"
403+
},
404+
{
405+
"value": "RegulatoryComplianceAssessment"
402406
}
403407
]
404408
}

0 commit comments

Comments
 (0)