You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodeGen from PR 16155 in Azure/azure-rest-api-specs
Improve desire count desc (#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]>
"description": "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."
882
+
"description": "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."
"description": "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."
1314
+
"description": "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."
0 commit comments