diff --git a/specification/reservations/resource-manager/Microsoft.Capacity/preview/2019-04-01/examples/GetCatalog.json b/specification/reservations/resource-manager/Microsoft.Capacity/preview/2019-04-01/examples/GetCatalog.json index 8676291c7d5e..eef9cedf9faf 100644 --- a/specification/reservations/resource-manager/Microsoft.Capacity/preview/2019-04-01/examples/GetCatalog.json +++ b/specification/reservations/resource-manager/Microsoft.Capacity/preview/2019-04-01/examples/GetCatalog.json @@ -15,20 +15,16 @@ "P1Y", "P3Y" ], - "billingPlans": [ - { - "P1Y": [ - "Upfront", - "Monthly" - ] - }, - { - "P3Y": [ - "Upfront", - "Monthly" - ] - } - ], + "billingPlans": { + "P1Y": [ + "Upfront", + "Monthly" + ], + "P3Y": [ + "Upfront", + "Monthly" + ] + }, "locations": [ "eastus" ], @@ -178,4 +174,4 @@ ] } } -} +} \ No newline at end of file diff --git a/specification/reservations/resource-manager/Microsoft.Capacity/preview/2019-04-01/reservations.json b/specification/reservations/resource-manager/Microsoft.Capacity/preview/2019-04-01/reservations.json index cb97e39ac050..a85dbf13e255 100644 --- a/specification/reservations/resource-manager/Microsoft.Capacity/preview/2019-04-01/reservations.json +++ b/specification/reservations/resource-manager/Microsoft.Capacity/preview/2019-04-01/reservations.json @@ -737,21 +737,12 @@ "readOnly": true }, "billingPlans": { - "type": "array", + "type": "object", "description": "The billing plan options available for this SKU.", - "items": { - "type": "object", - "properties": { - "name": { - "$ref": "#/definitions/ReservationTerm", - "description": "The term for the billing SKU is available for." - } - }, - "additionalProperties": { - "type": "array", - "items": { - "$ref": "#/definitions/ReservationBillingPlan" - } + "additionalProperties": { + "type": "array", + "items": { + "$ref": "#/definitions/ReservationBillingPlan" } } }, @@ -1747,4 +1738,4 @@ "description": "Order Id of the reservation" } } -} +} \ No newline at end of file