From ab750e6905625bb9f69ab317200a4bd8c58869fc Mon Sep 17 00:00:00 2001 From: Ashok Chhilar Date: Tue, 29 Mar 2022 13:08:32 -0700 Subject: [PATCH] Add new Provisioning state for reservations --- .../Microsoft.Capacity/stable/2017-11-01/reservations.json | 3 ++- .../Microsoft.Capacity/stable/2021-07-01/reservations.json | 7 +++++++ .../Microsoft.Capacity/stable/2022-03-01/reservations.json | 7 +++++++ 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/specification/reservations/resource-manager/Microsoft.Capacity/stable/2017-11-01/reservations.json b/specification/reservations/resource-manager/Microsoft.Capacity/stable/2017-11-01/reservations.json index 6e31812fa2ce..4968b5f16f67 100644 --- a/specification/reservations/resource-manager/Microsoft.Capacity/stable/2017-11-01/reservations.json +++ b/specification/reservations/resource-manager/Microsoft.Capacity/stable/2017-11-01/reservations.json @@ -569,7 +569,8 @@ "BillingFailed", "Failed", "Split", - "Merged" + "Merged", + "Processing" ] }, "Location": { diff --git a/specification/reservations/resource-manager/Microsoft.Capacity/stable/2021-07-01/reservations.json b/specification/reservations/resource-manager/Microsoft.Capacity/stable/2021-07-01/reservations.json index c643447b19a6..0a7c075d50bb 100644 --- a/specification/reservations/resource-manager/Microsoft.Capacity/stable/2021-07-01/reservations.json +++ b/specification/reservations/resource-manager/Microsoft.Capacity/stable/2021-07-01/reservations.json @@ -1431,6 +1431,7 @@ "Expiring", "Expired", "Pending", + "Processing", "Cancelled", "Failed" ] @@ -1599,6 +1600,7 @@ "enum": [ "None", "Pending", + "Processing", "Active", "PurchaseError", "PaymentInstrumentError", @@ -2195,6 +2197,11 @@ "description": "The number of reservation in Cancelled state", "readOnly": true, "type": "number" + }, + "processingCount": { + "description": "The number of reservation in Processing state", + "readOnly": true, + "type": "number" } } }, diff --git a/specification/reservations/resource-manager/Microsoft.Capacity/stable/2022-03-01/reservations.json b/specification/reservations/resource-manager/Microsoft.Capacity/stable/2022-03-01/reservations.json index d55374a6946e..56f769177450 100644 --- a/specification/reservations/resource-manager/Microsoft.Capacity/stable/2022-03-01/reservations.json +++ b/specification/reservations/resource-manager/Microsoft.Capacity/stable/2022-03-01/reservations.json @@ -1457,6 +1457,7 @@ "Expiring", "Expired", "Pending", + "Processing", "Cancelled", "Failed" ] @@ -1625,6 +1626,7 @@ "enum": [ "None", "Pending", + "Processing", "Active", "PurchaseError", "PaymentInstrumentError", @@ -2226,6 +2228,11 @@ "description": "The number of reservation in Cancelled state", "readOnly": true, "type": "number" + }, + "processingCount": { + "description": "The number of reservation in Processing state", + "readOnly": true, + "type": "number" } } },