diff --git a/internal/services/paloalto/local_rule_stack_data_source.go b/internal/services/paloalto/local_rule_stack_data_source.go index 44fdc705f4552..67dee21095374 100644 --- a/internal/services/paloalto/local_rule_stack_data_source.go +++ b/internal/services/paloalto/local_rule_stack_data_source.go @@ -3,12 +3,12 @@ package paloalto import ( "context" "fmt" - "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "time" "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" + "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-sdk/resource-manager/paloaltonetworks/2022-08-29/localrulestacks" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" diff --git a/internal/services/paloalto/local_rule_stack_rule_resource.go b/internal/services/paloalto/local_rule_stack_rule_resource.go index 6cf8fdc287165..46f88989898a8 100644 --- a/internal/services/paloalto/local_rule_stack_rule_resource.go +++ b/internal/services/paloalto/local_rule_stack_rule_resource.go @@ -3,13 +3,13 @@ package paloalto import ( "context" "fmt" - "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "strconv" "strings" "time" "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" + "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" certificates "github.com/hashicorp/go-azure-sdk/resource-manager/paloaltonetworks/2022-08-29/certificateobjectlocalrulestack" "github.com/hashicorp/go-azure-sdk/resource-manager/paloaltonetworks/2022-08-29/localrules" "github.com/hashicorp/go-azure-sdk/resource-manager/paloaltonetworks/2022-08-29/localrulestacks" diff --git a/internal/tools/website-scaffold/main.go b/internal/tools/website-scaffold/main.go index d57eafa337027..681083da9ad5d 100644 --- a/internal/tools/website-scaffold/main.go +++ b/internal/tools/website-scaffold/main.go @@ -979,7 +979,7 @@ func patchPossibleValuesFn() { } func init() { - //patchPossibleValuesFn() + patchPossibleValuesFn() } func getSchemaPossibleValues(item *schema.Schema) []string {