From a2c75a1d5c42958e02de22a9f85a4e08433e0fbb Mon Sep 17 00:00:00 2001 From: Jayati Tehri <72947097+jayati-tehri@users.noreply.github.com> Date: Mon, 27 Mar 2023 16:54:01 -0700 Subject: [PATCH 1/3] Update costmanagement.generatedetailedcostreport.json --- .../costmanagement.generatedetailedcostreport.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2022-10-01/costmanagement.generatedetailedcostreport.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2022-10-01/costmanagement.generatedetailedcostreport.json index 9639a4010c44..d80d2e2d1888 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2022-10-01/costmanagement.generatedetailedcostreport.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2022-10-01/costmanagement.generatedetailedcostreport.json @@ -286,6 +286,14 @@ "description": "The status of the long running operation.", "$ref": "#/definitions/Status" }, + "startTime": { + "description": "The startTime of the operation.", + "type": "string" + }, + "endTime": { + "description": "The endTime of the operation.", + "type": "string" + }, "type": { "description": "The type of the long running operation.", "type": "string" From ab86a796828d0a42b04b88b18a3582d024749355 Mon Sep 17 00:00:00 2001 From: Prathyusha Challa Date: Wed, 5 Apr 2023 10:06:45 -0700 Subject: [PATCH 2/3] Fix in costmanagement common-types.json --- .../stable/2022-10-01/common-types.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2022-10-01/common-types.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2022-10-01/common-types.json index ca418d191b1d..30c85e9d6eb9 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2022-10-01/common-types.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2022-10-01/common-types.json @@ -87,7 +87,8 @@ "properties": { "code": { "description": "Error code.", - "type": "string", + "type": "integer", + "format": "int32", "readOnly": true }, "message": { From 15cabd010fb33e14f778c5fa20832bf50cf746f5 Mon Sep 17 00:00:00 2001 From: Prathyusha Challa Date: Mon, 10 Apr 2023 09:56:39 -0700 Subject: [PATCH 3/3] Fixing example error code to Int in GenerateCostReport --- ...ateDetailedCostReportOperationStatusBySubscriptionScope.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2022-10-01/examples/GenerateDetailedCostReportOperationStatusBySubscriptionScope.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2022-10-01/examples/GenerateDetailedCostReportOperationStatusBySubscriptionScope.json index aebba7db13f3..3c40802b76bf 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2022-10-01/examples/GenerateDetailedCostReportOperationStatusBySubscriptionScope.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2022-10-01/examples/GenerateDetailedCostReportOperationStatusBySubscriptionScope.json @@ -16,7 +16,7 @@ "validTill": "2020-12-08T05:55:59.4394737Z" }, "error": { - "code": "0", + "code": 0, "message": null } }