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 (Azure#13029)

* Adding tagValue and tagKey to ReportConfigFilter

* remove the addition of tagValue

* Adding TagValue in the config filter
  • Loading branch information
elabicha authored and mkarmark committed Jul 20, 2021
1 parent dfac943 commit 64438dd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1494,6 +1494,10 @@
"tagKey": {
"description": "Has comparison expression for a tag key",
"$ref": "#/definitions/ReportConfigComparisonExpression"
},
"tagValue": {
"description": "Has comparison expression for a tag value",
"$ref": "#/definitions/ReportConfigComparisonExpression"
}
}
},
Expand Down

0 comments on commit 64438dd

Please sign in to comment.