From 1f0f7be53c74b47f18d3c23f3701e1d7f3b816a1 Mon Sep 17 00:00:00 2001 From: elabicha <61994320+elabicha@users.noreply.github.com> Date: Mon, 22 Mar 2021 02:09:46 -0700 Subject: [PATCH] [Hub Generated] Review request for Microsoft.CostManagement to add version stable/2019-11-01 (#13194) * Adding tagValue and tagKey to ReportConfigFilter * remove the addition of tagValue * Adding TagValue in the config filter * make filter name property nullable --- .../stable/2019-11-01/costmanagement.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/costmanagement.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/costmanagement.json index 0973cb70735e..5e87c4f64151 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/costmanagement.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/costmanagement.json @@ -1679,7 +1679,8 @@ "properties": { "name": { "description": "The name of the column to use in comparison.", - "type": "string" + "type": "string", + "x-nullable": true }, "operator": { "description": "The operator to use for comparison.",