We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d161aa commit 950b6c3Copy full SHA for 950b6c3
src/k8s-configuration/azext_k8s_configuration/_params.py
@@ -247,12 +247,14 @@ def load_arguments(self, _):
247
c.argument(
248
"oci_media_type",
249
arg_group="OCI Repo Ref",
250
+ options_list=["--oci-media-type", "--oci-layer-selector-media-type"],
251
help="OCI artifact layer media type to select for extraction or copy.",
252
)
253
254
"oci_operation",
255
256
arg_type=get_enum_type(["extract", "copy"]),
257
+ options_list=["--oci-operation", "--oci-layer-selector-operation"],
258
help="Operation to perform on the selected OCI artifact layer: 'extract' to extract the layer, 'copy' to copy the tarball as-is (default: extract)",
259
260
0 commit comments