Skip to content

Commit 7f83741

Browse files
authored
Adding 204 HTTP code response to swagger and example. (Azure#12291)
1 parent ce79cad commit 7f83741

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
"$ref": "#/definitions/ViewListResult"
6161
}
6262
},
63+
"204": {
64+
"description": "An empty response is sent when there is no information available within the selected scope."
65+
},
6366
"default": {
6467
"description": "Error response describing why the operation failed.",
6568
"schema": {

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
}
129129
]
130130
}
131-
}
131+
},
132+
"204": {}
132133
}
133134
}

0 commit comments

Comments
 (0)