Skip to content

Commit

Permalink
Merge pull request #1051 from chatlabashev/main
Browse files Browse the repository at this point in the history
Add AwaitingManualAction status
  • Loading branch information
manicminer authored Jul 16, 2024
2 parents 8922b9d + 702f9f4 commit 8c374c5
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 8c374c5

Please sign in to comment.