diff --git a/sdk/client/resourcemanager/poller_lro_statuses.go b/sdk/client/resourcemanager/poller_lro_statuses.go index 888feb6a243..bc9806bed6e 100644 --- a/sdk/client/resourcemanager/poller_lro_statuses.go +++ b/sdk/client/resourcemanager/poller_lro_statuses.go @@ -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, }