Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3217,6 +3217,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 @@ -3397,6 +3402,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 @@ -3473,6 +3483,11 @@
"$ref": "#/definitions/SkuProperty"
},
"readOnly": true
},
"skuName": {
"description": "This is the ARM Sku name.",
"type": "string",
"readOnly": true
}
}
},
Expand Down