Skip to content

Commit 3c07a8a

Browse files
authored
fix(rdb): set maintenance pending status as non-transient (#471)
1 parent 596e6b8 commit 3c07a8a

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

scaleway-async/scaleway_async/document_db/v1beta1/content.py

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
Lists transient statutes of the enum :class:`InstanceStatus <InstanceStatus>`.
3131
"""
3232
MAINTENANCE_TRANSIENT_STATUSES: List[MaintenanceStatus] = [
33-
MaintenanceStatus.PENDING,
3433
MaintenanceStatus.ONGOING,
3534
]
3635
"""

scaleway-async/scaleway_async/rdb/v1/content.py

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
Lists transient statutes of the enum :class:`InstanceStatus <InstanceStatus>`.
4141
"""
4242
MAINTENANCE_TRANSIENT_STATUSES: List[MaintenanceStatus] = [
43-
MaintenanceStatus.PENDING,
4443
MaintenanceStatus.ONGOING,
4544
]
4645
"""

scaleway/scaleway/document_db/v1beta1/content.py

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
Lists transient statutes of the enum :class:`InstanceStatus <InstanceStatus>`.
3131
"""
3232
MAINTENANCE_TRANSIENT_STATUSES: List[MaintenanceStatus] = [
33-
MaintenanceStatus.PENDING,
3433
MaintenanceStatus.ONGOING,
3534
]
3635
"""

scaleway/scaleway/rdb/v1/content.py

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
Lists transient statutes of the enum :class:`InstanceStatus <InstanceStatus>`.
4141
"""
4242
MAINTENANCE_TRANSIENT_STATUSES: List[MaintenanceStatus] = [
43-
MaintenanceStatus.PENDING,
4443
MaintenanceStatus.ONGOING,
4544
]
4645
"""

0 commit comments

Comments
 (0)