Skip to content

Commit 2fbd861

Browse files
authored
Generated from e2c35dbffab196ef19c9580f5ed301e8a4b8d341 (#3297)
[AKS] note that only one agent pool is currently supported
1 parent bd8c204 commit 2fbd861

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

azure-mgmt-containerservice/azure/mgmt/containerservice/models/managed_cluster.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ class ManagedCluster(Resource):
4040
:type dns_prefix: str
4141
:ivar fqdn: FDQN for the master pool.
4242
:vartype fqdn: str
43-
:param agent_pool_profiles: Properties of the agent pool.
43+
:param agent_pool_profiles: Properties of the agent pool. Currently only
44+
one agent pool can exist.
4445
:type agent_pool_profiles:
4546
list[~azure.mgmt.containerservice.models.ManagedClusterAgentPoolProfile]
4647
:param linux_profile: Profile for Linux VMs in the container service

azure-mgmt-containerservice/azure/mgmt/containerservice/models/managed_cluster_py3.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ class ManagedCluster(Resource):
4040
:type dns_prefix: str
4141
:ivar fqdn: FDQN for the master pool.
4242
:vartype fqdn: str
43-
:param agent_pool_profiles: Properties of the agent pool.
43+
:param agent_pool_profiles: Properties of the agent pool. Currently only
44+
one agent pool can exist.
4445
:type agent_pool_profiles:
4546
list[~azure.mgmt.containerservice.models.ManagedClusterAgentPoolProfile]
4647
:param linux_profile: Profile for Linux VMs in the container service

azure-mgmt-containerservice/azure/mgmt/containerservice/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
# regenerated.
1010
# --------------------------------------------------------------------------
1111

12-
VERSION = "4.2.2"
12+
VERSION = "4.1.0"
1313

0 commit comments

Comments
 (0)