Skip to content

Commit 9b39fcc

Browse files
authored
[Hub Generated] Review request for Microsoft.CostManagement to add version stable/2019-11-01 (#12211)
* Adding 204 status. * Adding the 204 response to the examples.
1 parent e73c753 commit 9b39fcc

21 files changed

+43
-20
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
@@ -1038,6 +1038,9 @@
10381038
"$ref": "#/definitions/QueryResult"
10391039
}
10401040
},
1041+
"204": {
1042+
"description": "An empty response is sent when there is no information available within the selected scope."
1043+
},
10411044
"default": {
10421045
"description": "Error response describing why the operation failed.",
10431046
"schema": {

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
]
103103
}
104104
}
105-
}
105+
},
106+
"204": {}
106107
}
107108
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
]
6565
}
6666
}
67-
}
67+
},
68+
"204": {}
6869
}
6970
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
]
104104
}
105105
}
106-
}
106+
},
107+
"204": {}
107108
}
108109
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
]
6666
}
6767
}
68-
}
68+
},
69+
"204": {}
6970
}
7071
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
]
104104
}
105105
}
106-
}
106+
},
107+
"204": {}
107108
}
108109
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
]
7373
}
7474
}
75-
}
75+
},
76+
"204": {}
7677
}
7778
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
]
103103
}
104104
}
105-
}
105+
},
106+
"204": {}
106107
}
107108
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
]
6565
}
6666
}
67-
}
67+
},
68+
"204": {}
6869
}
6970
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
]
104104
}
105105
}
106-
}
106+
},
107+
"204": {}
107108
}
108109
}

0 commit comments

Comments
 (0)