Skip to content

Commit 665761f

Browse files
[AutoPR azure-resourcemanager-containerservice]-generated-from-SDK Generation - Java-6387433 (#49359)
* Configurations: 'specification/containerservice/resource-manager/Microsoft.ContainerService/aks/tspconfig.yaml', SDK Release Type: stable, and CommitSHA: '532545feb236d55064e4fa922f3fa38517857ba8' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6387433 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. * Update CHANGELOG.md --------- Co-authored-by: Weidong Xu <weidxu@microsoft.com>
1 parent c42d662 commit 665761f

268 files changed

Lines changed: 490 additions & 26538 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ com.azure.resourcemanager:azure-resourcemanager-cdn;2.53.8;2.54.0-beta.1
284284
com.azure.resourcemanager:azure-resourcemanager-compute;2.57.1;2.58.0-beta.1
285285
com.azure.resourcemanager:azure-resourcemanager-containerinstance;2.53.10;2.54.0-beta.1
286286
com.azure.resourcemanager:azure-resourcemanager-containerregistry;2.55.2;2.56.0-beta.2
287-
com.azure.resourcemanager:azure-resourcemanager-containerservice;2.60.0;2.61.0-beta.2
287+
com.azure.resourcemanager:azure-resourcemanager-containerservice;2.60.0;2.61.0
288288
com.azure.resourcemanager:azure-resourcemanager-cosmos;2.54.3;2.55.0-beta.1
289289
com.azure.resourcemanager:azure-resourcemanager-dns;2.53.8;2.54.0-beta.1
290290
com.azure.resourcemanager:azure-resourcemanager-eventhubs;2.53.8;2.54.0-beta.1

sdk/containerservice/azure-resourcemanager-containerservice/CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
# Release History
22

3-
## 2.61.0-beta.2 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 2.61.0 (2026-06-03)
104

115
### Other Changes
126

7+
- Updated `api-version` to `2026-04-01`.
8+
139
## 2.61.0-beta.1 (2026-05-18)
1410

1511
### Other Changes

sdk/containerservice/azure-resourcemanager-containerservice/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For documentation on how to use this package, please see [Azure Management Libra
1818
<dependency>
1919
<groupId>com.azure.resourcemanager</groupId>
2020
<artifactId>azure-resourcemanager-containerservice</artifactId>
21-
<version>2.61.0-beta.1</version>
21+
<version>2.61.0</version>
2222
</dependency>
2323
```
2424
[//]: # ({x-version-update-end})

sdk/containerservice/azure-resourcemanager-containerservice/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>com.azure.resourcemanager</groupId>
1212
<artifactId>azure-resourcemanager-containerservice</artifactId>
13-
<version>2.61.0-beta.2</version> <!-- {x-version-update;com.azure.resourcemanager:azure-resourcemanager-containerservice;current} -->
13+
<version>2.61.0</version> <!-- {x-version-update;com.azure.resourcemanager:azure-resourcemanager-containerservice;current} -->
1414
<packaging>jar</packaging>
1515

1616
<name>Microsoft Azure SDK for Container Service Management</name>
@@ -42,7 +42,7 @@
4242

4343
--add-opens com.azure.core/com.azure.core.implementation.util=ALL-UNNAMED
4444
</javaModulesSurefireArgLine>
45-
<revapi.skip>true</revapi.skip>
45+
<revapi.skip>false</revapi.skip>
4646
</properties>
4747

4848
<developers>

sdk/containerservice/azure-resourcemanager-containerservice/src/main/java/com/azure/resourcemanager/containerservice/fluent/AgentPoolsClient.java

Lines changed: 0 additions & 116 deletions
Original file line numberDiff line numberDiff line change
@@ -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
*

sdk/containerservice/azure-resourcemanager-containerservice/src/main/java/com/azure/resourcemanager/containerservice/fluent/ContainerServiceManagementClient.java

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -95,62 +95,27 @@ public interface ContainerServiceManagementClient {
9595
*/
9696
SnapshotsClient getSnapshots();
9797

98-
/**
99-
* Gets the ManagedClusterSnapshotsClient object to access its operations.
100-
*
101-
* @return the ManagedClusterSnapshotsClient object.
102-
*/
103-
ManagedClusterSnapshotsClient getManagedClusterSnapshots();
104-
10598
/**
10699
* Gets the TrustedAccessRoleBindingsClient object to access its operations.
107100
*
108101
* @return the TrustedAccessRoleBindingsClient object.
109102
*/
110103
TrustedAccessRoleBindingsClient getTrustedAccessRoleBindings();
111104

112-
/**
113-
* Gets the LoadBalancersClient object to access its operations.
114-
*
115-
* @return the LoadBalancersClient object.
116-
*/
117-
LoadBalancersClient getLoadBalancers();
118-
119105
/**
120106
* Gets the IdentityBindingsClient object to access its operations.
121107
*
122108
* @return the IdentityBindingsClient object.
123109
*/
124110
IdentityBindingsClient getIdentityBindings();
125111

126-
/**
127-
* Gets the JWTAuthenticatorsClient object to access its operations.
128-
*
129-
* @return the JWTAuthenticatorsClient object.
130-
*/
131-
JWTAuthenticatorsClient getJWTAuthenticators();
132-
133-
/**
134-
* Gets the MeshMembershipsClient object to access its operations.
135-
*
136-
* @return the MeshMembershipsClient object.
137-
*/
138-
MeshMembershipsClient getMeshMemberships();
139-
140112
/**
141113
* Gets the OperationsClient object to access its operations.
142114
*
143115
* @return the OperationsClient object.
144116
*/
145117
OperationsClient getOperations();
146118

147-
/**
148-
* Gets the OperationStatusResultsClient object to access its operations.
149-
*
150-
* @return the OperationStatusResultsClient object.
151-
*/
152-
OperationStatusResultsClient getOperationStatusResults();
153-
154119
/**
155120
* Gets the PrivateLinkResourcesClient object to access its operations.
156121
*
@@ -171,11 +136,4 @@ public interface ContainerServiceManagementClient {
171136
* @return the TrustedAccessRolesClient object.
172137
*/
173138
TrustedAccessRolesClient getTrustedAccessRoles();
174-
175-
/**
176-
* Gets the VmSkusClient object to access its operations.
177-
*
178-
* @return the VmSkusClient object.
179-
*/
180-
VmSkusClient getVmSkus();
181139
}

0 commit comments

Comments
 (0)