Skip to content

Commit

Permalink
Databricks Swagger Changes for Double Encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
mvvsubbu committed Jun 19, 2020
1 parent 82f5996 commit 89300d4
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,11 @@
"enableNoPublicIp": {
"$ref": "#/definitions/WorkspaceCustomBooleanParameter",
"description": "Should the Public IP be Disabled?"
},
"enableDoubleEncryption": {
"type": "#/definitions/WorkspaceCustomBooleanParameter",
"x-ms-client-name": "EnableDoubleEncryption",
"description": "A boolean indicating whether or not the DBFS root file system will be enabled with secondary layer of encryption with platform managed keys for data at rest."
}
},
"description": "Custom Parameters used for Cluster Creation."
Expand Down

0 comments on commit 89300d4

Please sign in to comment.