Skip to content

Commit beb86d0

Browse files
authored
feat(vpc): make get private-network show all attached resources (#3325)
1 parent ad9a701 commit beb86d0

8 files changed

+15276
-0
lines changed

internal/namespaces/vpc/v2/custom.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ func GetCommands() *core.Commands {
88
cmds := GetGeneratedCommands()
99

1010
cmds.Remove("vpc", "post")
11+
cmds.MustFind("vpc", "private-network", "get").Override(privateNetworkGetBuilder)
1112

1213
return cmds
1314
}

0 commit comments

Comments
 (0)