Skip to content

Commit 0ccec84

Browse files
omrodrigkayousef
authored andcommitted
Fixed the allowed Column Types (Azure#21864)
* Fixed the allowed Column Types * Fix the formatting of description for enum
1 parent 51260b5 commit 0ccec84

File tree

1 file changed

+25
-5
lines changed
  • specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2022-10-01

1 file changed

+25
-5
lines changed

specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2022-10-01/costmanagement.json

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1481,12 +1481,22 @@
14811481
"description": "The type of the column in the report.",
14821482
"type": "string",
14831483
"enum": [
1484-
"Tag",
1484+
"TagKey",
14851485
"Dimension"
14861486
],
14871487
"x-ms-enum": {
1488-
"name": "ReportConfigColumnType",
1489-
"modelAsString": true
1488+
"name": "QueryColumnType",
1489+
"modelAsString": true,
1490+
"values": [
1491+
{
1492+
"value": "TagKey",
1493+
"description": "The tag associated with the cost data."
1494+
},
1495+
{
1496+
"value": "Dimension",
1497+
"description": "The dimension of cost data."
1498+
}
1499+
]
14901500
}
14911501
},
14921502
"ReportConfigComparisonExpression": {
@@ -2742,12 +2752,22 @@
27422752
"description": "The type of the column in the export.",
27432753
"type": "string",
27442754
"enum": [
2745-
"Tag",
2755+
"TagKey",
27462756
"Dimension"
27472757
],
27482758
"x-ms-enum": {
27492759
"name": "QueryColumnType",
2750-
"modelAsString": true
2760+
"modelAsString": true,
2761+
"values": [
2762+
{
2763+
"value": "TagKey",
2764+
"description": "The tag associated with the cost data."
2765+
},
2766+
{
2767+
"value": "Dimension",
2768+
"description": "The dimension of cost data."
2769+
}
2770+
]
27512771
}
27522772
},
27532773
"QueryComparisonExpression": {

0 commit comments

Comments
 (0)