Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk/containerservice/arm-containerservice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"rollup-plugin-sourcemaps": "^0.4.2",
"uglify-js": "^3.6.0"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/feature/v4/sdk/containerservice/arm-containerservice",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/containerservice/arm-containerservice",
"repository": {
"type": "git",
"url": "https://github.com/Azure/azure-sdk-for-js.git"
Expand Down
12 changes: 6 additions & 6 deletions sdk/containerservice/arm-containerservice/src/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -454,9 +454,9 @@ export interface CreationData {
*/
export interface ManagedClusterAgentPoolProfileProperties {
/**
* 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.
* 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.
*/
count?: number;
/**
Expand Down Expand Up @@ -665,9 +665,9 @@ export interface ManagedClusterAgentPoolProfile extends ManagedClusterAgentPoolP
*/
export interface AgentPool extends SubResource {
/**
* 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.
* 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.
*/
count?: number;
/**
Expand Down