Skip to content

Commit b0942d7

Browse files
committed
feat(sqlserverflex): remove beta from the util const
relates to STACKITCLI-437
1 parent 56f11bf commit b0942d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • internal/pkg/services/sqlserverflex/utils

internal/pkg/services/sqlserverflex/utils/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
const (
15-
ServiceCmd = "beta sqlserverflex"
15+
ServiceCmd = "sqlserverflex"
1616
)
1717

1818
func ValidateFlavorId(flavorId string, flavors []sqlserverflex.ListFlavors) error {

0 commit comments

Comments
 (0)