File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
schemas/2021-07-01-preview Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 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."
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"
You can’t perform that action at this time.
0 commit comments