Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@autorest/[email protected]",
"@autorest/[email protected]"
],
"commit": "c800afa8bcc12ee1c3df0ec26fb012d48b93ce0c",
"commit": "6f1174dcd72d6872dc9c18bc94f9e771b6f9c87f",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest_command": "autorest specification/containerservice/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk --track2 --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.4.5",
"readme": "specification/containerservice/resource-manager/readme.md"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ class AgentPool(SubResource):
:vartype name: str
:ivar type: Resource type.
:vartype type: str
:param count: Number of agents (VMs) to host docker containers. Allowed values must be in the
range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for
system pools. The default value is 1.
:param count: Desired Number of agents (VMs) specified to host docker containers. Allowed
values must be in the range of 0 to 1000 (inclusive) for user pools and in the range of 1 to
1000 (inclusive) for system pools. The default value is 1.
:type count: int
:param vm_size: VM size availability varies by region. If a node contains insufficient compute
resources (memory, cpu, etc) pods might fail to run correctly. For more details on restricted
Expand Down Expand Up @@ -1627,9 +1627,9 @@ class ManagedClusterAgentPoolProfileProperties(msrest.serialization.Model):

Variables are only populated by the server, and will be ignored when sending a request.

:param count: Number of agents (VMs) to host docker containers. Allowed values must be in the
range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for
system pools. The default value is 1.
:param count: Desired Number of agents (VMs) specified to host docker containers. Allowed
values must be in the range of 0 to 1000 (inclusive) for user pools and in the range of 1 to
1000 (inclusive) for system pools. The default value is 1.
:type count: int
:param vm_size: VM size availability varies by region. If a node contains insufficient compute
resources (memory, cpu, etc) pods might fail to run correctly. For more details on restricted
Expand Down Expand Up @@ -1862,9 +1862,9 @@ class ManagedClusterAgentPoolProfile(ManagedClusterAgentPoolProfileProperties):

All required parameters must be populated in order to send to Azure.

:param count: Number of agents (VMs) to host docker containers. Allowed values must be in the
range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for
system pools. The default value is 1.
:param count: Desired Number of agents (VMs) specified to host docker containers. Allowed
values must be in the range of 0 to 1000 (inclusive) for user pools and in the range of 1 to
1000 (inclusive) for system pools. The default value is 1.
:type count: int
:param vm_size: VM size availability varies by region. If a node contains insufficient compute
resources (memory, cpu, etc) pods might fail to run correctly. For more details on restricted
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ class AgentPool(SubResource):
:vartype name: str
:ivar type: Resource type.
:vartype type: str
:param count: Number of agents (VMs) to host docker containers. Allowed values must be in the
range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for
system pools. The default value is 1.
:param count: Desired Number of agents (VMs) specified to host docker containers. Allowed
values must be in the range of 0 to 1000 (inclusive) for user pools and in the range of 1 to
1000 (inclusive) for system pools. The default value is 1.
:type count: int
:param vm_size: VM size availability varies by region. If a node contains insufficient compute
resources (memory, cpu, etc) pods might fail to run correctly. For more details on restricted
Expand Down Expand Up @@ -1814,9 +1814,9 @@ class ManagedClusterAgentPoolProfileProperties(msrest.serialization.Model):

Variables are only populated by the server, and will be ignored when sending a request.

:param count: Number of agents (VMs) to host docker containers. Allowed values must be in the
range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for
system pools. The default value is 1.
:param count: Desired Number of agents (VMs) specified to host docker containers. Allowed
values must be in the range of 0 to 1000 (inclusive) for user pools and in the range of 1 to
1000 (inclusive) for system pools. The default value is 1.
:type count: int
:param vm_size: VM size availability varies by region. If a node contains insufficient compute
resources (memory, cpu, etc) pods might fail to run correctly. For more details on restricted
Expand Down Expand Up @@ -2086,9 +2086,9 @@ class ManagedClusterAgentPoolProfile(ManagedClusterAgentPoolProfileProperties):

All required parameters must be populated in order to send to Azure.

:param count: Number of agents (VMs) to host docker containers. Allowed values must be in the
range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for
system pools. The default value is 1.
:param count: Desired Number of agents (VMs) specified to host docker containers. Allowed
values must be in the range of 0 to 1000 (inclusive) for user pools and in the range of 1 to
1000 (inclusive) for system pools. The default value is 1.
:type count: int
:param vm_size: VM size availability varies by region. If a node contains insufficient compute
resources (memory, cpu, etc) pods might fail to run correctly. For more details on restricted
Expand Down