From 3962c6cd4dc8b54b6c6a0889e9f8646bd700f8c8 Mon Sep 17 00:00:00 2001 From: elabicha <61994320+elabicha@users.noreply.github.com> Date: Fri, 6 Nov 2020 01:09:40 -0800 Subject: [PATCH] [Hub Generated] Review request for Microsoft.CostManagement to add version stable/2019-11-01 (#11303) * Adding render api swagger * add missing properties * changing view list schema to array * Fix get view list examples * revert view list changes * fix prettier * fix spell check * undo render api swagger changes --- .../stable/2019-11-01/costmanagement.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/costmanagement.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/costmanagement.json index e7a9d2b5817e..fe19fb417e7f 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/costmanagement.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/costmanagement.json @@ -1582,6 +1582,16 @@ "format": "date-time", "readOnly": true }, + "dateRange": { + "description": "Selected date range for viewing cost in.", + "type": "string", + "readOnly": true + }, + "currency": { + "description": "Selected currency.", + "type": "string", + "readOnly": true + }, "query": { "description": "Query body configuration. Required.", "type": "object",