From 0415171961368988ea08daaa99968e42a887222d Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Sat, 15 Dec 2018 05:24:39 +0000 Subject: [PATCH] Generated from 948350f5d28ef4686eaa2a4ffead98655f0262cb typo: datafactory/resource-manager/Microsoft.DataFactory - culster -> cluster --- .../datafactoryManagement/lib/models/hDInsightHiveActivity.js | 2 +- lib/services/datafactoryManagement/lib/models/index.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/services/datafactoryManagement/lib/models/hDInsightHiveActivity.js b/lib/services/datafactoryManagement/lib/models/hDInsightHiveActivity.js index dc2d3047b3..cdaddcbde5 100644 --- a/lib/services/datafactoryManagement/lib/models/hDInsightHiveActivity.js +++ b/lib/services/datafactoryManagement/lib/models/hDInsightHiveActivity.js @@ -38,7 +38,7 @@ class HDInsightHiveActivity extends models['ExecutionActivity'] { * @property {array} [variables] User specified arguments under hivevar * namespace. * @property {number} [queryTimeout] Query timeout value (in minutes). - * Effective when the HDInsight culster is with ESP (Enterprise Security + * Effective when the HDInsight cluster is with ESP (Enterprise Security * Package) */ constructor() { diff --git a/lib/services/datafactoryManagement/lib/models/index.d.ts b/lib/services/datafactoryManagement/lib/models/index.d.ts index 24f599a08e..74aaa2b909 100644 --- a/lib/services/datafactoryManagement/lib/models/index.d.ts +++ b/lib/services/datafactoryManagement/lib/models/index.d.ts @@ -6520,7 +6520,7 @@ export interface HDInsightHiveActivity extends ExecutionActivity { */ variables?: any[]; /** - * Query timeout value (in minutes). Effective when the HDInsight culster is with ESP + * Query timeout value (in minutes). Effective when the HDInsight cluster is with ESP * (Enterprise Security Package) */ queryTimeout?: number;