Skip to content

Commit 0a8fb81

Browse files
zqingqing1Xiaofang ZhangJunSun17norshteinmslonli
authored andcommitted
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 (Azure#5465) * add maxAgentPools and windowsprofile properties * fixing the sdk generation error * adding load balancer sku property (Azure#5556) * Add support VMSS agent nodes with public IP. (Azure#5748) * Add identity property in managedCluster definition and add an example (Azure#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 (Azure#8426) * added sku to managed cluster api * move managedcluster sku data model location * improve count description * remove useless file Co-authored-by: Xiaofang Zhang <xizha@microsoft.com> Co-authored-by: Jun Sun <33297523+JunSun17@users.noreply.github.com> Co-authored-by: Tongyao Si <tosi@microsoft.com> Co-authored-by: mslonli <lonli@microsoft.com>
1 parent d8516fa commit 0a8fb81

File tree

1 file changed

+1
-1
lines changed
  • specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2021-08-01

1 file changed

+1
-1
lines changed

specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2021-08-01/managedClusters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2605,7 +2605,7 @@
26052605
"count": {
26062606
"type": "integer",
26072607
"format": "int32",
2608-
"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."
2608+
"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."
26092609
},
26102610
"vmSize": {
26112611
"type": "string",

0 commit comments

Comments
 (0)