Skip to content

Commit fdfffcf

Browse files
authored
Missing 204 response and minor typos (#12374)
1 parent 715ad81 commit fdfffcf

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@
105105
"$ref": "#/definitions/ViewListResult"
106106
}
107107
},
108+
"204": {
109+
"description": "An empty response is sent when there is no information available within the selected scope."
110+
},
108111
"default": {
109112
"description": "Error response describing why the operation failed.",
110113
"schema": {
@@ -1477,11 +1480,11 @@
14771480
},
14781481
"minItems": 2
14791482
},
1480-
"dimension": {
1483+
"dimensions": {
14811484
"description": "Has comparison expression for a dimension",
14821485
"$ref": "#/definitions/ReportConfigComparisonExpression"
14831486
},
1484-
"tag": {
1487+
"tags": {
14851488
"description": "Has comparison expression for a tag",
14861489
"$ref": "#/definitions/ReportConfigComparisonExpression"
14871490
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@
129129
}
130130
]
131131
}
132-
}
132+
},
133+
"204": {}
133134
}
134135
}

0 commit comments

Comments
 (0)