From b6c6ba77eaee6bd8398982c0ebdd6a39dfccae1e Mon Sep 17 00:00:00 2001 From: Omar Rodriguez Date: Mon, 22 Nov 2021 10:47:44 -0800 Subject: [PATCH 1/3] Fixed Validation Correctness Error Detail Dataset --- .../stable/2021-10-01/costmanagement.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/costmanagement.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/costmanagement.json index 11c3cb13429c..ae0eec1b40d0 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/costmanagement.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/costmanagement.json @@ -1175,7 +1175,7 @@ "description": "Has time period for pulling data for the report.", "$ref": "#/definitions/ReportConfigTimePeriod" }, - "dataSet": { + "dataset": { "description": "Has definition for data in this report config.", "$ref": "#/definitions/ReportConfigDataset" }, From 83a0dd185252aa989235a35c5467e81bd9dc44d5 Mon Sep 17 00:00:00 2001 From: Omar Rodriguez Date: Sun, 28 Nov 2021 19:01:00 -0800 Subject: [PATCH 2/3] Fixed example property casing --- .../stable/2021-10-01/examples/ViewByResourceGroup.json | 2 +- .../examples/ViewCreateOrUpdateByResourceGroup.json | 6 +++--- .../stable/2021-10-01/examples/ViewListByResourceGroup.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/ViewByResourceGroup.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/ViewByResourceGroup.json index e6ad7bccb6db..4c85edd43770 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/ViewByResourceGroup.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/ViewByResourceGroup.json @@ -17,7 +17,7 @@ "query": { "type": "Usage", "timeframe": "MonthToDate", - "dataSet": { + "dataset": { "granularity": "Daily", "aggregation": { "totalCost": { diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/ViewCreateOrUpdateByResourceGroup.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/ViewCreateOrUpdateByResourceGroup.json index 797191b41bee..6a89c004a61b 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/ViewCreateOrUpdateByResourceGroup.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/ViewCreateOrUpdateByResourceGroup.json @@ -10,7 +10,7 @@ "query": { "type": "Usage", "timeframe": "MonthToDate", - "dataSet": { + "dataset": { "granularity": "Daily", "aggregation": { "totalCost": { @@ -72,7 +72,7 @@ "query": { "type": "Usage", "timeframe": "MonthToDate", - "dataSet": { + "dataset": { "granularity": "Daily", "aggregation": { "totalCost": { @@ -133,7 +133,7 @@ "query": { "type": "Usage", "timeframe": "MonthToDate", - "dataSet": { + "dataset": { "granularity": "Daily", "aggregation": { "totalCost": { diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/ViewListByResourceGroup.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/ViewListByResourceGroup.json index 6cbb6c7431b9..feb3a05a8e48 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/ViewListByResourceGroup.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/ViewListByResourceGroup.json @@ -18,7 +18,7 @@ "query": { "type": "Usage", "timeframe": "MonthToDate", - "dataSet": { + "dataset": { "granularity": "Daily", "aggregation": { "totalCost": { @@ -77,7 +77,7 @@ "query": { "type": "Usage", "timeframe": "LastMonthToDate", - "dataSet": { + "dataset": { "granularity": "Daily", "aggregation": { "totalCost": { From f3da46fb1d728438598762b3672c4c3c92bc408b Mon Sep 17 00:00:00 2001 From: Omar Rodriguez Date: Mon, 29 Nov 2021 09:08:47 -0800 Subject: [PATCH 3/3] Fixed model check --- .../stable/2021-10-01/examples/PrivateView.json | 2 +- .../2021-10-01/examples/PrivateViewCreateOrUpdate.json | 6 +++--- .../stable/2021-10-01/examples/PrivateViewList.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/PrivateView.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/PrivateView.json index 4c5a6ee3e54b..367dd04b2e18 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/PrivateView.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/PrivateView.json @@ -16,7 +16,7 @@ "query": { "type": "Usage", "timeframe": "MonthToDate", - "dataSet": { + "dataset": { "granularity": "Daily", "aggregation": { "totalCost": { diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/PrivateViewCreateOrUpdate.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/PrivateViewCreateOrUpdate.json index 13fce4b9f5aa..3b75d36a3f3d 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/PrivateViewCreateOrUpdate.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/PrivateViewCreateOrUpdate.json @@ -9,7 +9,7 @@ "query": { "type": "Usage", "timeframe": "MonthToDate", - "dataSet": { + "dataset": { "granularity": "Daily", "aggregation": { "totalCost": { @@ -71,7 +71,7 @@ "query": { "type": "Usage", "timeframe": "MonthToDate", - "dataSet": { + "dataset": { "granularity": "Daily", "aggregation": { "totalCost": { @@ -132,7 +132,7 @@ "query": { "type": "Usage", "timeframe": "MonthToDate", - "dataSet": { + "dataset": { "granularity": "Daily", "aggregation": { "totalCost": { diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/PrivateViewList.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/PrivateViewList.json index 6fc6bfdf7a68..6702e552a032 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/PrivateViewList.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/PrivateViewList.json @@ -17,7 +17,7 @@ "query": { "type": "Usage", "timeframe": "MonthToDate", - "dataSet": { + "dataset": { "granularity": "Daily", "aggregation": { "totalCost": { @@ -76,7 +76,7 @@ "query": { "type": "Usage", "timeframe": "LastMonthToDate", - "dataSet": { + "dataset": { "granularity": "Daily", "aggregation": { "totalCost": {