Skip to content

Commit 4811c10

Browse files
ashokchhilarashokchhilar3
authored andcommitted
Add new Provisioning state for reservations (Azure#18464)
Co-authored-by: Ashok Chhilar <[email protected]>
1 parent 4ace077 commit 4811c10

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

specification/reservations/resource-manager/Microsoft.Capacity/stable/2017-11-01/reservations.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,8 @@
569569
"BillingFailed",
570570
"Failed",
571571
"Split",
572-
"Merged"
572+
"Merged",
573+
"Processing"
573574
]
574575
},
575576
"Location": {

specification/reservations/resource-manager/Microsoft.Capacity/stable/2021-07-01/reservations.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1431,6 +1431,7 @@
14311431
"Expiring",
14321432
"Expired",
14331433
"Pending",
1434+
"Processing",
14341435
"Cancelled",
14351436
"Failed"
14361437
]
@@ -1599,6 +1600,7 @@
15991600
"enum": [
16001601
"None",
16011602
"Pending",
1603+
"Processing",
16021604
"Active",
16031605
"PurchaseError",
16041606
"PaymentInstrumentError",
@@ -2195,6 +2197,11 @@
21952197
"description": "The number of reservation in Cancelled state",
21962198
"readOnly": true,
21972199
"type": "number"
2200+
},
2201+
"processingCount": {
2202+
"description": "The number of reservation in Processing state",
2203+
"readOnly": true,
2204+
"type": "number"
21982205
}
21992206
}
22002207
},

specification/reservations/resource-manager/Microsoft.Capacity/stable/2022-03-01/reservations.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,6 +1457,7 @@
14571457
"Expiring",
14581458
"Expired",
14591459
"Pending",
1460+
"Processing",
14601461
"Cancelled",
14611462
"Failed"
14621463
]
@@ -1625,6 +1626,7 @@
16251626
"enum": [
16261627
"None",
16271628
"Pending",
1629+
"Processing",
16281630
"Active",
16291631
"PurchaseError",
16301632
"PaymentInstrumentError",
@@ -2226,6 +2228,11 @@
22262228
"description": "The number of reservation in Cancelled state",
22272229
"readOnly": true,
22282230
"type": "number"
2231+
},
2232+
"processingCount": {
2233+
"description": "The number of reservation in Processing state",
2234+
"readOnly": true,
2235+
"type": "number"
22292236
}
22302237
}
22312238
},

0 commit comments

Comments
 (0)