Skip to content

Commit

Permalink
CodeGen from PR 16155 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Improve desire count desc (Azure#16155)

* Adds base for updating Microsoft.ContainerService from version stable/2019-02-01 to version 2019-04-01

* Updates readme

* Updates API version in new specs and examples

* Adding windowsProfile and maxAgentPools property in the new 2019-04-01 api version (#5465)

* add maxAgentPools and windowsprofile properties

* fixing the sdk generation error

* adding load balancer sku property (#5556)

* Add support VMSS agent nodes with public IP. (#5748)

* Add identity property in managedCluster definition and add an example (#5709)

* Add identity property in managedCluster definition and add an example

* Fix typo

* Adds base for updating Microsoft.ContainerService from version stable/2020-02-01 to version 2020-03-01

* Updates readme

* Updates API version in new specs and examples

* added sku to managed cluster api (#8426)

* added sku to managed cluster api

* move managedcluster sku data model location

* improve count description

* remove useless file

Co-authored-by: Xiaofang Zhang <[email protected]>
Co-authored-by: Jun Sun <[email protected]>
Co-authored-by: Tongyao Si <[email protected]>
Co-authored-by: mslonli <[email protected]>
  • Loading branch information
5 people committed Sep 27, 2021
1 parent 55526df commit e6f7358
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
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": "8b6892921b92f2d4795c3abfadb79e1c0cb1220b",
"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

0 comments on commit e6f7358

Please sign in to comment.