Skip to content

Commit 950b6c3

Browse files
author
Bavneet Singh
committed
update params
1 parent 3d161aa commit 950b6c3

File tree

1 file changed

+2
-0
lines changed
  • src/k8s-configuration/azext_k8s_configuration

1 file changed

+2
-0
lines changed

src/k8s-configuration/azext_k8s_configuration/_params.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,12 +247,14 @@ def load_arguments(self, _):
247247
c.argument(
248248
"oci_media_type",
249249
arg_group="OCI Repo Ref",
250+
options_list=["--oci-media-type", "--oci-layer-selector-media-type"],
250251
help="OCI artifact layer media type to select for extraction or copy.",
251252
)
252253
c.argument(
253254
"oci_operation",
254255
arg_group="OCI Repo Ref",
255256
arg_type=get_enum_type(["extract", "copy"]),
257+
options_list=["--oci-operation", "--oci-layer-selector-operation"],
256258
help="Operation to perform on the selected OCI artifact layer: 'extract' to extract the layer, 'copy' to copy the tarball as-is (default: extract)",
257259
)
258260
c.argument(

0 commit comments

Comments
 (0)