Skip to content

Commit da734f3

Browse files
committed
regen
1 parent 86b4492 commit da734f3

File tree

9 files changed

+155
-155
lines changed

9 files changed

+155
-155
lines changed

sdk/keyvault/azure-resourcemanager-keyvault/src/main/java/com/azure/resourcemanager/keyvault/fluent/ManagedHsmsClient.java

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -486,146 +486,146 @@ SyncPoller<PollResult<ManagedHsmInner>, ManagedHsmInner> beginUpdate(String reso
486486
/**
487487
* Gets the specified deleted managed HSM.
488488
*
489-
* @param location The name of the Azure region.
490489
* @param name The name of the deleted managed HSM.
490+
* @param location The name of the Azure region.
491491
* @throws IllegalArgumentException thrown if parameters fail the validation.
492492
* @throws com.azure.resourcemanager.keyvault.models.ErrorException thrown if the request is rejected by server.
493493
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
494494
* @return the specified deleted managed HSM along with {@link Response} on successful completion of {@link Mono}.
495495
*/
496496
@ServiceMethod(returns = ReturnType.SINGLE)
497-
Mono<Response<DeletedManagedHsmInner>> getDeletedWithResponseAsync(String location, String name);
497+
Mono<Response<DeletedManagedHsmInner>> getDeletedWithResponseAsync(String name, String location);
498498

499499
/**
500500
* Gets the specified deleted managed HSM.
501501
*
502-
* @param location The name of the Azure region.
503502
* @param name The name of the deleted managed HSM.
503+
* @param location The name of the Azure region.
504504
* @throws IllegalArgumentException thrown if parameters fail the validation.
505505
* @throws com.azure.resourcemanager.keyvault.models.ErrorException thrown if the request is rejected by server.
506506
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
507507
* @return the specified deleted managed HSM on successful completion of {@link Mono}.
508508
*/
509509
@ServiceMethod(returns = ReturnType.SINGLE)
510-
Mono<DeletedManagedHsmInner> getDeletedAsync(String location, String name);
510+
Mono<DeletedManagedHsmInner> getDeletedAsync(String name, String location);
511511

512512
/**
513513
* Gets the specified deleted managed HSM.
514514
*
515-
* @param location The name of the Azure region.
516515
* @param name The name of the deleted managed HSM.
516+
* @param location The name of the Azure region.
517517
* @param context The context to associate with this operation.
518518
* @throws IllegalArgumentException thrown if parameters fail the validation.
519519
* @throws com.azure.resourcemanager.keyvault.models.ErrorException thrown if the request is rejected by server.
520520
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
521521
* @return the specified deleted managed HSM along with {@link Response}.
522522
*/
523523
@ServiceMethod(returns = ReturnType.SINGLE)
524-
Response<DeletedManagedHsmInner> getDeletedWithResponse(String location, String name, Context context);
524+
Response<DeletedManagedHsmInner> getDeletedWithResponse(String name, String location, Context context);
525525

526526
/**
527527
* Gets the specified deleted managed HSM.
528528
*
529-
* @param location The name of the Azure region.
530529
* @param name The name of the deleted managed HSM.
530+
* @param location The name of the Azure region.
531531
* @throws IllegalArgumentException thrown if parameters fail the validation.
532532
* @throws com.azure.resourcemanager.keyvault.models.ErrorException thrown if the request is rejected by server.
533533
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
534534
* @return the specified deleted managed HSM.
535535
*/
536536
@ServiceMethod(returns = ReturnType.SINGLE)
537-
DeletedManagedHsmInner getDeleted(String location, String name);
537+
DeletedManagedHsmInner getDeleted(String name, String location);
538538

539539
/**
540540
* Permanently deletes the specified managed HSM.
541541
*
542-
* @param location The name of the Azure region.
543542
* @param name The name of the deleted managed HSM.
543+
* @param location The name of the Azure region.
544544
* @throws IllegalArgumentException thrown if parameters fail the validation.
545545
* @throws com.azure.resourcemanager.keyvault.models.ErrorException thrown if the request is rejected by server.
546546
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
547547
* @return the {@link Response} on successful completion of {@link Mono}.
548548
*/
549549
@ServiceMethod(returns = ReturnType.SINGLE)
550-
Mono<Response<Flux<ByteBuffer>>> purgeDeletedWithResponseAsync(String location, String name);
550+
Mono<Response<Flux<ByteBuffer>>> purgeDeletedWithResponseAsync(String name, String location);
551551

552552
/**
553553
* Permanently deletes the specified managed HSM.
554554
*
555-
* @param location The name of the Azure region.
556555
* @param name The name of the deleted managed HSM.
556+
* @param location The name of the Azure region.
557557
* @throws IllegalArgumentException thrown if parameters fail the validation.
558558
* @throws com.azure.resourcemanager.keyvault.models.ErrorException thrown if the request is rejected by server.
559559
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
560560
* @return the {@link PollerFlux} for polling of long-running operation.
561561
*/
562562
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
563-
PollerFlux<PollResult<Void>, Void> beginPurgeDeletedAsync(String location, String name);
563+
PollerFlux<PollResult<Void>, Void> beginPurgeDeletedAsync(String name, String location);
564564

565565
/**
566566
* Permanently deletes the specified managed HSM.
567567
*
568-
* @param location The name of the Azure region.
569568
* @param name The name of the deleted managed HSM.
569+
* @param location The name of the Azure region.
570570
* @throws IllegalArgumentException thrown if parameters fail the validation.
571571
* @throws com.azure.resourcemanager.keyvault.models.ErrorException thrown if the request is rejected by server.
572572
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
573573
* @return the {@link SyncPoller} for polling of long-running operation.
574574
*/
575575
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
576-
SyncPoller<PollResult<Void>, Void> beginPurgeDeleted(String location, String name);
576+
SyncPoller<PollResult<Void>, Void> beginPurgeDeleted(String name, String location);
577577

578578
/**
579579
* Permanently deletes the specified managed HSM.
580580
*
581-
* @param location The name of the Azure region.
582581
* @param name The name of the deleted managed HSM.
582+
* @param location The name of the Azure region.
583583
* @param context The context to associate with this operation.
584584
* @throws IllegalArgumentException thrown if parameters fail the validation.
585585
* @throws com.azure.resourcemanager.keyvault.models.ErrorException thrown if the request is rejected by server.
586586
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
587587
* @return the {@link SyncPoller} for polling of long-running operation.
588588
*/
589589
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
590-
SyncPoller<PollResult<Void>, Void> beginPurgeDeleted(String location, String name, Context context);
590+
SyncPoller<PollResult<Void>, Void> beginPurgeDeleted(String name, String location, Context context);
591591

592592
/**
593593
* Permanently deletes the specified managed HSM.
594594
*
595-
* @param location The name of the Azure region.
596595
* @param name The name of the deleted managed HSM.
596+
* @param location The name of the Azure region.
597597
* @throws IllegalArgumentException thrown if parameters fail the validation.
598598
* @throws com.azure.resourcemanager.keyvault.models.ErrorException thrown if the request is rejected by server.
599599
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
600600
* @return A {@link Mono} that completes when a successful response is received.
601601
*/
602602
@ServiceMethod(returns = ReturnType.SINGLE)
603-
Mono<Void> purgeDeletedAsync(String location, String name);
603+
Mono<Void> purgeDeletedAsync(String name, String location);
604604

605605
/**
606606
* Permanently deletes the specified managed HSM.
607607
*
608-
* @param location The name of the Azure region.
609608
* @param name The name of the deleted managed HSM.
609+
* @param location The name of the Azure region.
610610
* @throws IllegalArgumentException thrown if parameters fail the validation.
611611
* @throws com.azure.resourcemanager.keyvault.models.ErrorException thrown if the request is rejected by server.
612612
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
613613
*/
614614
@ServiceMethod(returns = ReturnType.SINGLE)
615-
void purgeDeleted(String location, String name);
615+
void purgeDeleted(String name, String location);
616616

617617
/**
618618
* Permanently deletes the specified managed HSM.
619619
*
620-
* @param location The name of the Azure region.
621620
* @param name The name of the deleted managed HSM.
621+
* @param location The name of the Azure region.
622622
* @param context The context to associate with this operation.
623623
* @throws IllegalArgumentException thrown if parameters fail the validation.
624624
* @throws com.azure.resourcemanager.keyvault.models.ErrorException thrown if the request is rejected by server.
625625
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
626626
*/
627627
@ServiceMethod(returns = ReturnType.SINGLE)
628-
void purgeDeleted(String location, String name, Context context);
628+
void purgeDeleted(String name, String location, Context context);
629629

630630
/**
631631
* The List operation gets information about the deleted managed HSMs associated with the subscription.

sdk/keyvault/azure-resourcemanager-keyvault/src/main/java/com/azure/resourcemanager/keyvault/fluent/VaultsClient.java

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -474,146 +474,146 @@ VaultAccessPolicyParametersInner updateAccessPolicy(String resourceGroupName, St
474474
/**
475475
* Gets the deleted Azure key vault.
476476
*
477-
* @param location The name of the Azure region.
478477
* @param vaultName The name of the vault.
478+
* @param location The name of the Azure region.
479479
* @throws IllegalArgumentException thrown if parameters fail the validation.
480480
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
481481
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
482482
* @return the deleted Azure key vault along with {@link Response} on successful completion of {@link Mono}.
483483
*/
484484
@ServiceMethod(returns = ReturnType.SINGLE)
485-
Mono<Response<DeletedVaultInner>> getDeletedWithResponseAsync(String location, String vaultName);
485+
Mono<Response<DeletedVaultInner>> getDeletedWithResponseAsync(String vaultName, String location);
486486

487487
/**
488488
* Gets the deleted Azure key vault.
489489
*
490-
* @param location The name of the Azure region.
491490
* @param vaultName The name of the vault.
491+
* @param location The name of the Azure region.
492492
* @throws IllegalArgumentException thrown if parameters fail the validation.
493493
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
494494
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
495495
* @return the deleted Azure key vault on successful completion of {@link Mono}.
496496
*/
497497
@ServiceMethod(returns = ReturnType.SINGLE)
498-
Mono<DeletedVaultInner> getDeletedAsync(String location, String vaultName);
498+
Mono<DeletedVaultInner> getDeletedAsync(String vaultName, String location);
499499

500500
/**
501501
* Gets the deleted Azure key vault.
502502
*
503-
* @param location The name of the Azure region.
504503
* @param vaultName The name of the vault.
504+
* @param location The name of the Azure region.
505505
* @param context The context to associate with this operation.
506506
* @throws IllegalArgumentException thrown if parameters fail the validation.
507507
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
508508
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
509509
* @return the deleted Azure key vault along with {@link Response}.
510510
*/
511511
@ServiceMethod(returns = ReturnType.SINGLE)
512-
Response<DeletedVaultInner> getDeletedWithResponse(String location, String vaultName, Context context);
512+
Response<DeletedVaultInner> getDeletedWithResponse(String vaultName, String location, Context context);
513513

514514
/**
515515
* Gets the deleted Azure key vault.
516516
*
517-
* @param location The name of the Azure region.
518517
* @param vaultName The name of the vault.
518+
* @param location The name of the Azure region.
519519
* @throws IllegalArgumentException thrown if parameters fail the validation.
520520
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
521521
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
522522
* @return the deleted Azure key vault.
523523
*/
524524
@ServiceMethod(returns = ReturnType.SINGLE)
525-
DeletedVaultInner getDeleted(String location, String vaultName);
525+
DeletedVaultInner getDeleted(String vaultName, String location);
526526

527527
/**
528528
* Permanently deletes the specified vault. aka Purges the deleted Azure key vault.
529529
*
530-
* @param location The name of the Azure region.
531530
* @param vaultName The name of the vault.
531+
* @param location The name of the Azure region.
532532
* @throws IllegalArgumentException thrown if parameters fail the validation.
533533
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
534534
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
535535
* @return the {@link Response} on successful completion of {@link Mono}.
536536
*/
537537
@ServiceMethod(returns = ReturnType.SINGLE)
538-
Mono<Response<Flux<ByteBuffer>>> purgeDeletedWithResponseAsync(String location, String vaultName);
538+
Mono<Response<Flux<ByteBuffer>>> purgeDeletedWithResponseAsync(String vaultName, String location);
539539

540540
/**
541541
* Permanently deletes the specified vault. aka Purges the deleted Azure key vault.
542542
*
543-
* @param location The name of the Azure region.
544543
* @param vaultName The name of the vault.
544+
* @param location The name of the Azure region.
545545
* @throws IllegalArgumentException thrown if parameters fail the validation.
546546
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
547547
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
548548
* @return the {@link PollerFlux} for polling of long-running operation.
549549
*/
550550
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
551-
PollerFlux<PollResult<Void>, Void> beginPurgeDeletedAsync(String location, String vaultName);
551+
PollerFlux<PollResult<Void>, Void> beginPurgeDeletedAsync(String vaultName, String location);
552552

553553
/**
554554
* Permanently deletes the specified vault. aka Purges the deleted Azure key vault.
555555
*
556-
* @param location The name of the Azure region.
557556
* @param vaultName The name of the vault.
557+
* @param location The name of the Azure region.
558558
* @throws IllegalArgumentException thrown if parameters fail the validation.
559559
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
560560
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
561561
* @return the {@link SyncPoller} for polling of long-running operation.
562562
*/
563563
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
564-
SyncPoller<PollResult<Void>, Void> beginPurgeDeleted(String location, String vaultName);
564+
SyncPoller<PollResult<Void>, Void> beginPurgeDeleted(String vaultName, String location);
565565

566566
/**
567567
* Permanently deletes the specified vault. aka Purges the deleted Azure key vault.
568568
*
569-
* @param location The name of the Azure region.
570569
* @param vaultName The name of the vault.
570+
* @param location The name of the Azure region.
571571
* @param context The context to associate with this operation.
572572
* @throws IllegalArgumentException thrown if parameters fail the validation.
573573
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
574574
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
575575
* @return the {@link SyncPoller} for polling of long-running operation.
576576
*/
577577
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
578-
SyncPoller<PollResult<Void>, Void> beginPurgeDeleted(String location, String vaultName, Context context);
578+
SyncPoller<PollResult<Void>, Void> beginPurgeDeleted(String vaultName, String location, Context context);
579579

580580
/**
581581
* Permanently deletes the specified vault. aka Purges the deleted Azure key vault.
582582
*
583-
* @param location The name of the Azure region.
584583
* @param vaultName The name of the vault.
584+
* @param location The name of the Azure region.
585585
* @throws IllegalArgumentException thrown if parameters fail the validation.
586586
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
587587
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
588588
* @return A {@link Mono} that completes when a successful response is received.
589589
*/
590590
@ServiceMethod(returns = ReturnType.SINGLE)
591-
Mono<Void> purgeDeletedAsync(String location, String vaultName);
591+
Mono<Void> purgeDeletedAsync(String vaultName, String location);
592592

593593
/**
594594
* Permanently deletes the specified vault. aka Purges the deleted Azure key vault.
595595
*
596-
* @param location The name of the Azure region.
597596
* @param vaultName The name of the vault.
597+
* @param location The name of the Azure region.
598598
* @throws IllegalArgumentException thrown if parameters fail the validation.
599599
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
600600
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
601601
*/
602602
@ServiceMethod(returns = ReturnType.SINGLE)
603-
void purgeDeleted(String location, String vaultName);
603+
void purgeDeleted(String vaultName, String location);
604604

605605
/**
606606
* Permanently deletes the specified vault. aka Purges the deleted Azure key vault.
607607
*
608-
* @param location The name of the Azure region.
609608
* @param vaultName The name of the vault.
609+
* @param location The name of the Azure region.
610610
* @param context The context to associate with this operation.
611611
* @throws IllegalArgumentException thrown if parameters fail the validation.
612612
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
613613
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
614614
*/
615615
@ServiceMethod(returns = ReturnType.SINGLE)
616-
void purgeDeleted(String location, String vaultName, Context context);
616+
void purgeDeleted(String vaultName, String location, Context context);
617617

618618
/**
619619
* Gets information about the deleted vaults in a subscription.

0 commit comments

Comments
 (0)