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 27
27
"rollup-plugin-sourcemaps" : " ^0.4.2" ,
28
28
"uglify-js" : " ^3.6.0"
29
29
},
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" ,
31
31
"repository" : {
32
32
"type" : " git" ,
33
33
"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 {
454
454
*/
455
455
export interface ManagedClusterAgentPoolProfileProperties {
456
456
/**
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.
460
460
*/
461
461
count ?: number ;
462
462
/**
@@ -665,9 +665,9 @@ export interface ManagedClusterAgentPoolProfile extends ManagedClusterAgentPoolP
665
665
*/
666
666
export interface AgentPool extends SubResource {
667
667
/**
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.
671
671
*/
672
672
count ?: number ;
673
673
/**
You can’t perform that action at this time.
0 commit comments