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

[AutoPR datafactory/resource-manager] typo: datafactory/resource-manager/Microsoft.DataFactory #4466

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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