Skip to content

Commit

Permalink
add Building to list of polling statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
catriona-m committed Aug 28, 2024
1 parent c8d0f12 commit 993ce40
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 @@ -25,6 +25,9 @@ var longRunningOperationCustomStatuses = map[status]pollers.PollingStatus{
// NetAppVolumeReplication @ 2023-05-01 returns `AuthorizeReplication` during authorizing replication
"AuthorizeReplication": pollers.PollingStatusInProgress,

// VMWare @ 2022-05-01 returns `Building` rather than `InProgress` during creation
"Building": pollers.PollingStatusInProgress,

// NetAppVolumeReplication @ 2023-05-01 returns `BreakReplication` during breaking replication
"BreakReplication": pollers.PollingStatusInProgress,

Expand Down

0 comments on commit 993ce40

Please sign in to comment.