You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mgmt containerservice, update api-version to 2025-09-01 (Azure#47212)
* Update package tag in api-specs.json for ContainerService to 2025-09
* gulp codegen
* manual code (Remove deprecated nodeImageVersion and upgradeStrategy from KubernetesClusterAgentPoolImpl)
* Update CHANGELOG.md for ContainerService to reflect api-version update to 2025-09-01
* Update version for azure-resourcemanager-containerservice to 2.56.0
* Update README.md to reflect version change for azure-resourcemanager-containerservice to 2.56.0
* Update asset tag for azure-resourcemanager-containerservice to reflect new version
* Update version for azure-resourcemanager-keyvault to 2.56.0
Copy file name to clipboardExpand all lines: sdk/containerservice/azure-resourcemanager-containerservice/src/main/java/com/azure/resourcemanager/containerservice/fluent/AgentPoolsClient.java
+7-123Lines changed: 7 additions & 123 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ public interface AgentPoolsClient {
30
30
*
31
31
* Aborts the currently running operation on the agent pool. The Agent Pool will be moved to a Canceling state and
32
32
* eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can
33
-
* take place, an error is returned.
33
+
* take place, a 409 error code is returned.
34
34
*
35
35
* @param resourceGroupName The name of the resource group. The name is case insensitive.
36
36
* @param resourceName The name of the managed cluster resource.
@@ -49,7 +49,7 @@ Mono<Response<Flux<ByteBuffer>>> abortLatestOperationWithResponseAsync(String re
49
49
*
50
50
* Aborts the currently running operation on the agent pool. The Agent Pool will be moved to a Canceling state and
51
51
* eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can
52
-
* take place, an error is returned.
52
+
* take place, a 409 error code is returned.
53
53
*
54
54
* @param resourceGroupName The name of the resource group. The name is case insensitive.
55
55
* @param resourceName The name of the managed cluster resource.
Copy file name to clipboardExpand all lines: sdk/containerservice/azure-resourcemanager-containerservice/src/main/java/com/azure/resourcemanager/containerservice/fluent/ContainerServiceManagementClient.java
+6-55Lines changed: 6 additions & 55 deletions
Original file line number
Diff line number
Diff line change
@@ -68,13 +68,6 @@ public interface ContainerServiceManagementClient {
68
68
*/
69
69
ManagedClustersClientgetManagedClusters();
70
70
71
-
/**
72
-
* Gets the ContainerServiceOperationsClient object to access its operations.
73
-
*
74
-
* @return the ContainerServiceOperationsClient object.
0 commit comments