You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/costmanagement.json
+35-1Lines changed: 35 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2488,7 +2488,7 @@
2488
2488
},
2489
2489
"dataset": {
2490
2490
"description": "Has definition for data in this forecast.",
2491
-
"$ref": "#/definitions/QueryDataset"
2491
+
"$ref": "#/definitions/ForecastDataset"
2492
2492
},
2493
2493
"includeActualCost": {
2494
2494
"description": "a boolean determining if actualCost will be included",
@@ -2504,6 +2504,40 @@
2504
2504
"timeframe"
2505
2505
]
2506
2506
},
2507
+
"ForecastDataset": {
2508
+
"description": "The definition of data present in the query.",
2509
+
"properties": {
2510
+
"granularity": {
2511
+
"description": "The granularity of rows in the query.",
2512
+
"type": "string",
2513
+
"enum": [
2514
+
"Daily"
2515
+
],
2516
+
"x-ms-enum": {
2517
+
"name": "GranularityType",
2518
+
"modelAsString": true
2519
+
}
2520
+
},
2521
+
"configuration": {
2522
+
"description": "Has configuration information for the data in the export. The configuration will be ignored if aggregation and grouping are provided.",
2523
+
"$ref": "#/definitions/QueryDatasetConfiguration"
2524
+
},
2525
+
"aggregation": {
2526
+
"type": "object",
2527
+
"description": "Dictionary of aggregation expression to use in the query. The key of each item in the dictionary is the alias for the aggregated column. Query can have up to 2 aggregation clauses.",
2528
+
"additionalProperties": {
2529
+
"type": "object",
2530
+
"$ref": "#/definitions/QueryAggregation"
2531
+
},
2532
+
"maxItems": 2
2533
+
},
2534
+
"filter": {
2535
+
"type": "object",
2536
+
"description": "Has filter expression to use in the query.",
0 commit comments