@@ -245,7 +245,7 @@ def restore_container_image_extended(ctx, **kwargs):
245245# cli_util.rename_command(artifacts_cli, artifacts_cli.container_image_signature_group, artifacts_cli.list_container_image_signatures, 'list')
246246
247247
248- # Using artifacts_list_call_get_all_results
248+ # Using list_call_get_all_results_multiple_keys
249249@cli_util .copy_params_from_generated_command (artifacts_cli .list_container_image_signatures )
250250@artifacts_cli .container_image_signature_group .command (name = cli_util .override ('list_container_image_signatures.command_name' , 'list' ), help = artifacts_cli .list_container_image_signatures .help )
251251@click .pass_context
@@ -288,13 +288,13 @@ def list_container_image_signatures_extended(ctx, from_json, all_pages, page_siz
288288 if page_size :
289289 kwargs ['limit' ] = page_size
290290
291- result = cli_util .artifacts_list_call_get_all_results (
291+ result = cli_util .list_call_get_all_results_multiple_keys (
292292 client .list_container_image_signatures ,
293293 compartment_id = compartment_id ,
294294 ** kwargs
295295 )
296296 elif limit is not None :
297- result = cli_util .artifacts_list_call_get_up_to_limit (
297+ result = cli_util .list_call_get_up_to_limit_multiple_keys (
298298 client .list_container_image_signatures ,
299299 limit ,
300300 page_size ,
@@ -309,7 +309,7 @@ def list_container_image_signatures_extended(ctx, from_json, all_pages, page_siz
309309 cli_util .render_response (result , ctx )
310310
311311
312- # Using artifacts_list_call_get_all_results
312+ # Using list_call_get_all_results_multiple_keys
313313@cli_util .copy_params_from_generated_command (artifacts_cli .list_repositories )
314314@artifacts_cli .repository_group .command (name = cli_util .override ('list_repositories.command_name' , 'list' ), help = artifacts_cli .list_repositories .help )
315315@click .pass_context
@@ -342,13 +342,13 @@ def list_repositories_extended(ctx, from_json, all_pages, page_size, compartment
342342 if page_size :
343343 kwargs ['limit' ] = page_size
344344
345- result = cli_util .artifacts_list_call_get_all_results (
345+ result = cli_util .list_call_get_all_results_multiple_keys (
346346 client .list_repositories ,
347347 compartment_id = compartment_id ,
348348 ** kwargs
349349 )
350350 elif limit is not None :
351- result = cli_util .artifacts_list_call_get_up_to_limit (
351+ result = cli_util .list_call_get_up_to_limit_multiple_keys (
352352 client .list_repositories ,
353353 limit ,
354354 page_size ,
@@ -363,7 +363,7 @@ def list_repositories_extended(ctx, from_json, all_pages, page_size, compartment
363363 cli_util .render_response (result , ctx )
364364
365365
366- # Using artifacts_artifacts_list_call_get_all_results
366+ # Using list_call_get_all_results_multiple_keys
367367@cli_util .copy_params_from_generated_command (artifacts_cli .list_generic_artifacts , params_to_exclude = ['version_parameterconflict' ])
368368@artifacts_cli .generic_artifact_group .command (name = cli_util .override ('list_generic_artifacts.command_name' , 'list' ), help = artifacts_cli .list_generic_artifacts .help )
369369@cli_util .option ('--artifact-version' , help = u"""The generic artifact version.
@@ -403,14 +403,14 @@ def list_generic_artifacts_extended(ctx, from_json, all_pages, page_size, compar
403403 if page_size :
404404 kwargs ['limit' ] = page_size
405405
406- result = cli_util .artifacts_list_call_get_all_results (
406+ result = cli_util .list_call_get_all_results_multiple_keys (
407407 client .list_generic_artifacts ,
408408 compartment_id = compartment_id ,
409409 repository_id = repository_id ,
410410 ** kwargs
411411 )
412412 elif limit is not None :
413- result = cli_util .artifacts_list_call_get_up_to_limit (
413+ result = cli_util .list_call_get_up_to_limit_multiple_keys (
414414 client .list_generic_artifacts ,
415415 limit ,
416416 page_size ,
@@ -427,7 +427,7 @@ def list_generic_artifacts_extended(ctx, from_json, all_pages, page_size, compar
427427 cli_util .render_response (result , ctx )
428428
429429
430- # Using artifacts_list_call_get_all_results
430+ # Using list_call_get_all_results_multiple_keys
431431@cli_util .copy_params_from_generated_command (artifacts_cli .list_container_repositories ,)
432432@artifacts_cli .container_repository_group .command (name = cli_util .override ('list_container_repositories.command_name' , 'list' ), help = artifacts_cli .list_container_repositories .help )
433433@click .pass_context
@@ -462,13 +462,13 @@ def list_container_repositories_extended(ctx, from_json, all_pages, page_size, c
462462 if page_size :
463463 kwargs ['limit' ] = page_size
464464
465- result = cli_util .artifacts_list_call_get_all_results (
465+ result = cli_util .list_call_get_all_results_multiple_keys (
466466 client .list_container_repositories ,
467467 compartment_id = compartment_id ,
468468 ** kwargs
469469 )
470470 elif limit is not None :
471- result = cli_util .artifacts_list_call_get_up_to_limit (
471+ result = cli_util .list_call_get_up_to_limit_multiple_keys (
472472 client .list_container_repositories ,
473473 limit ,
474474 page_size ,
@@ -485,7 +485,7 @@ def list_container_repositories_extended(ctx, from_json, all_pages, page_size, c
485485
486486# Rename argument: oci artifacts container image list --version-parameterconflict
487487# => oci artifacts container image list --image-version
488- # Using artifacts_list_call_get_all_results
488+ # Using list_call_get_all_results_multiple_keys
489489@cli_util .copy_params_from_generated_command (artifacts_cli .list_container_images , params_to_exclude = ['version_parameterconflict' ])
490490@artifacts_cli .container_image_group .command (name = cli_util .override ('list_container_images.command_name' , 'list' ), help = artifacts_cli .list_container_images .help )
491491@cli_util .option ('--image-version' , help = u"""A filter to return container images that match the version.
@@ -530,13 +530,13 @@ def list_container_images_extended(ctx, from_json, all_pages, page_size, compart
530530 if page_size :
531531 kwargs ['limit' ] = page_size
532532
533- result = cli_util .artifacts_list_call_get_all_results (
533+ result = cli_util .list_call_get_all_results_multiple_keys (
534534 client .list_container_images ,
535535 compartment_id = compartment_id ,
536536 ** kwargs
537537 )
538538 elif limit is not None :
539- result = cli_util .artifacts_list_call_get_up_to_limit (
539+ result = cli_util .list_call_get_up_to_limit_multiple_keys (
540540 client .list_container_images ,
541541 limit ,
542542 page_size ,
0 commit comments