File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
sdk/containerservice/arm-containerservice Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2727 "rollup-plugin-sourcemaps" : " ^0.4.2" ,
2828 "uglify-js" : " ^3.6.0"
2929 },
30- "homepage" : " https://github.com/Azure/azure-sdk-for-js/tree/feature/v4 /sdk/containerservice/arm-containerservice" ,
30+ "homepage" : " https://github.com/Azure/azure-sdk-for-js/tree/master /sdk/containerservice/arm-containerservice" ,
3131 "repository" : {
3232 "type" : " git" ,
3333 "url" : " https://github.com/Azure/azure-sdk-for-js.git"
Original file line number Diff line number Diff line change @@ -454,9 +454,9 @@ export interface CreationData {
454454 */
455455export interface ManagedClusterAgentPoolProfileProperties {
456456 /**
457- * Number of agents (VMs) to host docker containers. Allowed values must be in the range of 0 to
458- * 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for system pools.
459- * The default value is 1.
457+ * Desired Number of agents (VMs) specified to host docker containers. Allowed values must be in
458+ * the range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive)
459+ * for system pools. The default value is 1.
460460 */
461461 count ?: number ;
462462 /**
@@ -665,9 +665,9 @@ export interface ManagedClusterAgentPoolProfile extends ManagedClusterAgentPoolP
665665 */
666666export interface AgentPool extends SubResource {
667667 /**
668- * Number of agents (VMs) to host docker containers. Allowed values must be in the range of 0 to
669- * 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for system pools.
670- * The default value is 1.
668+ * Desired Number of agents (VMs) specified to host docker containers. Allowed values must be in
669+ * the range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive)
670+ * for system pools. The default value is 1.
671671 */
672672 count ?: number ;
673673 /**
You can’t perform that action at this time.
0 commit comments