Skip to content

Commit 0507c3d

Browse files
patrinidpatrinid
andauthored
Remove risk field from Advisor 2020-01-01 stable. (#20628)
Co-authored-by: patrinid <[email protected]>
1 parent 82b2d61 commit 0507c3d

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed

specification/advisor/resource-manager/Microsoft.Advisor/stable/2020-01-01/advisor.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,19 +1112,6 @@
11121112
"description": "The recommendation-type GUID.",
11131113
"type": "string"
11141114
},
1115-
"risk": {
1116-
"description": "The potential risk of not implementing the recommendation.",
1117-
"enum": [
1118-
"Error",
1119-
"Warning",
1120-
"None"
1121-
],
1122-
"type": "string",
1123-
"x-ms-enum": {
1124-
"name": "risk",
1125-
"modelAsString": true
1126-
}
1127-
},
11281115
"shortDescription": {
11291116
"$ref": "#/definitions/ShortDescription",
11301117
"description": "A summary of the recommendation."

specification/advisor/resource-manager/Microsoft.Advisor/stable/2020-01-01/examples/GetRecommendationDetail.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"impactedField": "Microsoft.Compute/virtualMachines",
1616
"impactedValue": "armavset",
1717
"lastUpdated": "2017-02-24T22:24:43.3216408Z",
18-
"risk": "Warning",
1918
"shortDescription": {
2019
"problem": "Monitoring agent should be installed on your machines",
2120
"solution": "Monitoring agent should be installed on your machines"

specification/advisor/resource-manager/Microsoft.Advisor/stable/2020-01-01/examples/ListRecommendations.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"impactedField": "Microsoft.Compute/availabilitySets",
1919
"impactedValue": "armavset",
2020
"lastUpdated": "2017-02-24T22:24:43.3216408Z",
21-
"risk": "Warning",
2221
"remediation": {
2322
"httpMethod": "POST",
2423
"uri": "uri",
@@ -69,7 +68,6 @@
6968
"impactedField": "Microsoft.Compute/virtualMachines",
7069
"impactedValue": "armavset",
7170
"lastUpdated": "2017-02-24T22:24:43.3216408Z",
72-
"risk": "Warning",
7371
"shortDescription": {
7472
"problem": "Monitoring agent is not installed on your machines",
7573
"solution": "Monitoring agent is not installed on your machines"

0 commit comments

Comments
 (0)