Skip to content

Commit 1f0f7be

Browse files
authored
[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
1 parent e10fd5f commit 1f0f7be

File tree

1 file changed

+2
-1
lines changed
  • specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01

1 file changed

+2
-1
lines changed

specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-11-01/costmanagement.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1679,7 +1679,8 @@
16791679
"properties": {
16801680
"name": {
16811681
"description": "The name of the column to use in comparison.",
1682-
"type": "string"
1682+
"type": "string",
1683+
"x-nullable": true
16831684
},
16841685
"operator": {
16851686
"description": "The operator to use for comparison.",

0 commit comments

Comments
 (0)