Skip to content

Commit

Permalink
Add AwaitingManualAction status
Browse files Browse the repository at this point in the history
  • Loading branch information
chatlabashev committed Jul 15, 2024
1 parent 8922b9d commit 702f9f4
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 @@ -103,4 +103,7 @@ var longRunningOperationCustomStatuses = map[status]pollers.PollingStatus{

// StorageSync@2020-03-01 returns `validateInput` rather than `InProgress` during creation/update (https://github.com/hashicorp/go-azure-sdk/issues/565)
"validateInput": pollers.PollingStatusInProgress,

// EventGrid @ 2022-06-15 returns `AwaitingManualAction` while waiting for manual validation of a webhook (https://github.com/hashicorp/terraform-provider-azurerm/issues/25689)
"AwaitingManualAction": pollers.PollingStatusInProgress,
}

0 comments on commit 702f9f4

Please sign in to comment.