Skip to content

Commit

Permalink
client/resourcemanager: adding a new InProgress status of Active
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Dec 7, 2023
1 parent 90c224f commit 62af732
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/client/resourcemanager/poller_lro.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ func (p *longRunningOperationPoller) Poll(ctx context.Context) (result *pollers.
// whilst the standard set above should be sufficient, some APIs differ from the spec and should be documented below:
// Dashboard@2022-08-01 returns `Accepted` rather than `InProgress` during creation
"Accepted": pollers.PollingStatusInProgress,
// EventGrid@2022-06-15 returns `Active` rather than `InProgress` during creation
"Active": pollers.PollingStatusInProgress,
// NetAppVolumeReplication @ 2023-05-01 returns `AuthorizeReplication` during authorizing replication
"AuthorizeReplication": pollers.PollingStatusInProgress,
// NetAppVolumeReplication @ 2023-05-01 returns `BreakReplication` during breaking replication
Expand Down

0 comments on commit 62af732

Please sign in to comment.