Skip to content

Commit b64e4d0

Browse files
committed
fix: adding pending status not previously seen
1 parent cde4b2e commit b64e4d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

provider/utils/wait.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ func WaitForDatabaseToBeActive(ctx context.Context, subId, id int, api *client.A
5252
databases.StatusProxyPolicyChangeDraft,
5353
databases.StatusDynamicEndpointsCreationPending,
5454
databases.StatusActiveUpgradePending,
55-
"bdb-update-pending", // Database update in progress
55+
"bdb-update-pending", // Database update in progress.
56+
// TODO replace with api model string in next release
5657
},
5758
Target: []string{databases.StatusActive},
5859
Timeout: SafetyTimeout,

0 commit comments

Comments
 (0)