Skip to content

Commit

Permalink
poller_lro : add pending status Restarting for Postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-yechenwei committed Dec 17, 2024
1 parent 0e5e311 commit 4209e56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sdk/client/resourcemanager/poller_lro_statuses.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ var longRunningOperationCustomStatuses = map[status]pollers.PollingStatus{
// Resources @ 2020-10-01 (DeploymentScripts) returns `ProvisioningResources` during Creation
"ProvisioningResources": pollers.PollingStatusInProgress,

// Postgres @ 2021-06-01 returns `Restarting` during restart
"Restarting": pollers.PollingStatusInProgress,

// AnalysisServices @ 2017-08-01 (Servers Resume) returns `Resuming` during Update
"Resuming": pollers.PollingStatusInProgress,

Expand Down

0 comments on commit 4209e56

Please sign in to comment.