Skip to content

Commit 6249978

Browse files
authored
[Hub Generated] Review request for Microsoft.CostManagement to add version stable/2021-10-01 (#16893)
* Fixed Validation Correctness Error Detail Dataset * Fixed example property casing * Fixed model check
1 parent c6fc51d commit 6249978

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/costmanagement.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,7 @@
11751175
"description": "Has time period for pulling data for the report.",
11761176
"$ref": "#/definitions/ReportConfigTimePeriod"
11771177
},
1178-
"dataSet": {
1178+
"dataset": {
11791179
"description": "Has definition for data in this report config.",
11801180
"$ref": "#/definitions/ReportConfigDataset"
11811181
},

specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/PrivateView.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"query": {
1717
"type": "Usage",
1818
"timeframe": "MonthToDate",
19-
"dataSet": {
19+
"dataset": {
2020
"granularity": "Daily",
2121
"aggregation": {
2222
"totalCost": {

specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/PrivateViewCreateOrUpdate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"query": {
1010
"type": "Usage",
1111
"timeframe": "MonthToDate",
12-
"dataSet": {
12+
"dataset": {
1313
"granularity": "Daily",
1414
"aggregation": {
1515
"totalCost": {
@@ -71,7 +71,7 @@
7171
"query": {
7272
"type": "Usage",
7373
"timeframe": "MonthToDate",
74-
"dataSet": {
74+
"dataset": {
7575
"granularity": "Daily",
7676
"aggregation": {
7777
"totalCost": {
@@ -132,7 +132,7 @@
132132
"query": {
133133
"type": "Usage",
134134
"timeframe": "MonthToDate",
135-
"dataSet": {
135+
"dataset": {
136136
"granularity": "Daily",
137137
"aggregation": {
138138
"totalCost": {

specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/PrivateViewList.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"query": {
1818
"type": "Usage",
1919
"timeframe": "MonthToDate",
20-
"dataSet": {
20+
"dataset": {
2121
"granularity": "Daily",
2222
"aggregation": {
2323
"totalCost": {
@@ -76,7 +76,7 @@
7676
"query": {
7777
"type": "Usage",
7878
"timeframe": "LastMonthToDate",
79-
"dataSet": {
79+
"dataset": {
8080
"granularity": "Daily",
8181
"aggregation": {
8282
"totalCost": {

specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/ViewByResourceGroup.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"query": {
1818
"type": "Usage",
1919
"timeframe": "MonthToDate",
20-
"dataSet": {
20+
"dataset": {
2121
"granularity": "Daily",
2222
"aggregation": {
2323
"totalCost": {

specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/ViewCreateOrUpdateByResourceGroup.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"query": {
1111
"type": "Usage",
1212
"timeframe": "MonthToDate",
13-
"dataSet": {
13+
"dataset": {
1414
"granularity": "Daily",
1515
"aggregation": {
1616
"totalCost": {
@@ -72,7 +72,7 @@
7272
"query": {
7373
"type": "Usage",
7474
"timeframe": "MonthToDate",
75-
"dataSet": {
75+
"dataset": {
7676
"granularity": "Daily",
7777
"aggregation": {
7878
"totalCost": {
@@ -133,7 +133,7 @@
133133
"query": {
134134
"type": "Usage",
135135
"timeframe": "MonthToDate",
136-
"dataSet": {
136+
"dataset": {
137137
"granularity": "Daily",
138138
"aggregation": {
139139
"totalCost": {

specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/ViewListByResourceGroup.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"query": {
1919
"type": "Usage",
2020
"timeframe": "MonthToDate",
21-
"dataSet": {
21+
"dataset": {
2222
"granularity": "Daily",
2323
"aggregation": {
2424
"totalCost": {
@@ -77,7 +77,7 @@
7777
"query": {
7878
"type": "Usage",
7979
"timeframe": "LastMonthToDate",
80-
"dataSet": {
80+
"dataset": {
8181
"granularity": "Daily",
8282
"aggregation": {
8383
"totalCost": {

0 commit comments

Comments
 (0)