File tree 3 files changed +5
-3
lines changed
azure-mgmt-containerservice/azure/mgmt/containerservice
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,8 @@ class ManagedCluster(Resource):
40
40
:type dns_prefix: str
41
41
:ivar fqdn: FDQN for the master pool.
42
42
: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.
44
45
:type agent_pool_profiles:
45
46
list[~azure.mgmt.containerservice.models.ManagedClusterAgentPoolProfile]
46
47
:param linux_profile: Profile for Linux VMs in the container service
Original file line number Diff line number Diff line change @@ -40,7 +40,8 @@ class ManagedCluster(Resource):
40
40
:type dns_prefix: str
41
41
:ivar fqdn: FDQN for the master pool.
42
42
: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.
44
45
:type agent_pool_profiles:
45
46
list[~azure.mgmt.containerservice.models.ManagedClusterAgentPoolProfile]
46
47
:param linux_profile: Profile for Linux VMs in the container service
Original file line number Diff line number Diff line change 9
9
# regenerated.
10
10
# --------------------------------------------------------------------------
11
11
12
- VERSION = "4.2.2 "
12
+ VERSION = "4.1.0 "
13
13
You can’t perform that action at this time.
0 commit comments