Skip to content

Commit 182d92f

Browse files
[Hub Generated] Review request for Microsoft.Consumption to add version stable/2021-10-01 (#19312)
* 204 response added in marketplaces list * 204 response code added for credits in version 2019-10-01
1 parent 5ebb108 commit 182d92f

14 files changed

+30
-12
lines changed

specification/consumption/resource-manager/Microsoft.Consumption/stable/2019-10-01/consumption.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1725,6 +1725,9 @@
17251725
"$ref": "#/definitions/CreditSummary"
17261726
}
17271727
},
1728+
"204": {
1729+
"description": "An empty response is sent when there is no information available within the selected scope."
1730+
},
17281731
"default": {
17291732
"description": "Error response describing why the operation failed.",
17301733
"schema": {

specification/consumption/resource-manager/Microsoft.Consumption/stable/2019-10-01/examples/CreditSummaryByBillingProfile.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
}
3535
}
3636
}
37-
}
37+
},
38+
"204": {}
3839
}
3940
}

specification/consumption/resource-manager/Microsoft.Consumption/stable/2019-10-01/examples/CreditSummaryByCustomer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
}
5353
}
5454
}
55-
}
55+
},
56+
"204": {}
5657
}
5758
}

specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-10-01/consumption.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,9 @@
249249
"$ref": "#/definitions/MarketplacesListResult"
250250
}
251251
},
252+
"204": {
253+
"description": "An empty response is sent when there is no information available within the selected scope."
254+
},
252255
"default": {
253256
"description": "Error response describing why the operation failed.",
254257
"schema": {

specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-10-01/examples/MarketplacesByBillingAccountList.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
}
4545
]
4646
}
47-
}
47+
},
48+
"204": {}
4849
}
4950
}

specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-10-01/examples/MarketplacesByBillingAccountListForBillingPeriod.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
}
4747
]
4848
}
49-
}
49+
},
50+
"204": {}
5051
}
5152
}

specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-10-01/examples/MarketplacesByDepartmentList.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
}
4747
]
4848
}
49-
}
49+
},
50+
"204": {}
5051
}
5152
}

specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-10-01/examples/MarketplacesByDepartment_ListByBillingPeriod.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
}
4747
]
4848
}
49-
}
49+
},
50+
"204": {}
5051
}
5152
}

specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-10-01/examples/MarketplacesByEnrollmentAccountList.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
}
4747
]
4848
}
49-
}
49+
},
50+
"204": {}
5051
}
5152
}

specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-10-01/examples/MarketplacesByEnrollmentAccounts_ListByBillingPeriod.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
}
4747
]
4848
}
49-
}
49+
},
50+
"204": {}
5051
}
5152
}

0 commit comments

Comments
 (0)