@@ -559,122 +559,6 @@ SyncPoller<PollResult<Void>, Void> beginAbortLatestOperation(String resourceGrou
559559 @ ServiceMethod (returns = ReturnType .SINGLE )
560560 void abortLatestOperation (String resourceGroupName , String resourceName , String agentPoolName , Context context );
561561
562- /**
563- * Completes the upgrade of an agent pool.
564- *
565- * Completes the upgrade operation for the specified agent pool.
566- *
567- * @param resourceGroupName The name of the resource group. The name is case insensitive.
568- * @param resourceName The name of the managed cluster resource.
569- * @param agentPoolName The name of the agent pool.
570- * @throws IllegalArgumentException thrown if parameters fail the validation.
571- * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
572- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
573- * @return the {@link Response} on successful completion of {@link Mono}.
574- */
575- @ ServiceMethod (returns = ReturnType .SINGLE )
576- Mono <Response <Flux <ByteBuffer >>> completeUpgradeWithResponseAsync (String resourceGroupName , String resourceName ,
577- String agentPoolName );
578-
579- /**
580- * Completes the upgrade of an agent pool.
581- *
582- * Completes the upgrade operation for the specified agent pool.
583- *
584- * @param resourceGroupName The name of the resource group. The name is case insensitive.
585- * @param resourceName The name of the managed cluster resource.
586- * @param agentPoolName The name of the agent pool.
587- * @throws IllegalArgumentException thrown if parameters fail the validation.
588- * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
589- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
590- * @return the {@link PollerFlux} for polling of long-running operation.
591- */
592- @ ServiceMethod (returns = ReturnType .LONG_RUNNING_OPERATION )
593- PollerFlux <PollResult <Void >, Void > beginCompleteUpgradeAsync (String resourceGroupName , String resourceName ,
594- String agentPoolName );
595-
596- /**
597- * Completes the upgrade of an agent pool.
598- *
599- * Completes the upgrade operation for the specified agent pool.
600- *
601- * @param resourceGroupName The name of the resource group. The name is case insensitive.
602- * @param resourceName The name of the managed cluster resource.
603- * @param agentPoolName The name of the agent pool.
604- * @throws IllegalArgumentException thrown if parameters fail the validation.
605- * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
606- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
607- * @return the {@link SyncPoller} for polling of long-running operation.
608- */
609- @ ServiceMethod (returns = ReturnType .LONG_RUNNING_OPERATION )
610- SyncPoller <PollResult <Void >, Void > beginCompleteUpgrade (String resourceGroupName , String resourceName ,
611- String agentPoolName );
612-
613- /**
614- * Completes the upgrade of an agent pool.
615- *
616- * Completes the upgrade operation for the specified agent pool.
617- *
618- * @param resourceGroupName The name of the resource group. The name is case insensitive.
619- * @param resourceName The name of the managed cluster resource.
620- * @param agentPoolName The name of the agent pool.
621- * @param context The context to associate with this operation.
622- * @throws IllegalArgumentException thrown if parameters fail the validation.
623- * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
624- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
625- * @return the {@link SyncPoller} for polling of long-running operation.
626- */
627- @ ServiceMethod (returns = ReturnType .LONG_RUNNING_OPERATION )
628- SyncPoller <PollResult <Void >, Void > beginCompleteUpgrade (String resourceGroupName , String resourceName ,
629- String agentPoolName , Context context );
630-
631- /**
632- * Completes the upgrade of an agent pool.
633- *
634- * Completes the upgrade operation for the specified agent pool.
635- *
636- * @param resourceGroupName The name of the resource group. The name is case insensitive.
637- * @param resourceName The name of the managed cluster resource.
638- * @param agentPoolName The name of the agent pool.
639- * @throws IllegalArgumentException thrown if parameters fail the validation.
640- * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
641- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
642- * @return A {@link Mono} that completes when a successful response is received.
643- */
644- @ ServiceMethod (returns = ReturnType .SINGLE )
645- Mono <Void > completeUpgradeAsync (String resourceGroupName , String resourceName , String agentPoolName );
646-
647- /**
648- * Completes the upgrade of an agent pool.
649- *
650- * Completes the upgrade operation for the specified agent pool.
651- *
652- * @param resourceGroupName The name of the resource group. The name is case insensitive.
653- * @param resourceName The name of the managed cluster resource.
654- * @param agentPoolName The name of the agent pool.
655- * @throws IllegalArgumentException thrown if parameters fail the validation.
656- * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
657- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
658- */
659- @ ServiceMethod (returns = ReturnType .SINGLE )
660- void completeUpgrade (String resourceGroupName , String resourceName , String agentPoolName );
661-
662- /**
663- * Completes the upgrade of an agent pool.
664- *
665- * Completes the upgrade operation for the specified agent pool.
666- *
667- * @param resourceGroupName The name of the resource group. The name is case insensitive.
668- * @param resourceName The name of the managed cluster resource.
669- * @param agentPoolName The name of the agent pool.
670- * @param context The context to associate with this operation.
671- * @throws IllegalArgumentException thrown if parameters fail the validation.
672- * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
673- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
674- */
675- @ ServiceMethod (returns = ReturnType .SINGLE )
676- void completeUpgrade (String resourceGroupName , String resourceName , String agentPoolName , Context context );
677-
678562 /**
679563 * Deletes specific machines in an agent pool.
680564 *
0 commit comments