Skip to content

Commit

Permalink
Exposing undocumented Databricks workspace properties for fixing S360…
Browse files Browse the repository at this point in the history
… issues (#13683)

* exposing storage account name, sku

* Prettier fixes

* Fixing the review comment

* Adding No Public IP related properties

* Updating the remaining properties related to S360

* Fixing review comments

* Fixing Spell Check issue
  • Loading branch information
mvvsubbu authored Apr 15, 2021
1 parent 3301b4e commit bffd010
Showing 1 changed file with 33 additions and 0 deletions.
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 outbound Load Balancer Backend Pool for Secure Cluster Connectivity (No Public IP)."
},
"loadBalancerId": {
"$ref": "#/definitions/WorkspaceCustomStringParameter",
"description": "Resource URI of Outbound Load balancer for Secure Cluster Connectivity (No Public IP) workspace."
},
"natGatewayName": {
"$ref": "#/definitions/WorkspaceCustomStringParameter",
"description": "Name of the NAT gateway for Secure Cluster Connectivity (No Public IP) workspace subnets."
},
"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,23 @@
"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."
},
"storageAccountSkuName": {
"$ref": "#/definitions/WorkspaceCustomStringParameter",
"description": "Storage account SKU name, ex: Standard_GRS, Standard_LRS. Refer https://aka.ms/storageskus for valid inputs."
},
"vnetAddressPrefix": {
"$ref": "#/definitions/WorkspaceCustomStringParameter",
"description": "Address prefix for Managed virtual network. Default value for this input is 10.139."
},
"resourceTags": {
"$ref": "#/definitions/WorkspaceCustomObjectParameter",
"readOnly": true,
"description": "Tags applied to resources under Managed resource group. These can be updated by updating tags at workspace level."
}
},
"description": "Custom Parameters used for Cluster Creation."
Expand Down

0 comments on commit bffd010

Please sign in to comment.