Skip to content

Commit

Permalink
Addressing Ri Reco Swagger issues (Azure#13248)
Browse files Browse the repository at this point in the history
* Addressing Ri Reco Swagger issues
Previous link missing
SkuName property is missing

* Fixing one more for the location attribute in Ri Reco response
  • Loading branch information
saipv authored and mkarmark committed Jul 20, 2021
1 parent 470c3ab commit b206d8f
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3222,6 +3222,11 @@
"description": "The link (url) to the next page of results.",
"type": "string",
"readOnly": true
},
"previousLink": {
"description": "The link (url) to the previous page of results.",
"type": "string",
"readOnly": true
}
}
},
Expand Down Expand Up @@ -3402,6 +3407,11 @@
"ModernReservationRecommendationProperties": {
"description": "The properties of the reservation recommendation.",
"properties": {
"location": {
"type": "string",
"description": "Resource Location.",
"readOnly": true
},
"lookBackPeriod": {
"description": "The number of days of usage to look back for recommendation.",
"type": "integer",
Expand Down Expand Up @@ -3478,6 +3488,11 @@
"$ref": "#/definitions/SkuProperty"
},
"readOnly": true
},
"skuName": {
"description": "This is the ARM Sku name.",
"type": "string",
"readOnly": true
}
}
},
Expand Down

0 comments on commit b206d8f

Please sign in to comment.