From 86fcea85017e80639188eb3a41ce9a019264f1b4 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Fri, 8 Oct 2021 09:57:41 +0000 Subject: [PATCH] CodeGen from PR 16317 in Azure/azure-rest-api-specs Merge 792b4c2a5db2857bb9ba1f1b78a1eb55e774fc99 into 49526d1a30dc4ba2f77e172c54c4ef7d8f53a8d1 --- .../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; /**