From af8d734ab65b938a7f7d9a3fdd1f86b625a9f629 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Fri, 24 Sep 2021 19:13:46 +0000 Subject: [PATCH] CodeGen from PR 16155 in Azure/azure-rest-api-specs Merge dee3d09048e9f84736b34982a768267781045639 into b49af808cba06f45b01193623ce1ff9e2e017777 --- .../arm-containerservice/package.json | 2 +- .../arm-containerservice/src/models/index.ts | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sdk/containerservice/arm-containerservice/package.json b/sdk/containerservice/arm-containerservice/package.json index 3fad94fad78b..a064364e421d 100644 --- a/sdk/containerservice/arm-containerservice/package.json +++ b/sdk/containerservice/arm-containerservice/package.json @@ -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" diff --git a/sdk/containerservice/arm-containerservice/src/models/index.ts b/sdk/containerservice/arm-containerservice/src/models/index.ts index 77a9ffd671c6..cceff307cb80 100644 --- a/sdk/containerservice/arm-containerservice/src/models/index.ts +++ b/sdk/containerservice/arm-containerservice/src/models/index.ts @@ -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; /** @@ -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; /**