Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exposing undocumented Databricks workspace properties for fixing S360 issues #13683

Merged
merged 7 commits into from
Apr 15, 2021
Merged
Changes from 4 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 @@ -855,6 +855,22 @@
"$ref": "#/definitions/WorkspaceCustomBooleanParameter",
"description": "Should the Public IP be Disabled?"
},
"loadBalancerBackendPoolName": {
"$ref": "#/definitions/WorkspaceCustomStringParameter",
"description": "Name of the Backend Pool for No Public IP workspace with custom vNet."
mvvsubbu marked this conversation as resolved.
Show resolved Hide resolved
},
"loadBalancerId": {
"$ref": "#/definitions/WorkspaceCustomStringParameter",
"description": "Resource Id of the load balancer for No Public IP workspace with custom vNet."
mvvsubbu marked this conversation as resolved.
Show resolved Hide resolved
},
"natGatewayName": {
"$ref": "#/definitions/WorkspaceCustomStringParameter",
"description": "Name of the NAT gateway for No Public IP workspace with managed vNet."
mvvsubbu marked this conversation as resolved.
Show resolved Hide resolved
},
"publicIpName": {
"$ref": "#/definitions/WorkspaceCustomStringParameter",
"description": "Name of the Public IP for No Public IP workspace with managed vNet."
},
"prepareEncryption": {
"$ref": "#/definitions/WorkspaceCustomBooleanParameter",
"description": "Prepare the workspace for encryption. Enables the Managed Identity for managed storage account."
Expand All @@ -866,6 +882,14 @@
"requireInfrastructureEncryption": {
"$ref": "#/definitions/WorkspaceCustomBooleanParameter",
"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."
},
"storageAccountName": {
"$ref": "#/definitions/WorkspaceCustomStringParameter",
"description": "Default DBFS storage account name."
},
mvvsubbu marked this conversation as resolved.
Show resolved Hide resolved
"storageAccountSkuName": {
"$ref": "#/definitions/WorkspaceCustomStringParameter",
"description": "Storage account SKU name."
}
},
"description": "Custom Parameters used for Cluster Creation."
mvvsubbu marked this conversation as resolved.
Show resolved Hide resolved
Expand Down