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 (#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
  • Loading branch information
elabicha authored Jan 5, 2021
1 parent 219b119 commit b4ec309
Show file tree
Hide file tree
Showing 53 changed files with 237 additions and 234 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -637,15 +637,11 @@
},
"minItems": 2
},
"not": {
"description": "The logical \"NOT\" expression.",
"$ref": "#/definitions/QueryFilter"
},
"dimension": {
"dimensions": {
"description": "Has comparison expression for a dimension",
"$ref": "#/definitions/QueryComparisonExpression"
},
"tag": {
"tags": {
"description": "Has comparison expression for a tag",
"$ref": "#/definitions/QueryComparisonExpression"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1292,9 +1292,14 @@
"description": "Has time period for pulling data for the report.",
"$ref": "#/definitions/ReportConfigTimePeriod"
},
"dataset": {
"dataSet": {
"description": "Has definition for data in this report config.",
"$ref": "#/definitions/ReportConfigDataset"
},
"includeMonetaryCommitment": {
"description": "Include monetary commitment",
"type": "boolean",
"readOnly": true
}
},
"required": [
Expand Down Expand Up @@ -1463,10 +1468,6 @@
},
"minItems": 2
},
"not": {
"description": "The logical \"NOT\" expression.",
"$ref": "#/definitions/ReportConfigFilter"
},
"dimension": {
"description": "Has comparison expression for a dimension",
"$ref": "#/definitions/ReportConfigComparisonExpression"
Expand Down Expand Up @@ -2525,15 +2526,11 @@
},
"minItems": 2
},
"not": {
"description": "The logical \"NOT\" expression.",
"$ref": "#/definitions/QueryFilter"
},
"dimension": {
"dimensions": {
"description": "Has comparison expression for a dimension",
"$ref": "#/definitions/QueryComparisonExpression"
},
"tag": {
"tags": {
"description": "Has comparison expression for a tag",
"$ref": "#/definitions/QueryComparisonExpression"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"or": [
{
"dimension": {
"dimensions": {
"name": "ResourceLocation",
"operator": "In",
"values": [
Expand All @@ -23,7 +23,7 @@
}
},
{
"tag": {
"tags": {
"name": "Environment",
"operator": "In",
"values": [
Expand All @@ -35,7 +35,7 @@
]
},
{
"dimension": {
"dimensions": {
"name": "ResourceGroup",
"operator": "In",
"values": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"or": [
{
"dimension": {
"dimensions": {
"name": "ResourceLocation",
"operator": "In",
"values": [
Expand All @@ -23,7 +23,7 @@
}
},
{
"tag": {
"tags": {
"name": "Environment",
"operator": "In",
"values": [
Expand All @@ -35,7 +35,7 @@
]
},
{
"dimension": {
"dimensions": {
"name": "ResourceGroup",
"operator": "In",
"values": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
"or": [
{
"dimension": {
"dimensions": {
"name": "ResourceLocation",
"operator": "In",
"values": [
Expand All @@ -24,7 +24,7 @@
}
},
{
"tag": {
"tags": {
"name": "Environment",
"operator": "In",
"values": [
Expand All @@ -36,7 +36,7 @@
]
},
{
"dimension": {
"dimensions": {
"name": "ResourceGroup",
"operator": "In",
"values": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
"or": [
{
"dimension": {
"dimensions": {
"name": "ResourceLocation",
"operator": "In",
"values": [
Expand All @@ -24,7 +24,7 @@
}
},
{
"tag": {
"tags": {
"name": "Environment",
"operator": "In",
"values": [
Expand All @@ -36,7 +36,7 @@
]
},
{
"dimension": {
"dimensions": {
"name": "ResourceGroup",
"operator": "In",
"values": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
"or": [
{
"dimension": {
"dimensions": {
"name": "ResourceLocation",
"operator": "In",
"values": [
Expand All @@ -24,7 +24,7 @@
}
},
{
"tag": {
"tags": {
"name": "Environment",
"operator": "In",
"values": [
Expand All @@ -36,7 +36,7 @@
]
},
{
"dimension": {
"dimensions": {
"name": "ResourceGroup",
"operator": "In",
"values": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
"or": [
{
"dimension": {
"dimensions": {
"name": "ResourceLocation",
"operator": "In",
"values": [
Expand All @@ -24,7 +24,7 @@
}
},
{
"tag": {
"tags": {
"name": "Environment",
"operator": "In",
"values": [
Expand All @@ -36,7 +36,7 @@
]
},
{
"dimension": {
"dimensions": {
"name": "ResourceGroup",
"operator": "In",
"values": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
"or": [
{
"dimension": {
"dimensions": {
"name": "ResourceLocation",
"operator": "In",
"values": [
Expand All @@ -24,7 +24,7 @@
}
},
{
"tag": {
"tags": {
"name": "Environment",
"operator": "In",
"values": [
Expand All @@ -36,7 +36,7 @@
]
},
{
"dimension": {
"dimensions": {
"name": "ResourceGroup",
"operator": "In",
"values": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"filter": {
"and": [
{
"dimension": {
"dimensions": {
"name": "ResourceLocation",
"operator": "In",
"values": [
Expand All @@ -67,7 +67,7 @@
}
},
{
"tag": {
"tags": {
"name": "Environment",
"operator": "Contains",
"values": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"filter": {
"and": [
{
"dimension": {
"dimensions": {
"name": "ResourceLocation",
"operator": "In",
"values": [
Expand All @@ -68,7 +68,7 @@
}
},
{
"tag": {
"tags": {
"name": "Environment",
"operator": "Contains",
"values": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"filter": {
"and": [
{
"dimension": {
"dimensions": {
"name": "ResourceLocation",
"operator": "In",
"values": [
Expand All @@ -68,7 +68,7 @@
}
},
{
"tag": {
"tags": {
"name": "Environment",
"operator": "Contains",
"values": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"filter": {
"and": [
{
"dimension": {
"dimensions": {
"name": "ResourceLocation",
"operator": "In",
"values": [
Expand All @@ -67,7 +67,7 @@
}
},
{
"tag": {
"tags": {
"name": "Environment",
"operator": "Contains",
"values": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"filter": {
"and": [
{
"dimension": {
"dimensions": {
"name": "ResourceLocation",
"operator": "In",
"values": [
Expand All @@ -68,7 +68,7 @@
}
},
{
"tag": {
"tags": {
"name": "Environment",
"operator": "Contains",
"values": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"filter": {
"and": [
{
"dimension": {
"dimensions": {
"name": "ResourceLocation",
"operator": "In",
"values": [
Expand All @@ -67,7 +67,7 @@
}
},
{
"tag": {
"tags": {
"name": "Environment",
"operator": "Contains",
"values": [
Expand Down
Loading

0 comments on commit b4ec309

Please sign in to comment.