@@ -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