Skip to content

Commit c4a58f7

Browse files
authored
Requiring dataset in ForecastDataset and QueryDefinition. (#14779)
1 parent 7026463 commit c4a58f7

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/costmanagement.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2629,7 +2629,8 @@
26292629
},
26302630
"required": [
26312631
"type",
2632-
"timeframe"
2632+
"timeframe",
2633+
"dataset"
26332634
]
26342635
},
26352636
"QueryDefinition": {
@@ -2675,7 +2676,8 @@
26752676
},
26762677
"required": [
26772678
"type",
2678-
"timeframe"
2679+
"timeframe",
2680+
"dataset"
26792681
]
26802682
},
26812683
"QueryTimePeriod": {

specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2020-06-01/costmanagement.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2159,7 +2159,8 @@
21592159
},
21602160
"required": [
21612161
"type",
2162-
"timeframe"
2162+
"timeframe",
2163+
"dataset"
21632164
]
21642165
},
21652166
"ForecastDataset": {
@@ -2239,7 +2240,8 @@
22392240
},
22402241
"required": [
22412242
"type",
2242-
"timeframe"
2243+
"timeframe",
2244+
"dataset"
22432245
]
22442246
},
22452247
"QueryTimePeriod": {

0 commit comments

Comments
 (0)