@@ -245,7 +245,7 @@ def restore_container_image_extended(ctx, **kwargs):
245
245
# cli_util.rename_command(artifacts_cli, artifacts_cli.container_image_signature_group, artifacts_cli.list_container_image_signatures, 'list')
246
246
247
247
248
- # Using artifacts_list_call_get_all_results
248
+ # Using list_call_get_all_results_multiple_keys
249
249
@cli_util .copy_params_from_generated_command (artifacts_cli .list_container_image_signatures )
250
250
@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 )
251
251
@click .pass_context
@@ -288,13 +288,13 @@ def list_container_image_signatures_extended(ctx, from_json, all_pages, page_siz
288
288
if page_size :
289
289
kwargs ['limit' ] = page_size
290
290
291
- result = cli_util .artifacts_list_call_get_all_results (
291
+ result = cli_util .list_call_get_all_results_multiple_keys (
292
292
client .list_container_image_signatures ,
293
293
compartment_id = compartment_id ,
294
294
** kwargs
295
295
)
296
296
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 (
298
298
client .list_container_image_signatures ,
299
299
limit ,
300
300
page_size ,
@@ -309,7 +309,7 @@ def list_container_image_signatures_extended(ctx, from_json, all_pages, page_siz
309
309
cli_util .render_response (result , ctx )
310
310
311
311
312
- # Using artifacts_list_call_get_all_results
312
+ # Using list_call_get_all_results_multiple_keys
313
313
@cli_util .copy_params_from_generated_command (artifacts_cli .list_repositories )
314
314
@artifacts_cli .repository_group .command (name = cli_util .override ('list_repositories.command_name' , 'list' ), help = artifacts_cli .list_repositories .help )
315
315
@click .pass_context
@@ -342,13 +342,13 @@ def list_repositories_extended(ctx, from_json, all_pages, page_size, compartment
342
342
if page_size :
343
343
kwargs ['limit' ] = page_size
344
344
345
- result = cli_util .artifacts_list_call_get_all_results (
345
+ result = cli_util .list_call_get_all_results_multiple_keys (
346
346
client .list_repositories ,
347
347
compartment_id = compartment_id ,
348
348
** kwargs
349
349
)
350
350
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 (
352
352
client .list_repositories ,
353
353
limit ,
354
354
page_size ,
@@ -363,7 +363,7 @@ def list_repositories_extended(ctx, from_json, all_pages, page_size, compartment
363
363
cli_util .render_response (result , ctx )
364
364
365
365
366
- # Using artifacts_artifacts_list_call_get_all_results
366
+ # Using list_call_get_all_results_multiple_keys
367
367
@cli_util .copy_params_from_generated_command (artifacts_cli .list_generic_artifacts , params_to_exclude = ['version_parameterconflict' ])
368
368
@artifacts_cli .generic_artifact_group .command (name = cli_util .override ('list_generic_artifacts.command_name' , 'list' ), help = artifacts_cli .list_generic_artifacts .help )
369
369
@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
403
403
if page_size :
404
404
kwargs ['limit' ] = page_size
405
405
406
- result = cli_util .artifacts_list_call_get_all_results (
406
+ result = cli_util .list_call_get_all_results_multiple_keys (
407
407
client .list_generic_artifacts ,
408
408
compartment_id = compartment_id ,
409
409
repository_id = repository_id ,
410
410
** kwargs
411
411
)
412
412
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 (
414
414
client .list_generic_artifacts ,
415
415
limit ,
416
416
page_size ,
@@ -427,7 +427,7 @@ def list_generic_artifacts_extended(ctx, from_json, all_pages, page_size, compar
427
427
cli_util .render_response (result , ctx )
428
428
429
429
430
- # Using artifacts_list_call_get_all_results
430
+ # Using list_call_get_all_results_multiple_keys
431
431
@cli_util .copy_params_from_generated_command (artifacts_cli .list_container_repositories ,)
432
432
@artifacts_cli .container_repository_group .command (name = cli_util .override ('list_container_repositories.command_name' , 'list' ), help = artifacts_cli .list_container_repositories .help )
433
433
@click .pass_context
@@ -462,13 +462,13 @@ def list_container_repositories_extended(ctx, from_json, all_pages, page_size, c
462
462
if page_size :
463
463
kwargs ['limit' ] = page_size
464
464
465
- result = cli_util .artifacts_list_call_get_all_results (
465
+ result = cli_util .list_call_get_all_results_multiple_keys (
466
466
client .list_container_repositories ,
467
467
compartment_id = compartment_id ,
468
468
** kwargs
469
469
)
470
470
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 (
472
472
client .list_container_repositories ,
473
473
limit ,
474
474
page_size ,
@@ -485,7 +485,7 @@ def list_container_repositories_extended(ctx, from_json, all_pages, page_size, c
485
485
486
486
# Rename argument: oci artifacts container image list --version-parameterconflict
487
487
# => oci artifacts container image list --image-version
488
- # Using artifacts_list_call_get_all_results
488
+ # Using list_call_get_all_results_multiple_keys
489
489
@cli_util .copy_params_from_generated_command (artifacts_cli .list_container_images , params_to_exclude = ['version_parameterconflict' ])
490
490
@artifacts_cli .container_image_group .command (name = cli_util .override ('list_container_images.command_name' , 'list' ), help = artifacts_cli .list_container_images .help )
491
491
@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
530
530
if page_size :
531
531
kwargs ['limit' ] = page_size
532
532
533
- result = cli_util .artifacts_list_call_get_all_results (
533
+ result = cli_util .list_call_get_all_results_multiple_keys (
534
534
client .list_container_images ,
535
535
compartment_id = compartment_id ,
536
536
** kwargs
537
537
)
538
538
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 (
540
540
client .list_container_images ,
541
541
limit ,
542
542
page_size ,
0 commit comments