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
Copy file name to clipboardExpand all lines: sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2021_05_01/aio/operations/_agent_pools_operations.py
+17-15Lines changed: 17 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -51,8 +51,7 @@ def list(
51
51
) ->AsyncIterable["_models.AgentPoolListResult"]:
52
52
"""Gets a list of agent pools in the specified managed cluster.
53
53
54
-
Gets a list of agent pools in the specified managed cluster. The operation returns properties
55
-
of each agent pool.
54
+
Gets a list of agent pools in the specified managed cluster.
56
55
57
56
:param resource_group_name: The name of the resource group.
58
57
:type resource_group_name: str
@@ -127,9 +126,9 @@ async def get(
127
126
agent_pool_name: str,
128
127
**kwargs: Any
129
128
) ->"_models.AgentPool":
130
-
"""Gets the agent pool.
129
+
"""Gets the specified managed cluster agent pool.
131
130
132
-
Gets the details of the agent pool by managed cluster and resource group.
131
+
Gets the specified managed cluster agent pool.
133
132
134
133
:param resource_group_name: The name of the resource group.
Copy file name to clipboardExpand all lines: sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2021_05_01/aio/operations/_maintenance_configurations_operations.py
0 commit comments