From 2c65503f604fa39292cfbce555900ce0d2f475c2 Mon Sep 17 00:00:00 2001 From: Yutaka Yagiura Date: Fri, 25 Jun 2021 20:30:41 +0900 Subject: [PATCH] Fixing typo in the doc comment --- sdk/automation/arm-automation/src/models/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/automation/arm-automation/src/models/index.ts b/sdk/automation/arm-automation/src/models/index.ts index 82d6caabc48f..0332588e8205 100644 --- a/sdk/automation/arm-automation/src/models/index.ts +++ b/sdk/automation/arm-automation/src/models/index.ts @@ -3633,7 +3633,7 @@ export interface DscConfigurationListByAutomationAccountOptionalParams extends m */ skip?: number; /** - * The the number of rows to take. + * The number of rows to take. */ top?: number; /** @@ -3963,7 +3963,7 @@ export interface DscNodeListByAutomationAccountOptionalParams extends msRest.Req */ skip?: number; /** - * The the number of rows to take. + * The number of rows to take. */ top?: number; /** @@ -4005,7 +4005,7 @@ export interface DscNodeConfigurationListByAutomationAccountOptionalParams exten */ skip?: number; /** - * The the number of rows to take. + * The number of rows to take. */ top?: number; /**