Skip to content

Commit 79b3dfc

Browse files
handling the import change
1 parent cd59eaf commit 79b3dfc

4 files changed

+4
-5
lines changed

internal/services/datalake/data_lake_analytics_account_resource.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"log"
66
"time"
77

8-
"github.com/hashicorp/go-azure-helpers/response"
8+
"github.com/hashicorp/go-azure-helpers/lang/response"
99
"github.com/hashicorp/terraform-provider-azurerm/helpers/azure"
1010
"github.com/hashicorp/terraform-provider-azurerm/helpers/tf"
1111
"github.com/hashicorp/terraform-provider-azurerm/internal/clients"

internal/services/datalake/data_lake_store_data_source.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"time"
66

7-
"github.com/hashicorp/go-azure-helpers/response"
7+
"github.com/hashicorp/go-azure-helpers/lang/response"
88
"github.com/hashicorp/terraform-provider-azurerm/helpers/azure"
99
"github.com/hashicorp/terraform-provider-azurerm/internal/clients"
1010
"github.com/hashicorp/terraform-provider-azurerm/internal/services/datalake/sdk/datalakestore/2016-11-01/accounts"

internal/services/datalake/data_lake_store_resource.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"log"
66
"time"
77

8-
"github.com/hashicorp/go-azure-helpers/response"
8+
"github.com/hashicorp/go-azure-helpers/lang/response"
99
"github.com/hashicorp/terraform-provider-azurerm/helpers/azure"
1010
"github.com/hashicorp/terraform-provider-azurerm/helpers/tf"
1111
"github.com/hashicorp/terraform-provider-azurerm/internal/clients"

internal/services/datalake/data_lake_store_virtual_network_rule_resource_test.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ import (
77
"strconv"
88
"testing"
99

10-
"github.com/hashicorp/go-azure-helpers/response"
11-
10+
"github.com/hashicorp/go-azure-helpers/lang/response"
1211
"github.com/hashicorp/terraform-provider-azurerm/internal/acceptance"
1312
"github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check"
1413
"github.com/hashicorp/terraform-provider-azurerm/internal/clients"

0 commit comments

Comments
 (0)