Skip to content

Commit

Permalink
[Hub Generated] Review request for Microsoft.Consumption to add versi…
Browse files Browse the repository at this point in the history
…on stable/2019-10-01 (#12113)

* Fix linter and swagger warnings

* Fix errors

* Removed unneeded change
  • Loading branch information
zachraMSFT committed Dec 22, 2020
1 parent d53b20d commit 108ce06
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3128,6 +3128,7 @@
"lookBackPeriod": {
"description": "Number of days of usage to look back used for computing the recommendation.",
"type": "integer",
"format": "int32",
"readOnly": true
},
"recommendedQuantity": {
Expand Down Expand Up @@ -3263,7 +3264,7 @@
},
"instanceFlexibilityRatio": {
"description": "The instance Flexibility Ratio.",
"type": "integer",
"type": "number",
"readOnly": true
},
"instanceFlexibilityGroup": {
Expand Down Expand Up @@ -3382,7 +3383,7 @@
},
"instanceFlexibilityRatio": {
"description": "The instance Flexibility Ratio.",
"type": "integer",
"type": "number",
"readOnly": true
},
"instanceFlexibilityGroup": {
Expand Down

0 comments on commit 108ce06

Please sign in to comment.