Skip to content

Commit bb53cef

Browse files
authored
Addressing Ri Reco Swagger issues (#13248)
* Addressing Ri Reco Swagger issues Previous link missing SkuName property is missing * Fixing one more for the location attribute in Ri Reco response
1 parent 2274e74 commit bb53cef

File tree

1 file changed

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

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3222,6 +3222,11 @@
32223222
"description": "The link (url) to the next page of results.",
32233223
"type": "string",
32243224
"readOnly": true
3225+
},
3226+
"previousLink": {
3227+
"description": "The link (url) to the previous page of results.",
3228+
"type": "string",
3229+
"readOnly": true
32253230
}
32263231
}
32273232
},
@@ -3402,6 +3407,11 @@
34023407
"ModernReservationRecommendationProperties": {
34033408
"description": "The properties of the reservation recommendation.",
34043409
"properties": {
3410+
"location": {
3411+
"type": "string",
3412+
"description": "Resource Location.",
3413+
"readOnly": true
3414+
},
34053415
"lookBackPeriod": {
34063416
"description": "The number of days of usage to look back for recommendation.",
34073417
"type": "integer",
@@ -3478,6 +3488,11 @@
34783488
"$ref": "#/definitions/SkuProperty"
34793489
},
34803490
"readOnly": true
3491+
},
3492+
"skuName": {
3493+
"description": "This is the ARM Sku name.",
3494+
"type": "string",
3495+
"readOnly": true
34813496
}
34823497
}
34833498
},

0 commit comments

Comments
 (0)