Skip to content

Commit

Permalink
Merge pull request #20314 from hashicorp/b/redisenterprise-import
Browse files Browse the repository at this point in the history
redisenterprise: removing a single usage of `Azure/azure-sdk-for-go` …
  • Loading branch information
tombuildsstuff authored Feb 5, 2023
2 parents d1c869e + 2dd27a9 commit 256e4b9
Show file tree
Hide file tree
Showing 14 changed files with 8 additions and 4,433 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"strconv"
"strings"

"github.com/Azure/azure-sdk-for-go/services/redisenterprise/mgmt/2021-03-01/redisenterprise" // nolint: staticcheck
"github.com/hashicorp/go-azure-sdk/resource-manager/redisenterprise/2022-01-01/redisenterprise"
"github.com/hashicorp/terraform-provider-azurerm/helpers/azure"
)

Expand Down Expand Up @@ -68,12 +68,12 @@ func RedisEnterpriseClusterSkuName(v interface{}, k string) (warnings []string,

func getValidRedisEnterpriseClusterSkus() []string {
return []string{
string(redisenterprise.EnterpriseE10),
string(redisenterprise.EnterpriseE20),
string(redisenterprise.EnterpriseE50),
string(redisenterprise.EnterpriseE100),
string(redisenterprise.EnterpriseFlashF300),
string(redisenterprise.EnterpriseFlashF700),
string(redisenterprise.EnterpriseFlashF1500),
string(redisenterprise.SkuNameEnterpriseEOneZero),
string(redisenterprise.SkuNameEnterpriseETwoZero),
string(redisenterprise.SkuNameEnterpriseEFiveZero),
string(redisenterprise.SkuNameEnterpriseEOneHundred),
string(redisenterprise.SkuNameEnterpriseFlashFThreeHundred),
string(redisenterprise.SkuNameEnterpriseFlashFSevenHundred),
string(redisenterprise.SkuNameEnterpriseFlashFOneFiveHundred),
}
}

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 256e4b9

Please sign in to comment.