Skip to content
Draft
Changes from all commits
Commits
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
34 changes: 3 additions & 31 deletions schemas/2021-07-01-preview/Microsoft.Security.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,21 +213,9 @@
"type": "string",
"description": "The description to relate to the assessments generated by this assessment automation."
},
"implementationEffort": {
"oneOf": [
{
"type": "string",
"enum": [
"High",
"Moderate",
"Low"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The implementation effort to relate to the assessments generated by this assessment automation."
"displayName": {
"type": "string",
"description": "The display name of the assessments generated by this assessment automation."
},
"remediationDescription": {
"type": "string",
Expand Down Expand Up @@ -262,22 +250,6 @@
}
],
"description": "Relevant cloud for the custom assessment automation."
},
"userImpact": {
"oneOf": [
{
"type": "string",
"enum": [
"High",
"Moderate",
"Low"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The user impact to relate to the assessments generated by this assessment automation."
}
},
"description": "describes the Custom Assessment Automation properties"
Expand Down