Skip to content

Commit

Permalink
add pending status resuming and scaling for anaylsisservice
Browse files Browse the repository at this point in the history
  • Loading branch information
sinbai committed Aug 17, 2023
1 parent 18a3d8b commit 0c6e806
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sdk/client/resourcemanager/poller_lro.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ func (p *longRunningOperationPoller) Poll(ctx context.Context) (result *pollers.
"newReplicaGroup": pollers.PollingStatusInProgress,
// AnalysisServices @ 2017-08-01 (Servers) returns `Provisioning` during Creation
"Provisioning": pollers.PollingStatusInProgress,
// AnalysisServices @ 2017-08-01 (Servers Resume) returns `Resuming` during Update
"Resuming": pollers.PollingStatusInProgress,
// AnalysisServices @ 2017-08-01 (Servers Suspend) returns `Scaling` during Update
"Scaling": pollers.PollingStatusInProgress,
// HealthBot @ 2022-08-08 (HealthBots CreateOrUpdate) returns `Working` during Creation
"Working": pollers.PollingStatusInProgress,
}
Expand Down

0 comments on commit 0c6e806

Please sign in to comment.