Skip to content

Commit

Permalink
Add new Provisioning state for reservations (Azure#18464)
Browse files Browse the repository at this point in the history
Co-authored-by: Ashok Chhilar <aschhila@microsoft.com>
  • Loading branch information
2 people authored and FredericHeem committed May 16, 2022
1 parent 4ace077 commit 4811c10
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,8 @@
"BillingFailed",
"Failed",
"Split",
"Merged"
"Merged",
"Processing"
]
},
"Location": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1431,6 +1431,7 @@
"Expiring",
"Expired",
"Pending",
"Processing",
"Cancelled",
"Failed"
]
Expand Down Expand Up @@ -1599,6 +1600,7 @@
"enum": [
"None",
"Pending",
"Processing",
"Active",
"PurchaseError",
"PaymentInstrumentError",
Expand Down Expand Up @@ -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"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1457,6 +1457,7 @@
"Expiring",
"Expired",
"Pending",
"Processing",
"Cancelled",
"Failed"
]
Expand Down Expand Up @@ -1625,6 +1626,7 @@
"enum": [
"None",
"Pending",
"Processing",
"Active",
"PurchaseError",
"PaymentInstrumentError",
Expand Down Expand Up @@ -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"
}
}
},
Expand Down

0 comments on commit 4811c10

Please sign in to comment.