Skip to content

Commit 088588a

Browse files
authored
fix: Remove duplicated entries for v2 RGs in create command (#1355)
1 parent cf62cc5 commit 088588a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cli/cmd/resource_groups.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -262,11 +262,6 @@ func promptCreateResourceGroup() error {
262262
"GCP",
263263
"LW_ACCOUNT",
264264
"MACHINE",
265-
"AWS(v2)",
266-
"AZURE(v2)",
267-
"GCP(v2)",
268-
"CONTAINER(v2)",
269-
"MACHINE(v2)",
270265
}
271266

272267
isRGv2Enabled := false

0 commit comments

Comments
 (0)