Skip to content

Commit 86fcea8

Browse files
author
SDKAuto
committed
CodeGen from PR 16317 in Azure/azure-rest-api-specs
Merge 792b4c2a5db2857bb9ba1f1b78a1eb55e774fc99 into 49526d1a30dc4ba2f77e172c54c4ef7d8f53a8d1
1 parent bedb5a1 commit 86fcea8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

sdk/containerservice/arm-containerservice/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
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"

sdk/containerservice/arm-containerservice/src/models/index.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -454,9 +454,9 @@ export interface CreationData {
454454
*/
455455
export 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
*/
666666
export 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
/**

0 commit comments

Comments
 (0)