Skip to content

Commit

Permalink
[AutoPR] containerservices/resource-manager (#3298)
Browse files Browse the repository at this point in the history
* Generated from e2c35dbffab196ef19c9580f5ed301e8a4b8d341 (#3297)

[AKS] note that only one agent pool is currently supported

* Update version.py
  • Loading branch information
AutorestCI authored and lmazuel committed Sep 7, 2018
1 parent 9abecc6 commit 71984de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ 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 can exist.
:type agent_pool_profiles:
list[~azure.mgmt.containerservice.models.ManagedClusterAgentPoolProfile]
:param linux_profile: Profile for Linux VMs in the container service
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ 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 can exist.
:type agent_pool_profiles:
list[~azure.mgmt.containerservice.models.ManagedClusterAgentPoolProfile]
:param linux_profile: Profile for Linux VMs in the container service
Expand Down

0 comments on commit 71984de

Please sign in to comment.