Skip to content

Commit 32cfe9c

Browse files
omrodrigLeiWang3
authored andcommitted
Changed singular Dimension and Tag to plural (Azure#17455)
1 parent 85b14a0 commit 32cfe9c

22 files changed

+65
-65
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2484,11 +2484,11 @@
24842484
"description": "The logical \"NOT\" expression.",
24852485
"$ref": "#/definitions/QueryFilter"
24862486
},
2487-
"dimension": {
2487+
"dimensions": {
24882488
"description": "Has comparison expression for a dimension",
24892489
"$ref": "#/definitions/QueryComparisonExpression"
24902490
},
2491-
"tag": {
2491+
"tags": {
24922492
"description": "Has comparison expression for a tag",
24932493
"$ref": "#/definitions/QueryComparisonExpression"
24942494
}

specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-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/2021-10-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/2021-10-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/2021-10-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/2021-10-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/2021-10-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/2021-10-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/2021-10-01/examples/ExternalBillingAccountForecast.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/2021-10-01/examples/ExternalBillingAccountsQuery.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": [

0 commit comments

Comments
 (0)