Skip to content

Commit 0b04d4a

Browse files
authored
Merge branch 'master' into v1.6593.0
2 parents 9220470 + ceaed55 commit 0b04d4a

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

internal/namespaces/block/v1alpha1/block_cli.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -587,9 +587,9 @@ If your volume is in a transient state, you need to wait until the end of the cu
587587
{
588588
Name: "volume-id",
589589
Short: `UUID of the volume to snapshot`,
590-
Required: false,
590+
Required: true,
591591
Deprecated: false,
592-
Positional: false,
592+
Positional: true,
593593
},
594594
{
595595
Name: "name",

internal/namespaces/ipam/v1/ipam_cli.go

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ func ipamIPCreate() *core.Command {
8989
Deprecated: false,
9090
Positional: false,
9191
},
92+
{
93+
Name: "source.vpc-id",
94+
Required: false,
95+
Deprecated: false,
96+
Positional: false,
97+
},
9298
{
9399
Name: "is-ipv6",
94100
Short: `Request an IPv6 instead of an IPv4`,
@@ -491,6 +497,12 @@ func ipamIPList() *core.Command {
491497
Deprecated: false,
492498
Positional: false,
493499
},
500+
{
501+
Name: "source-vpc-id",
502+
Required: false,
503+
Deprecated: false,
504+
Positional: false,
505+
},
494506
{
495507
Name: "organization-id",
496508
Short: `Organization ID to filter for. Only IPs belonging to this Organization will be returned`,

0 commit comments

Comments
 (0)