You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2022-10-01/costmanagement.json
+25-5Lines changed: 25 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1481,12 +1481,22 @@
1481
1481
"description": "The type of the column in the report.",
1482
1482
"type": "string",
1483
1483
"enum": [
1484
-
"Tag",
1484
+
"TagKey",
1485
1485
"Dimension"
1486
1486
],
1487
1487
"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
+
]
1490
1500
}
1491
1501
},
1492
1502
"ReportConfigComparisonExpression": {
@@ -2742,12 +2752,22 @@
2742
2752
"description": "The type of the column in the export.",
2743
2753
"type": "string",
2744
2754
"enum": [
2745
-
"Tag",
2755
+
"TagKey",
2746
2756
"Dimension"
2747
2757
],
2748
2758
"x-ms-enum": {
2749
2759
"name": "QueryColumnType",
2750
-
"modelAsString": true
2760
+
"modelAsString": true,
2761
+
"values": [
2762
+
{
2763
+
"value": "TagKey",
2764
+
"description": "The tag associated with the cost data."
0 commit comments