diff --git a/internal/services/digitaltwins/endpoints.go b/internal/services/digitaltwins/endpoints.go index 74424c47de64..9a198a8a1602 100644 --- a/internal/services/digitaltwins/endpoints.go +++ b/internal/services/digitaltwins/endpoints.go @@ -4,11 +4,10 @@ import ( "context" "fmt" - "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" - "github.com/hashicorp/go-azure-sdk/resource-manager/digitaltwins/2020-12-01/endpoints" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" + "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" ) func validateEndpointType(validate func(input endpoints.DigitalTwinsEndpointResourceProperties) error) pluginsdk.ImporterFunc { diff --git a/internal/services/storagemover/client/client.go b/internal/services/storagemover/client/client.go index 686076328a27..fbf8f6287e1f 100644 --- a/internal/services/storagemover/client/client.go +++ b/internal/services/storagemover/client/client.go @@ -3,10 +3,9 @@ package client import ( "fmt" - "github.com/hashicorp/go-azure-sdk/resource-manager/storagemover/2023-03-01/jobdefinitions" - "github.com/hashicorp/go-azure-sdk/resource-manager/storagemover/2023-03-01/agents" "github.com/hashicorp/go-azure-sdk/resource-manager/storagemover/2023-03-01/endpoints" + "github.com/hashicorp/go-azure-sdk/resource-manager/storagemover/2023-03-01/jobdefinitions" "github.com/hashicorp/go-azure-sdk/resource-manager/storagemover/2023-03-01/projects" "github.com/hashicorp/go-azure-sdk/resource-manager/storagemover/2023-03-01/storagemovers" "github.com/hashicorp/terraform-provider-azurerm/internal/common" diff --git a/internal/services/storagemover/storage_mover_job_definition_resource.go b/internal/services/storagemover/storage_mover_job_definition_resource.go index dca13a59c8f7..399d1ba63e3e 100644 --- a/internal/services/storagemover/storage_mover_job_definition_resource.go +++ b/internal/services/storagemover/storage_mover_job_definition_resource.go @@ -7,7 +7,6 @@ import ( "time" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-sdk/resource-manager/storagemover/2023-03-01/jobdefinitions" "github.com/hashicorp/go-azure-sdk/resource-manager/storagemover/2023-03-01/projects" diff --git a/internal/services/storagemover/storage_mover_job_definition_resource_test.go b/internal/services/storagemover/storage_mover_job_definition_resource_test.go index cd9e59d9da8e..355c7eb32bd7 100644 --- a/internal/services/storagemover/storage_mover_job_definition_resource_test.go +++ b/internal/services/storagemover/storage_mover_job_definition_resource_test.go @@ -5,9 +5,8 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/storagemover/2023-03-01/jobdefinitions" - "github.com/hashicorp/go-azure-helpers/lang/response" + "github.com/hashicorp/go-azure-sdk/resource-manager/storagemover/2023-03-01/jobdefinitions" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients"