Skip to content

Commit

Permalink
Add support for HDIinsight cluster with Enterprise Serurity Package (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ninishaha authored and jhendrixMSFT committed Dec 6, 2018
1 parent 663db62 commit e068db7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,10 @@
"encryptedCredential": {
"type": "object",
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)."
},
"isEspEnabled": {
"type": "object",
"description": "Specify if the HDInsight is created with ESP (Enterprise Security Package). Type: Boolean."
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1739,6 +1739,18 @@
"type": "object",
"description": "Type: string (or Expression with resultType string)."
}
},
"variables": {
"description": "User specified arguments under hivevar namespace.",
"type": "array",
"items": {
"type": "object",
"description": "Type: string (or Expression with resultType string)."
}
},
"queryTimeout": {
"type": "integer",
"description": "Query timeout value (in minutes). Effective when the HDInsight culster is with ESP (Enterprise Security Package)"
}
}
},
Expand Down

0 comments on commit e068db7

Please sign in to comment.