Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
manicminer committed Sep 24, 2024
1 parent 0ecea0b commit 6db7ccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,6 @@ func (s VMWareReplicationPolicyAssociationResource) Create() sdk.ResourceFunc {
return tf.ImportAsExistsError("azurerm_site_recovery_replication_policy_vmware_association", *existing.Model.Id)
}

type RawProviderSpecificInput struct {
Type string `json:"-"`
Values map[string]interface{} `json:"-"`
}

parameters := replicationprotectioncontainermappings.CreateProtectionContainerMappingInput{
Properties: &replicationprotectioncontainermappings.CreateProtectionContainerMappingInputProperties{
TargetProtectionContainerId: utils.String(SiteRecoveryReplicationPolicyVMWareAssociationTargetContainerId),
Expand Down
4 changes: 2 additions & 2 deletions internal/services/serviceconnector/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ package serviceconnector

import (
"fmt"
"github.com/hashicorp/go-azure-helpers/lang/pointer"
"github.com/hashicorp/go-azure-sdk/resource-manager/servicelinker/2022-05-01/links"

"github.com/hashicorp/go-azure-helpers/lang/pointer"
"github.com/hashicorp/go-azure-helpers/resourcemanager/commonids"
"github.com/hashicorp/go-azure-sdk/resource-manager/servicelinker/2022-05-01/links"
"github.com/hashicorp/go-azure-sdk/resource-manager/servicelinker/2024-04-01/servicelinker"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
"github.com/hashicorp/terraform-provider-azurerm/internal/services/storage/parse"
Expand Down

0 comments on commit 6db7ccc

Please sign in to comment.