Skip to content

Commit b4ec309

Browse files
authored
[Hub Generated] Review request for Microsoft.CostManagement to add version stable/2019-11-01 (#12031)
* fix dataSet typo * fix dimensions and tags typo * more dimensions and tags to fix * one more miss on dimensions and tags * Add the includeMonetaryCommitment missing field * fix spell check error * make property read only * remove the not operation from query filters
1 parent 219b119 commit b4ec309

File tree

53 files changed

+237
-234
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+237
-234
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -637,15 +637,11 @@
637637
},
638638
"minItems": 2
639639
},
640-
"not": {
641-
"description": "The logical \"NOT\" expression.",
642-
"$ref": "#/definitions/QueryFilter"
643-
},
644-
"dimension": {
640+
"dimensions": {
645641
"description": "Has comparison expression for a dimension",
646642
"$ref": "#/definitions/QueryComparisonExpression"
647643
},
648-
"tag": {
644+
"tags": {
649645
"description": "Has comparison expression for a tag",
650646
"$ref": "#/definitions/QueryComparisonExpression"
651647
}

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

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1292,9 +1292,14 @@
12921292
"description": "Has time period for pulling data for the report.",
12931293
"$ref": "#/definitions/ReportConfigTimePeriod"
12941294
},
1295-
"dataset": {
1295+
"dataSet": {
12961296
"description": "Has definition for data in this report config.",
12971297
"$ref": "#/definitions/ReportConfigDataset"
1298+
},
1299+
"includeMonetaryCommitment": {
1300+
"description": "Include monetary commitment",
1301+
"type": "boolean",
1302+
"readOnly": true
12981303
}
12991304
},
13001305
"required": [
@@ -1463,10 +1468,6 @@
14631468
},
14641469
"minItems": 2
14651470
},
1466-
"not": {
1467-
"description": "The logical \"NOT\" expression.",
1468-
"$ref": "#/definitions/ReportConfigFilter"
1469-
},
14701471
"dimension": {
14711472
"description": "Has comparison expression for a dimension",
14721473
"$ref": "#/definitions/ReportConfigComparisonExpression"
@@ -2525,15 +2526,11 @@
25252526
},
25262527
"minItems": 2
25272528
},
2528-
"not": {
2529-
"description": "The logical \"NOT\" expression.",
2530-
"$ref": "#/definitions/QueryFilter"
2531-
},
2532-
"dimension": {
2529+
"dimensions": {
25332530
"description": "Has comparison expression for a dimension",
25342531
"$ref": "#/definitions/QueryComparisonExpression"
25352532
},
2536-
"tag": {
2533+
"tags": {
25372534
"description": "Has comparison expression for a tag",
25382535
"$ref": "#/definitions/QueryComparisonExpression"
25392536
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{
1414
"or": [
1515
{
16-
"dimension": {
16+
"dimensions": {
1717
"name": "ResourceLocation",
1818
"operator": "In",
1919
"values": [
@@ -23,7 +23,7 @@
2323
}
2424
},
2525
{
26-
"tag": {
26+
"tags": {
2727
"name": "Environment",
2828
"operator": "In",
2929
"values": [
@@ -35,7 +35,7 @@
3535
]
3636
},
3737
{
38-
"dimension": {
38+
"dimensions": {
3939
"name": "ResourceGroup",
4040
"operator": "In",
4141
"values": [

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{
1414
"or": [
1515
{
16-
"dimension": {
16+
"dimensions": {
1717
"name": "ResourceLocation",
1818
"operator": "In",
1919
"values": [
@@ -23,7 +23,7 @@
2323
}
2424
},
2525
{
26-
"tag": {
26+
"tags": {
2727
"name": "Environment",
2828
"operator": "In",
2929
"values": [
@@ -35,7 +35,7 @@
3535
]
3636
},
3737
{
38-
"dimension": {
38+
"dimensions": {
3939
"name": "ResourceGroup",
4040
"operator": "In",
4141
"values": [

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{
1515
"or": [
1616
{
17-
"dimension": {
17+
"dimensions": {
1818
"name": "ResourceLocation",
1919
"operator": "In",
2020
"values": [
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
{
27-
"tag": {
27+
"tags": {
2828
"name": "Environment",
2929
"operator": "In",
3030
"values": [
@@ -36,7 +36,7 @@
3636
]
3737
},
3838
{
39-
"dimension": {
39+
"dimensions": {
4040
"name": "ResourceGroup",
4141
"operator": "In",
4242
"values": [

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{
1515
"or": [
1616
{
17-
"dimension": {
17+
"dimensions": {
1818
"name": "ResourceLocation",
1919
"operator": "In",
2020
"values": [
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
{
27-
"tag": {
27+
"tags": {
2828
"name": "Environment",
2929
"operator": "In",
3030
"values": [
@@ -36,7 +36,7 @@
3636
]
3737
},
3838
{
39-
"dimension": {
39+
"dimensions": {
4040
"name": "ResourceGroup",
4141
"operator": "In",
4242
"values": [

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{
1515
"or": [
1616
{
17-
"dimension": {
17+
"dimensions": {
1818
"name": "ResourceLocation",
1919
"operator": "In",
2020
"values": [
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
{
27-
"tag": {
27+
"tags": {
2828
"name": "Environment",
2929
"operator": "In",
3030
"values": [
@@ -36,7 +36,7 @@
3636
]
3737
},
3838
{
39-
"dimension": {
39+
"dimensions": {
4040
"name": "ResourceGroup",
4141
"operator": "In",
4242
"values": [

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{
1515
"or": [
1616
{
17-
"dimension": {
17+
"dimensions": {
1818
"name": "ResourceLocation",
1919
"operator": "In",
2020
"values": [
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
{
27-
"tag": {
27+
"tags": {
2828
"name": "Environment",
2929
"operator": "In",
3030
"values": [
@@ -36,7 +36,7 @@
3636
]
3737
},
3838
{
39-
"dimension": {
39+
"dimensions": {
4040
"name": "ResourceGroup",
4141
"operator": "In",
4242
"values": [

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{
1515
"or": [
1616
{
17-
"dimension": {
17+
"dimensions": {
1818
"name": "ResourceLocation",
1919
"operator": "In",
2020
"values": [
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
{
27-
"tag": {
27+
"tags": {
2828
"name": "Environment",
2929
"operator": "In",
3030
"values": [
@@ -36,7 +36,7 @@
3636
]
3737
},
3838
{
39-
"dimension": {
39+
"dimensions": {
4040
"name": "ResourceGroup",
4141
"operator": "In",
4242
"values": [

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"filter": {
5858
"and": [
5959
{
60-
"dimension": {
60+
"dimensions": {
6161
"name": "ResourceLocation",
6262
"operator": "In",
6363
"values": [
@@ -67,7 +67,7 @@
6767
}
6868
},
6969
{
70-
"tag": {
70+
"tags": {
7171
"name": "Environment",
7272
"operator": "Contains",
7373
"values": [

0 commit comments

Comments
 (0)