Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-yechenwei committed Aug 7, 2020
1 parent a63450c commit 2f24287
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package iothub

import (
"fmt"
"github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/locks"
"log"
"time"

Expand All @@ -12,6 +11,7 @@ import (
"github.com/terraform-providers/terraform-provider-azurerm/azurerm/helpers/validate"
"github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/clients"
"github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/features"
"github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/locks"
"github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/timeouts"
"github.com/terraform-providers/terraform-provider-azurerm/azurerm/utils"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ import (
"github.com/terraform-providers/terraform-provider-azurerm/azurerm/utils"
)

var IothubSharedAccessPolicyResourceName = "azurerm_iothub_shared_access_policy"

func resourceArmIotHubSharedAccessPolicy() *schema.Resource {
return &schema.Resource{
Create: resourceArmIotHubSharedAccessPolicyCreateUpdate,
Expand Down

0 comments on commit 2f24287

Please sign in to comment.