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 ff6b9e4c62f6..6cec81f87d2f 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 @@ -935,33 +935,19 @@ "type": "string", "description": "Represent the current state of the Reservation.", "enum": [ - "Validating", - "Authorizing", - "PendingReview", "Creating", - "PendingCapacity", - "ConfirmedCapacity", + "PendingResourceHold", + "ConfirmedResourceHold", "PendingBilling", "ConfirmedBilling", - "BillingFailed", - "Failed", "Created", + "Succeeded", "Cancelled", "Expired", - "Merged", - "Succeeded", - "Pending", - "HoldCapacity", - "PreFulfillFailed", - "PreFulfillCancelled", - "Swapped", - "PendingRefunds", - "Exchanged", - "PendingRefundCollection", - "PendingResourceHold", - "ConfirmedResourceHold", - "Split" - ] + "BillingFailed", + "Failed", + "Split", + "Merged" ] }, "ReservedResourceType": { "type": "string", @@ -1002,51 +988,30 @@ "type": "string", "description": "Location in which the Resources needs to be reserved. It cannot be changed after the resource has been created.", "enum": [ - "australiacentral", - "australiacentral2", - "australiaeast", - "australiasoutheast", - "brazilsouth", - "brazilsoutheast", - "canadacentral", - "canadaeast", - "centralindia", - "centralus", - "eastasia", + "westus", "eastus", "eastus2", - "francecentral", - "francesouth", - "germanynorth", - "germanywestcentral", - "japaneast", - "japanwest", - "koreacentral", - "koreasouth", - "northeurope", "northcentralus", - "norwayeast", - "norwaywest", - "southafricanorth", - "southafricawest", + "westus2", "southcentralus", + "centralus", + "westeurope", + "northeurope", + "eastasia", "southeastasia", + "japaneast", + "japanwest", + "brazilsouth", + "australiaeast", + "australiasoutheast", "southindia", - "swedensouth", - "switzerlandnorth", - "switzerlandwest", - "uaecentral", - "uaenorth", - "uknorth", + "westindia", + "centralindia", + "canadacentral", + "canadaeast", "uksouth", - "uksouth2", - "ukwest", "westcentralus", - "westeurope", - "westindia", - "westus", - "westus2", - "westus3" + "ukwest" ] }, "AvailableScopeRequest": {