diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/preview/2018-08-01-preview/costmanagement.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/preview/2018-08-01-preview/costmanagement.json index 5303e371095c..4adfa0fe88be 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/preview/2018-08-01-preview/costmanagement.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/preview/2018-08-01-preview/costmanagement.json @@ -3067,7 +3067,8 @@ "description": "The granularity of rows in the report.", "type": "string", "enum": [ - "Daily" + "Daily", + "Hourly" ], "x-ms-enum": { "name": "GranularityType", @@ -3281,11 +3282,13 @@ "description": "The status of the report execution.", "type": "string", "enum": [ - "Queud", + "Queued", "InProgress", "Completed", "Failed", - "Timeout" + "Timeout", + "NewDataNotAvailable", + "DataNotAvailable" ], "x-ms-enum": { "name": "ExecutionStatus",