Skip to content

Commit

Permalink
Undoing changes to two enums
Browse files Browse the repository at this point in the history
  • Loading branch information
toddm committed Aug 31, 2021
1 parent b9cff2e commit f326a78
Showing 1 changed file with 23 additions and 58 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit f326a78

Please sign in to comment.