Skip to content

Commit

Permalink
[ReleasePR security] [Hub Generated] Review request for Microsoft.Sec…
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Oct 5, 2021
2 parents 77fb9b0 + fdaf0ae commit 1df8204
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions schemas/2021-07-01-preview/Microsoft.Security.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,22 @@
"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."
},
"remediationDescription": {
"type": "string",
"description": "The remediation description to relate to the assessments generated by this assessment automation."
Expand Down Expand Up @@ -128,6 +144,22 @@
}
],
"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

0 comments on commit 1df8204

Please sign in to comment.