Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Generated from 948350f5d28ef4686eaa2a4ffead98655f0262cb (#4466)
Browse files Browse the repository at this point in the history
typo: datafactory/resource-manager/Microsoft.DataFactory

- culster -> cluster
  • Loading branch information
AutorestCI authored Dec 17, 2018
1 parent 27f451e commit d75db2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion lib/services/datafactoryManagement/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d75db2a

Please sign in to comment.