Skip to content

Commit 1df8204

Browse files
author
msftbot[bot]
authored
[ReleasePR security] [Hub Generated] Review request for Microsoft.Security to add version preview/2021-07-01-preview (#1946)
Create to sync Azure/azure-rest-api-specs#16239 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...AzureSDKAutomation:sdkAuto/security?expand=1)
2 parents 77fb9b0 + fdaf0ae commit 1df8204

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

schemas/2021-07-01-preview/Microsoft.Security.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,22 @@
9595
"type": "string",
9696
"description": "The description to relate to the assessments generated by this assessment automation."
9797
},
98+
"implementationEffort": {
99+
"oneOf": [
100+
{
101+
"type": "string",
102+
"enum": [
103+
"High",
104+
"Moderate",
105+
"Low"
106+
]
107+
},
108+
{
109+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
110+
}
111+
],
112+
"description": "The implementation effort to relate to the assessments generated by this assessment automation."
113+
},
98114
"remediationDescription": {
99115
"type": "string",
100116
"description": "The remediation description to relate to the assessments generated by this assessment automation."
@@ -128,6 +144,22 @@
128144
}
129145
],
130146
"description": "Relevant cloud for the custom assessment automation."
147+
},
148+
"userImpact": {
149+
"oneOf": [
150+
{
151+
"type": "string",
152+
"enum": [
153+
"High",
154+
"Moderate",
155+
"Low"
156+
]
157+
},
158+
{
159+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
160+
}
161+
],
162+
"description": "The user impact to relate to the assessments generated by this assessment automation."
131163
}
132164
},
133165
"description": "describes the Custom Assessment Automation properties"

0 commit comments

Comments
 (0)