Skip to content

Commit

Permalink
sdkv2 - One more wrap (#11995)
Browse files Browse the repository at this point in the history
  • Loading branch information
favoretti authored May 27, 2021
1 parent b1a7dde commit 7577022
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ package validate

import (
"github.com/Azure/azure-sdk-for-go/services/analysisservices/mgmt/2017-08-01/analysisservices"
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
"github.com/hashicorp/terraform-plugin-sdk/helper/validation"
"github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/tf/pluginsdk"
)

func QueryPoolConnectionMode() schema.SchemaValidateFunc {
func QueryPoolConnectionMode() pluginsdk.SchemaValidateFunc {
connectionModes := make([]string, len(analysisservices.PossibleConnectionModeValues()))
for i, v := range analysisservices.PossibleConnectionModeValues() {
connectionModes[i] = string(v)
Expand Down

0 comments on commit 7577022

Please sign in to comment.