Skip to content

Commit

Permalink
[Hub Generated] Review request for Microsoft.Advisor to add version p…
Browse files Browse the repository at this point in the history
…review/2020-07-01-preview (Azure#12117)

* Add new category count

* Update GetAdvisorScoreDetail.json

* Update ListAdvisorScore.json

* Update GetAdvisorScoreDetail.json
  • Loading branch information
mudit794 authored and giromm2ms committed Dec 20, 2020
1 parent 746b5bc commit 8fa038c
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,11 @@
"potentialScoreIncrease": {
"description": "The potential percentage increase in overall score at subscription level once all recommendations in this scope are implemented.",
"type": "number"
},
"categoryCount": {
"description": "The count of impacted categories.",
"type": "number",
"readOnly": true
}
}
},
Expand All @@ -249,7 +254,7 @@
"month"
]
},
"data": {
"scoreHistory": {
"description": "The past score data",
"type": "array",
"items": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@
"score": 1,
"consumptionUnits": 12,
"impactedResourceCount": 1,
"potentialScoreIncrease": 0
"potentialScoreIncrease": 0,
"categoryCount": 1
},
"timeSeries": [
{
"aggregationLevel": "day",
"data": [
"scoreHistory": [
{
"date": "2020-06-25T00:00:00Z",
"score": 1,
Expand Down Expand Up @@ -74,7 +75,7 @@
},
{
"aggregationLevel": "month",
"data": [
"scoreHistory": [
{
"date": "2020-06-25T00:00:00Z",
"score": 1,
Expand All @@ -100,7 +101,7 @@
},
{
"aggregationLevel": "week",
"data": [
"scoreHistory": [
{
"date": "2020-06-25T00:00:00Z",
"score": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@
"score": 1,
"consumptionUnits": 12.24521,
"impactedResourceCount": 1,
"potentialScoreIncrease": 0
"potentialScoreIncrease": 0,
"categoryCount": 2
},
"timeSeries": [
{
"aggregationLevel": "day",
"data": [
"scoreHistory": [
{
"date": "2020-06-25T00:00:00Z",
"score": 1,
Expand Down Expand Up @@ -76,7 +77,7 @@
},
{
"aggregationLevel": "month",
"data": [
"scoreHistory": [
{
"date": "2020-06-25T00:00:00Z",
"score": 1,
Expand All @@ -102,7 +103,7 @@
},
{
"aggregationLevel": "week",
"data": [
"scoreHistory": [
{
"date": "2020-06-25T00:00:00Z",
"score": 1,
Expand Down Expand Up @@ -160,12 +161,13 @@
"score": 1,
"consumptionUnits": 12.24521,
"impactedResourceCount": 1,
"potentialScoreIncrease": 0
"potentialScoreIncrease": 0,
"categoryCount": 2
},
"timeSeries": [
{
"aggregationLevel": "day",
"data": [
"scoreHistory": [
{
"date": "2020-06-25T00:00:00Z",
"score": 1,
Expand All @@ -177,7 +179,7 @@
},
{
"aggregationLevel": "month",
"data": [
"scoreHistory": [
{
"date": "2020-05-30T00:00:00Z",
"score": 1,
Expand All @@ -189,7 +191,7 @@
},
{
"aggregationLevel": "week",
"data": [
"scoreHistory": [
{
"date": "2020-06-25T00:00:00Z",
"score": 1,
Expand All @@ -212,12 +214,13 @@
"score": 1,
"consumptionUnits": 12.24521,
"impactedResourceCount": 1,
"potentialScoreIncrease": 0
"potentialScoreIncrease": 0,
"categoryCount": 3
},
"timeSeries": [
{
"aggregationLevel": "day",
"data": [
"scoreHistory": [
{
"date": "2020-06-25T00:00:00Z",
"score": 1,
Expand All @@ -229,7 +232,7 @@
},
{
"aggregationLevel": "month",
"data": [
"scoreHistory": [
{
"date": "2020-05-30T00:00:00Z",
"score": 1,
Expand All @@ -241,7 +244,7 @@
},
{
"aggregationLevel": "week",
"data": [
"scoreHistory": [
{
"date": "2020-06-25T00:00:00Z",
"score": 1,
Expand All @@ -264,12 +267,13 @@
"score": 1,
"consumptionUnits": 12.24521,
"impactedResourceCount": 1,
"potentialScoreIncrease": 0
"potentialScoreIncrease": 0,
"categoryCount": 2
},
"timeSeries": [
{
"aggregationLevel": "day",
"data": [
"scoreHistory": [
{
"date": "2020-06-25T00:00:00Z",
"score": 1,
Expand All @@ -292,12 +296,13 @@
"score": 1,
"consumptionUnits": 12.24521,
"impactedResourceCount": 1,
"potentialScoreIncrease": 0
"potentialScoreIncrease": 0,
"categoryCount": 1
},
"timeSeries": [
{
"aggregationLevel": "day",
"data": [
"scoreHistory": [
{
"date": "2020-06-25T00:00:00Z",
"score": 1,
Expand All @@ -320,12 +325,13 @@
"score": 1,
"consumptionUnits": 12.24521,
"impactedResourceCount": 1,
"potentialScoreIncrease": 0
"potentialScoreIncrease": 0,
"categoryCount": 1
},
"timeSeries": [
{
"aggregationLevel": "day",
"data": [
"scoreHistory": [
{
"date": "2020-06-25T00:00:00Z",
"score": 1,
Expand Down

0 comments on commit 8fa038c

Please sign in to comment.