diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/costmanagement.exports.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/costmanagement.exports.json index 00b0485fcc45..458adb599de6 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/costmanagement.exports.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/costmanagement.exports.json @@ -433,7 +433,32 @@ }, "x-ms-azure-resource": true }, - "QueryDefinition": { + "ProxyResource": { + "description": "The Resource model definition.", + "properties": { + "id": { + "readOnly": true, + "type": "string", + "description": "Resource Id." + }, + "name": { + "readOnly": true, + "type": "string", + "description": "Resource name." + }, + "type": { + "readOnly": true, + "type": "string", + "description": "Resource type." + }, + "eTag": { + "type": "string", + "description": "eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not." + } + }, + "x-ms-azure-resource": true + }, + "ExportDefinition": { "description": "The definition of a query.", "properties": { "type": { @@ -469,7 +494,7 @@ "description": "Has time period for pulling data for the query.", "$ref": "#/definitions/QueryTimePeriod" }, - "dataset": { + "dataSet": { "description": "Has definition for data in this query.", "$ref": "#/definitions/QueryDataset" } @@ -689,7 +714,7 @@ "type": "object", "allOf": [ { - "$ref": "#/definitions/Resource" + "$ref": "#/definitions/ProxyResource" } ], "properties": { @@ -735,7 +760,7 @@ }, "definition": { "description": "Has definition for the export.", - "$ref": "#/definitions/QueryDefinition" + "$ref": "#/definitions/ExportDefinition" } }, "required": [ diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportByBillingAccount.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportByBillingAccount.json index b26f828bc357..c3b53df0aa4b 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportByBillingAccount.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportByBillingAccount.json @@ -27,7 +27,7 @@ "from": "2018-06-01T00:00:00Z", "to": "2018-10-31T00:00:00Z" }, - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportByDepartment.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportByDepartment.json index d11ad0ad975b..b7adaf9c4f60 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportByDepartment.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportByDepartment.json @@ -28,7 +28,7 @@ "from": "2018-06-01T00:00:00Z", "to": "2018-10-31T00:00:00Z" }, - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportByEnrollmentAccount.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportByEnrollmentAccount.json index b0bce06ad682..81e192181afc 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportByEnrollmentAccount.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportByEnrollmentAccount.json @@ -28,7 +28,7 @@ "from": "2018-06-01T00:00:00Z", "to": "2018-10-31T00:00:00Z" }, - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportByManagementGroup.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportByManagementGroup.json index 1290e445f707..8405f3546568 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportByManagementGroup.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportByManagementGroup.json @@ -27,7 +27,7 @@ "from": "2018-06-01T00:00:00Z", "to": "2018-10-31T00:00:00Z" }, - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportByResourceGroup.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportByResourceGroup.json index e3beba0c8343..4c1d78865645 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportByResourceGroup.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportByResourceGroup.json @@ -28,7 +28,7 @@ "from": "2018-06-01T00:00:00Z", "to": "2018-10-31T00:00:00Z" }, - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportBySubscription.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportBySubscription.json index 76e5cff1b6fe..e87b7efff9b4 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportBySubscription.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportBySubscription.json @@ -27,7 +27,7 @@ "from": "2018-06-01T00:00:00Z", "to": "2018-10-31T00:00:00Z" }, - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportCreateOrUpdateByBillingAccount.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportCreateOrUpdateByBillingAccount.json index aea12dd18fa4..4487cdfc4cff 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportCreateOrUpdateByBillingAccount.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportCreateOrUpdateByBillingAccount.json @@ -25,7 +25,7 @@ "definition": { "type": "Usage", "timeframe": "MonthToDate", - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ @@ -120,7 +120,7 @@ "definition": { "type": "Usage", "timeframe": "MonthToDate", - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ @@ -214,7 +214,7 @@ "definition": { "type": "Usage", "timeframe": "MonthToDate", - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportCreateOrUpdateByDepartment.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportCreateOrUpdateByDepartment.json index c16d6e3a1c28..386a49a259b7 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportCreateOrUpdateByDepartment.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportCreateOrUpdateByDepartment.json @@ -26,7 +26,7 @@ "definition": { "type": "Usage", "timeframe": "MonthToDate", - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ @@ -121,7 +121,7 @@ "definition": { "type": "Usage", "timeframe": "MonthToDate", - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ @@ -215,7 +215,7 @@ "definition": { "type": "Usage", "timeframe": "MonthToDate", - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportCreateOrUpdateByEnrollmentAccount.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportCreateOrUpdateByEnrollmentAccount.json index f77e82a0de3f..e86f55e6ba19 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportCreateOrUpdateByEnrollmentAccount.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportCreateOrUpdateByEnrollmentAccount.json @@ -26,7 +26,7 @@ "definition": { "type": "Usage", "timeframe": "MonthToDate", - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ @@ -121,7 +121,7 @@ "definition": { "type": "Usage", "timeframe": "MonthToDate", - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ @@ -215,7 +215,7 @@ "definition": { "type": "Usage", "timeframe": "MonthToDate", - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportCreateOrUpdateByManagementGroup.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportCreateOrUpdateByManagementGroup.json index af6a151d25f7..c2c8e3c2d292 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportCreateOrUpdateByManagementGroup.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportCreateOrUpdateByManagementGroup.json @@ -25,7 +25,7 @@ "definition": { "type": "Usage", "timeframe": "MonthToDate", - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ @@ -120,7 +120,7 @@ "definition": { "type": "Usage", "timeframe": "MonthToDate", - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ @@ -214,7 +214,7 @@ "definition": { "type": "Usage", "timeframe": "MonthToDate", - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportCreateOrUpdateByResourceGroup.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportCreateOrUpdateByResourceGroup.json index 26f5b7029b70..c93d5b566c76 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportCreateOrUpdateByResourceGroup.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportCreateOrUpdateByResourceGroup.json @@ -26,7 +26,7 @@ "definition": { "type": "Usage", "timeframe": "MonthToDate", - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ @@ -121,7 +121,7 @@ "definition": { "type": "Usage", "timeframe": "MonthToDate", - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ @@ -215,7 +215,7 @@ "definition": { "type": "Usage", "timeframe": "MonthToDate", - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportCreateOrUpdateBySubscription.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportCreateOrUpdateBySubscription.json index a9a858270c77..a55a817ae360 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportCreateOrUpdateBySubscription.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportCreateOrUpdateBySubscription.json @@ -25,7 +25,7 @@ "definition": { "type": "Usage", "timeframe": "MonthToDate", - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ @@ -120,7 +120,7 @@ "definition": { "type": "Usage", "timeframe": "MonthToDate", - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ @@ -214,7 +214,7 @@ "definition": { "type": "Usage", "timeframe": "MonthToDate", - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportExecutionListByBillingAccount.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportExecutionListByBillingAccount.json index 4fb134ee1f8c..cdb6d8263d87 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportExecutionListByBillingAccount.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportExecutionListByBillingAccount.json @@ -35,7 +35,7 @@ "from": "2018-06-01T00:00:00Z", "to": "2018-10-31T00:00:00Z" }, - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ @@ -126,7 +126,7 @@ "from": "2018-06-01T00:00:00Z", "to": "2018-10-31T00:00:00Z" }, - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportExecutionListByDepartment.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportExecutionListByDepartment.json index de165f29c5c3..a55cfd0ca00e 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportExecutionListByDepartment.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportExecutionListByDepartment.json @@ -36,7 +36,7 @@ "from": "2018-06-01T00:00:00Z", "to": "2018-10-31T00:00:00Z" }, - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ @@ -127,7 +127,7 @@ "from": "2018-06-01T00:00:00Z", "to": "2018-10-31T00:00:00Z" }, - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportExecutionListByEnrollmentAccount.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportExecutionListByEnrollmentAccount.json index 8128b50e68b2..75e903c777b7 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportExecutionListByEnrollmentAccount.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportExecutionListByEnrollmentAccount.json @@ -36,7 +36,7 @@ "from": "2018-06-01T00:00:00Z", "to": "2018-10-31T00:00:00Z" }, - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ @@ -127,7 +127,7 @@ "from": "2018-06-01T00:00:00Z", "to": "2018-10-31T00:00:00Z" }, - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportExecutionListByManagementGroup.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportExecutionListByManagementGroup.json index 1e9a65bf7174..7c7bbac88f20 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportExecutionListByManagementGroup.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportExecutionListByManagementGroup.json @@ -35,7 +35,7 @@ "from": "2018-06-01T00:00:00Z", "to": "2018-10-31T00:00:00Z" }, - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ @@ -126,7 +126,7 @@ "from": "2018-06-01T00:00:00Z", "to": "2018-10-31T00:00:00Z" }, - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportExecutionListByResourceGroup.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportExecutionListByResourceGroup.json index e86174909e1b..9aa7afb811fe 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportExecutionListByResourceGroup.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportExecutionListByResourceGroup.json @@ -36,7 +36,7 @@ "from": "2018-06-01T00:00:00Z", "to": "2018-10-31T00:00:00Z" }, - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ @@ -127,7 +127,7 @@ "from": "2018-06-01T00:00:00Z", "to": "2018-10-31T00:00:00Z" }, - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportExecutionListBySubscription.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportExecutionListBySubscription.json index 01e75509fc57..ea93d74f987f 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportExecutionListBySubscription.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportExecutionListBySubscription.json @@ -35,7 +35,7 @@ "from": "2018-06-01T00:00:00Z", "to": "2018-10-31T00:00:00Z" }, - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ @@ -126,7 +126,7 @@ "from": "2018-06-01T00:00:00Z", "to": "2018-10-31T00:00:00Z" }, - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportListByBillingAccount.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportListByBillingAccount.json index d49ef5d803db..6cf131670971 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportListByBillingAccount.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportListByBillingAccount.json @@ -28,7 +28,7 @@ "from": "2018-06-01T00:00:00Z", "to": "2018-10-31T00:00:00Z" }, - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ @@ -116,7 +116,7 @@ "definition": { "type": "Usage", "timeframe": "WeekToDate", - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportListByDepartment.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportListByDepartment.json index 7da006e80592..0f65fb841f40 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportListByDepartment.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportListByDepartment.json @@ -29,7 +29,7 @@ "from": "2018-06-01T00:00:00Z", "to": "2018-10-31T00:00:00Z" }, - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ @@ -117,7 +117,7 @@ "definition": { "type": "Usage", "timeframe": "WeekToDate", - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportListByEnrollmentAccount.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportListByEnrollmentAccount.json index 399b2f759670..ff5559fd76e3 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportListByEnrollmentAccount.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportListByEnrollmentAccount.json @@ -29,7 +29,7 @@ "from": "2018-06-01T00:00:00Z", "to": "2018-10-31T00:00:00Z" }, - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ @@ -117,7 +117,7 @@ "definition": { "type": "Usage", "timeframe": "WeekToDate", - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportListByManagementGroup.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportListByManagementGroup.json index a0d02300d2d9..e992d46dcf4d 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportListByManagementGroup.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportListByManagementGroup.json @@ -28,7 +28,7 @@ "from": "2018-06-01T00:00:00Z", "to": "2018-10-31T00:00:00Z" }, - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ @@ -116,7 +116,7 @@ "definition": { "type": "Usage", "timeframe": "WeekToDate", - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportListByResourceGroup.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportListByResourceGroup.json index feacef7c6bf0..40284cec0680 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportListByResourceGroup.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportListByResourceGroup.json @@ -29,7 +29,7 @@ "from": "2018-06-01T00:00:00Z", "to": "2018-10-31T00:00:00Z" }, - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ @@ -117,7 +117,7 @@ "definition": { "type": "Usage", "timeframe": "WeekToDate", - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportListBySubscription.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportListBySubscription.json index 813bb6a84f32..fa5fe52dca45 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportListBySubscription.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/examples/ExportListBySubscription.json @@ -28,7 +28,7 @@ "from": "2018-06-01T00:00:00Z", "to": "2018-10-31T00:00:00Z" }, - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [ @@ -116,7 +116,7 @@ "definition": { "type": "Usage", "timeframe": "WeekToDate", - "dataset": { + "dataSet": { "granularity": "Daily", "configuration": { "columns": [