Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cost Management: Reservation Recommendations API: Add multiple missing properties in specs #13967

Merged
merged 3 commits into from
Apr 21, 2021
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 @@ -3227,6 +3227,11 @@
"description": "The link (url) to the previous page of results.",
"type": "string",
"readOnly": true
},
"totalCost": {
"description": "The total amount of cost.",
"type": "string",
"readOnly": true
}
}
},
Expand Down Expand Up @@ -3393,6 +3398,11 @@
"description": "Properties for modern reservation recommendation",
"$ref": "#/definitions/ModernReservationRecommendationProperties",
"x-ms-client-flatten": true
},
"eTag": {
"description": "Resource eTag.",
"type": "string",
"readOnly": true
}
},
"allOf": [
Expand Down Expand Up @@ -3493,6 +3503,16 @@
"description": "This is the ARM Sku name.",
"type": "string",
"readOnly": true
},
"resourceType": {
"description": "The Azure resource type.",
"type": "string",
"readOnly": true
},
"subscriptionId": {
"description": "The Azure subscription ID.",
"type": "string",
"readOnly": true
}
}
},
Expand Down