From 0fab3caaff79f0e1ee4e41179f0a5e0c374d833c Mon Sep 17 00:00:00 2001 From: Rebeca Calazans De Brito Date: Tue, 16 Nov 2021 17:14:07 -0800 Subject: [PATCH] Add missing alert detais fields --- .../stable/2021-10-01/costmanagement.json | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) 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..b0f3155ede12 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 @@ -2006,6 +2006,31 @@ "overridingAlert": { "description": "overriding alert", "type": "string" + }, + "departmentName": { + "description": "department name", + "type": "string" + }, + "companyName": { + "description": "company name", + "type": "string" + }, + "enrollmentNumber": { + "description": "enrollment number", + "type": "string" + }, + "enrollmentStartDate": { + "description": "datetime of enrollmentStartDate", + "type": "string" + }, + "enrollmentEndDate": { + "description": "datetime of enrollmentEndDate", + "type": "string" + }, + "invoicingThreshold": { + "description": "invoicing threshold", + "type": "number", + "format": "decimal" } } },