From cbac577d22bea034af0ea5fd1ab65d88a836fecb Mon Sep 17 00:00:00 2001 From: WebSpider Date: Sun, 2 Sep 2018 08:01:21 +0200 Subject: [PATCH] Add docstring to indicate only one agent_pool_profile can be in the list --- .../azure/mgmt/containerservice/models/managed_cluster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-mgmt-containerservice/azure/mgmt/containerservice/models/managed_cluster.py b/azure-mgmt-containerservice/azure/mgmt/containerservice/models/managed_cluster.py index f7c50b26a586..cfdd0f080703 100644 --- a/azure-mgmt-containerservice/azure/mgmt/containerservice/models/managed_cluster.py +++ b/azure-mgmt-containerservice/azure/mgmt/containerservice/models/managed_cluster.py @@ -40,7 +40,7 @@ class ManagedCluster(Resource): :type dns_prefix: str :ivar fqdn: FDQN for the master pool. :vartype fqdn: str - :param agent_pool_profiles: Properties of the agent pool. + :param agent_pool_profiles: Properties of the agent pool. Currently only one agent_pool_profile can exist. :type agent_pool_profiles: list[~azure.mgmt.containerservice.models.ManagedClusterAgentPoolProfile] :param linux_profile: Profile for Linux VMs in the container service