Skip to content

Commit 71aa792

Browse files
authored
[Hub Generated] Review request for Microsoft.CostManagement to add version stable/2019-11-01 (#12212)
* Adding 204 HTTP code response to sagger. * Adding 204 response in examples. * Adding 204 response in examples.
1 parent 4ef5bc1 commit 71aa792

27 files changed

+55
-26
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
@@ -851,6 +851,9 @@
851851
"$ref": "#/definitions/DimensionsListResult"
852852
}
853853
},
854+
"204": {
855+
"description": "An empty response is sent when there is no information available within the selected scope."
856+
},
854857
"default": {
855858
"description": "Error response describing why the operation failed.",
856859
"schema": {

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
}
4141
]
4242
}
43-
}
43+
},
44+
"204": {}
4445
}
4546
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
}
5555
]
5656
}
57-
}
57+
},
58+
"204": {}
5859
}
5960
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
}
3636
]
3737
}
38-
}
38+
},
39+
"204": {}
3940
}
4041
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
}
4242
]
4343
}
44-
}
44+
},
45+
"204": {}
4546
}
4647
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
}
5656
]
5757
}
58-
}
58+
},
59+
"204": {}
5960
}
6061
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
}
3737
]
3838
}
39-
}
39+
},
40+
"204": {}
4041
}
4142
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
}
4242
]
4343
}
44-
}
44+
},
45+
"204": {}
4546
}
4647
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
}
5656
]
5757
}
58-
}
58+
},
59+
"204": {}
5960
}
6061
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
}
3737
]
3838
}
39-
}
39+
},
40+
"204": {}
4041
}
4142
}

0 commit comments

Comments
 (0)