Skip to content

Commit

Permalink
[Hub Generated] Review request for Microsoft.CostManagement to add ve…
Browse files Browse the repository at this point in the history
…rsion 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
  • Loading branch information
elabicha authored Mar 22, 2021
1 parent e10fd5f commit 1f0f7be
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 1f0f7be

Please sign in to comment.