Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove risk field from Advisor 2020-01-01 stable. #20628

Merged
merged 1 commit into from
Sep 16, 2022
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -1107,19 +1107,6 @@
"description": "The recommendation-type GUID.",
"type": "string"
},
"risk": {
"description": "The potential risk of not implementing the recommendation.",
"enum": [
"Error",
"Warning",
"None"
],
"type": "string",
"x-ms-enum": {
"name": "risk",
"modelAsString": true
}
},
"shortDescription": {
"$ref": "#/definitions/ShortDescription",
"description": "A summary of the recommendation."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"impactedField": "Microsoft.Compute/virtualMachines",
"impactedValue": "armavset",
"lastUpdated": "2017-02-24T22:24:43.3216408Z",
"risk": "Warning",
"shortDescription": {
"problem": "Monitoring agent is not installed on your machines",
"solution": "Monitoring agent should be installed on your machines"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"impactedField": "Microsoft.Compute/availabilitySets",
"impactedValue": "armavset",
"lastUpdated": "2017-02-24T22:24:43.3216408Z",
"risk": "Warning",
"remediation": {
"httpMethod": "POST",
"uri": "uri",
Expand Down Expand Up @@ -69,7 +68,6 @@
"impactedField": "Microsoft.Compute/virtualMachines",
"impactedValue": "armavset",
"lastUpdated": "2017-02-24T22:24:43.3216408Z",
"risk": "Warning",
"shortDescription": {
"problem": "Monitoring agent is not installed on your machines",
"solution": "Monitoring agent should be installed on your machines"
Expand Down