Skip to content

Commit

Permalink
fixing the import
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Apr 9, 2019
1 parent ac37aa2 commit 455dc3d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions azurerm/helpers/azure/hdinsight.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import (
"strconv"
"strings"

"github.com/terraform-providers/terraform-provider-azurestack/azurestack/helpers/azure"

"github.com/Azure/azure-sdk-for-go/services/preview/hdinsight/mgmt/2018-06-01-preview/hdinsight"
"github.com/hashicorp/go-getter/helper/url"
"github.com/hashicorp/terraform/helper/schema"
Expand Down Expand Up @@ -164,7 +162,7 @@ func SchemaHDInsightsStorageAccounts() *schema.Schema {
Type: schema.TypeString,
Required: true,
ForceNew: true,
ValidateFunc: azure.ValidateResourceID,
ValidateFunc: ValidateResourceID,
},
"is_default": {
Type: schema.TypeBool,
Expand Down

0 comments on commit 455dc3d

Please sign in to comment.