@@ -206,7 +206,7 @@ public Mono<Response<Flux<ByteBuffer>>> abortLatestOperationWithResponseAsync(St
206206 if (agentPoolName == null ) {
207207 return Mono .error (new IllegalArgumentException ("Parameter agentPoolName is required and cannot be null." ));
208208 }
209- final String apiVersion = "2025-01 -01" ;
209+ final String apiVersion = "2025-02 -01" ;
210210 final String accept = "application/json" ;
211211 return FluxUtil
212212 .withContext (context -> service .abortLatestOperation (this .client .getEndpoint (), apiVersion ,
@@ -251,7 +251,7 @@ private Mono<Response<Flux<ByteBuffer>>> abortLatestOperationWithResponseAsync(S
251251 if (agentPoolName == null ) {
252252 return Mono .error (new IllegalArgumentException ("Parameter agentPoolName is required and cannot be null." ));
253253 }
254- final String apiVersion = "2025-01 -01" ;
254+ final String apiVersion = "2025-02 -01" ;
255255 final String accept = "application/json" ;
256256 context = this .client .mergeContext (context );
257257 return service .abortLatestOperation (this .client .getEndpoint (), apiVersion , this .client .getSubscriptionId (),
@@ -464,7 +464,7 @@ private Mono<PagedResponse<AgentPoolInner>> listSinglePageAsync(String resourceG
464464 if (resourceName == null ) {
465465 return Mono .error (new IllegalArgumentException ("Parameter resourceName is required and cannot be null." ));
466466 }
467- final String apiVersion = "2025-01 -01" ;
467+ final String apiVersion = "2025-02 -01" ;
468468 final String accept = "application/json" ;
469469 return FluxUtil
470470 .withContext (context -> service .list (this .client .getEndpoint (), apiVersion , this .client .getSubscriptionId (),
@@ -504,7 +504,7 @@ private Mono<PagedResponse<AgentPoolInner>> listSinglePageAsync(String resourceG
504504 if (resourceName == null ) {
505505 return Mono .error (new IllegalArgumentException ("Parameter resourceName is required and cannot be null." ));
506506 }
507- final String apiVersion = "2025-01 -01" ;
507+ final String apiVersion = "2025-02 -01" ;
508508 final String accept = "application/json" ;
509509 context = this .client .mergeContext (context );
510510 return service
@@ -611,7 +611,7 @@ public Mono<Response<AgentPoolInner>> getWithResponseAsync(String resourceGroupN
611611 if (agentPoolName == null ) {
612612 return Mono .error (new IllegalArgumentException ("Parameter agentPoolName is required and cannot be null." ));
613613 }
614- final String apiVersion = "2025-01 -01" ;
614+ final String apiVersion = "2025-02 -01" ;
615615 final String accept = "application/json" ;
616616 return FluxUtil
617617 .withContext (context -> service .get (this .client .getEndpoint (), apiVersion , this .client .getSubscriptionId (),
@@ -653,7 +653,7 @@ private Mono<Response<AgentPoolInner>> getWithResponseAsync(String resourceGroup
653653 if (agentPoolName == null ) {
654654 return Mono .error (new IllegalArgumentException ("Parameter agentPoolName is required and cannot be null." ));
655655 }
656- final String apiVersion = "2025-01 -01" ;
656+ final String apiVersion = "2025-02 -01" ;
657657 final String accept = "application/json" ;
658658 context = this .client .mergeContext (context );
659659 return service .get (this .client .getEndpoint (), apiVersion , this .client .getSubscriptionId (), resourceGroupName ,
@@ -751,7 +751,7 @@ public Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String r
751751 } else {
752752 parameters .validate ();
753753 }
754- final String apiVersion = "2025-01 -01" ;
754+ final String apiVersion = "2025-02 -01" ;
755755 final String accept = "application/json" ;
756756 return FluxUtil
757757 .withContext (context -> service .createOrUpdate (this .client .getEndpoint (), apiVersion ,
@@ -802,7 +802,7 @@ private Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String
802802 } else {
803803 parameters .validate ();
804804 }
805- final String apiVersion = "2025-01 -01" ;
805+ final String apiVersion = "2025-02 -01" ;
806806 final String accept = "application/json" ;
807807 context = this .client .mergeContext (context );
808808 return service .createOrUpdate (this .client .getEndpoint (), apiVersion , this .client .getSubscriptionId (),
@@ -1070,7 +1070,7 @@ public Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceG
10701070 if (agentPoolName == null ) {
10711071 return Mono .error (new IllegalArgumentException ("Parameter agentPoolName is required and cannot be null." ));
10721072 }
1073- final String apiVersion = "2025-01 -01" ;
1073+ final String apiVersion = "2025-02 -01" ;
10741074 final String accept = "application/json" ;
10751075 return FluxUtil
10761076 .withContext (context -> service .delete (this .client .getEndpoint (), apiVersion ,
@@ -1115,7 +1115,7 @@ private Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resource
11151115 if (agentPoolName == null ) {
11161116 return Mono .error (new IllegalArgumentException ("Parameter agentPoolName is required and cannot be null." ));
11171117 }
1118- final String apiVersion = "2025-01 -01" ;
1118+ final String apiVersion = "2025-02 -01" ;
11191119 final String accept = "application/json" ;
11201120 context = this .client .mergeContext (context );
11211121 return service .delete (this .client .getEndpoint (), apiVersion , this .client .getSubscriptionId (), resourceGroupName ,
@@ -1371,7 +1371,7 @@ public Mono<Response<AgentPoolUpgradeProfileInner>> getUpgradeProfileWithRespons
13711371 if (agentPoolName == null ) {
13721372 return Mono .error (new IllegalArgumentException ("Parameter agentPoolName is required and cannot be null." ));
13731373 }
1374- final String apiVersion = "2025-01 -01" ;
1374+ final String apiVersion = "2025-02 -01" ;
13751375 final String accept = "application/json" ;
13761376 return FluxUtil
13771377 .withContext (context -> service .getUpgradeProfile (this .client .getEndpoint (), apiVersion ,
@@ -1413,7 +1413,7 @@ private Mono<Response<AgentPoolUpgradeProfileInner>> getUpgradeProfileWithRespon
14131413 if (agentPoolName == null ) {
14141414 return Mono .error (new IllegalArgumentException ("Parameter agentPoolName is required and cannot be null." ));
14151415 }
1416- final String apiVersion = "2025-01 -01" ;
1416+ final String apiVersion = "2025-02 -01" ;
14171417 final String accept = "application/json" ;
14181418 context = this .client .mergeContext (context );
14191419 return service .getUpgradeProfile (this .client .getEndpoint (), apiVersion , this .client .getSubscriptionId (),
@@ -1511,7 +1511,7 @@ public Mono<Response<Flux<ByteBuffer>>> deleteMachinesWithResponseAsync(String r
15111511 } else {
15121512 machines .validate ();
15131513 }
1514- final String apiVersion = "2025-01 -01" ;
1514+ final String apiVersion = "2025-02 -01" ;
15151515 final String accept = "application/json" ;
15161516 return FluxUtil .withContext (context -> service .deleteMachines (this .client .getEndpoint (), apiVersion ,
15171517 this .client .getSubscriptionId (), resourceGroupName , resourceName , agentPoolName , machines , accept , context ))
@@ -1557,7 +1557,7 @@ private Mono<Response<Flux<ByteBuffer>>> deleteMachinesWithResponseAsync(String
15571557 } else {
15581558 machines .validate ();
15591559 }
1560- final String apiVersion = "2025-01 -01" ;
1560+ final String apiVersion = "2025-02 -01" ;
15611561 final String accept = "application/json" ;
15621562 context = this .client .mergeContext (context );
15631563 return service .deleteMachines (this .client .getEndpoint (), apiVersion , this .client .getSubscriptionId (),
@@ -1752,7 +1752,7 @@ public void deleteMachines(String resourceGroupName, String resourceName, String
17521752 if (resourceName == null ) {
17531753 return Mono .error (new IllegalArgumentException ("Parameter resourceName is required and cannot be null." ));
17541754 }
1755- final String apiVersion = "2025-01 -01" ;
1755+ final String apiVersion = "2025-02 -01" ;
17561756 final String accept = "application/json" ;
17571757 return FluxUtil
17581758 .withContext (context -> service .getAvailableAgentPoolVersions (this .client .getEndpoint (), apiVersion ,
@@ -1793,7 +1793,7 @@ public void deleteMachines(String resourceGroupName, String resourceName, String
17931793 if (resourceName == null ) {
17941794 return Mono .error (new IllegalArgumentException ("Parameter resourceName is required and cannot be null." ));
17951795 }
1796- final String apiVersion = "2025-01 -01" ;
1796+ final String apiVersion = "2025-02 -01" ;
17971797 final String accept = "application/json" ;
17981798 context = this .client .mergeContext (context );
17991799 return service .getAvailableAgentPoolVersions (this .client .getEndpoint (), apiVersion ,
@@ -1895,7 +1895,7 @@ public Mono<Response<Flux<ByteBuffer>>> upgradeNodeImageVersionWithResponseAsync
18951895 if (agentPoolName == null ) {
18961896 return Mono .error (new IllegalArgumentException ("Parameter agentPoolName is required and cannot be null." ));
18971897 }
1898- final String apiVersion = "2025-01 -01" ;
1898+ final String apiVersion = "2025-02 -01" ;
18991899 final String accept = "application/json" ;
19001900 return FluxUtil
19011901 .withContext (context -> service .upgradeNodeImageVersion (this .client .getEndpoint (), apiVersion ,
@@ -1940,7 +1940,7 @@ private Mono<Response<Flux<ByteBuffer>>> upgradeNodeImageVersionWithResponseAsyn
19401940 if (agentPoolName == null ) {
19411941 return Mono .error (new IllegalArgumentException ("Parameter agentPoolName is required and cannot be null." ));
19421942 }
1943- final String apiVersion = "2025-01 -01" ;
1943+ final String apiVersion = "2025-02 -01" ;
19441944 final String accept = "application/json" ;
19451945 context = this .client .mergeContext (context );
19461946 return service .upgradeNodeImageVersion (this .client .getEndpoint (), apiVersion , this .client .getSubscriptionId (),
0 commit comments