Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 28 commits into from
Oct 25, 2021
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
7ff73a7
Add SubAssessment event source type and add more automations examples
surashed Aug 13, 2020
8dcfac3
Change Location isReadOnlu to false
surashed Aug 18, 2020
4bf2361
Test
surashed Aug 18, 2020
b80ad9b
Add new read/write location and add new type TrackedResourceLocation
surashed Aug 18, 2020
193945c
Minor
surashed Aug 18, 2020
f481945
minor
surashed Aug 18, 2020
49286fe
prettier fixes
surashed Aug 18, 2020
e58a0d7
Change variable name to TrackedResourceLocation
surashed Aug 19, 2020
a4cf298
Change type name TrackedResourceLocation to AzureTrackedResourceLocation
surashed Aug 27, 2020
18aa485
merge with upstream/master
surashed Aug 27, 2020
a310d97
Update automations example
surashed Aug 27, 2020
9a1c339
merge with upstream/master
surashed Nov 8, 2020
b9677db
Merge branch 'master' of https://github.com/surashed/azure-rest-api-s…
surashed Nov 8, 2020
1022679
Add SecureScores & SecureScoreControls as new supported datatypes in …
surashed Nov 8, 2020
69a6f73
[ASC.Automations] add new data type RegulatoryComplianceAssessment
surashed Dec 21, 2020
c0f1dad
merge with upstream
surashed Dec 21, 2020
e3ee2bf
Merge remote-tracking branch 'upstream/master'
surashed Jan 10, 2021
2b29391
Add Secure Scores and Regulatory Compliance snapshot data types
surashed Jan 10, 2021
4ec220d
Merge remote-tracking branch 'upstream/master'
surashed Mar 8, 2021
3175e00
Changes
surashed Mar 8, 2021
bf63e07
minor fix
surashed Mar 14, 2021
e4e2ce0
syntax fixes
surashed Mar 14, 2021
bf7440d
merge with origin
surashed Oct 21, 2021
1d3594b
[Microsoft.Security/Automations] Add AssessmentsSnapshot & SubAssessm…
surashed Oct 21, 2021
bde2a3a
minor
surashed Oct 21, 2021
9981e5a
minor
surashed Oct 21, 2021
b7a1804
minor
surashed Oct 21, 2021
167d08a
minor
surashed Oct 21, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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