Skip to content

Commit 10396a5

Browse files
zachraMSFTjosuh
authored andcommitted
[Hub Generated] Review request for Microsoft.Consumption to add version stable/2019-10-01 (Azure#12113)
* Fix linter and swagger warnings * Fix errors * Removed unneeded change
1 parent 7d57f68 commit 10396a5

File tree

1 file changed

+3
-2
lines changed
  • specification/consumption/resource-manager/Microsoft.Consumption/stable/2019-10-01

1 file changed

+3
-2
lines changed

specification/consumption/resource-manager/Microsoft.Consumption/stable/2019-10-01/consumption.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3128,6 +3128,7 @@
31283128
"lookBackPeriod": {
31293129
"description": "Number of days of usage to look back used for computing the recommendation.",
31303130
"type": "integer",
3131+
"format": "int32",
31313132
"readOnly": true
31323133
},
31333134
"recommendedQuantity": {
@@ -3263,7 +3264,7 @@
32633264
},
32643265
"instanceFlexibilityRatio": {
32653266
"description": "The instance Flexibility Ratio.",
3266-
"type": "integer",
3267+
"type": "number",
32673268
"readOnly": true
32683269
},
32693270
"instanceFlexibilityGroup": {
@@ -3382,7 +3383,7 @@
33823383
},
33833384
"instanceFlexibilityRatio": {
33843385
"description": "The instance Flexibility Ratio.",
3385-
"type": "integer",
3386+
"type": "number",
33863387
"readOnly": true
33873388
},
33883389
"instanceFlexibilityGroup": {

0 commit comments

Comments
 (0)