Skip to content

Commit bffd010

Browse files
authored
Exposing undocumented Databricks workspace properties for fixing S360 issues (Azure#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
1 parent 3301b4e commit bffd010

File tree

1 file changed

+33
-0
lines changed
  • specification/databricks/resource-manager/Microsoft.Databricks/stable/2018-04-01

1 file changed

+33
-0
lines changed

specification/databricks/resource-manager/Microsoft.Databricks/stable/2018-04-01/databricks.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,22 @@
855855
"$ref": "#/definitions/WorkspaceCustomBooleanParameter",
856856
"description": "Should the Public IP be Disabled?"
857857
},
858+
"loadBalancerBackendPoolName": {
859+
"$ref": "#/definitions/WorkspaceCustomStringParameter",
860+
"description": "Name of the outbound Load Balancer Backend Pool for Secure Cluster Connectivity (No Public IP)."
861+
},
862+
"loadBalancerId": {
863+
"$ref": "#/definitions/WorkspaceCustomStringParameter",
864+
"description": "Resource URI of Outbound Load balancer for Secure Cluster Connectivity (No Public IP) workspace."
865+
},
866+
"natGatewayName": {
867+
"$ref": "#/definitions/WorkspaceCustomStringParameter",
868+
"description": "Name of the NAT gateway for Secure Cluster Connectivity (No Public IP) workspace subnets."
869+
},
870+
"publicIpName": {
871+
"$ref": "#/definitions/WorkspaceCustomStringParameter",
872+
"description": "Name of the Public IP for No Public IP workspace with managed vNet."
873+
},
858874
"prepareEncryption": {
859875
"$ref": "#/definitions/WorkspaceCustomBooleanParameter",
860876
"description": "Prepare the workspace for encryption. Enables the Managed Identity for managed storage account."
@@ -866,6 +882,23 @@
866882
"requireInfrastructureEncryption": {
867883
"$ref": "#/definitions/WorkspaceCustomBooleanParameter",
868884
"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."
885+
},
886+
"storageAccountName": {
887+
"$ref": "#/definitions/WorkspaceCustomStringParameter",
888+
"description": "Default DBFS storage account name."
889+
},
890+
"storageAccountSkuName": {
891+
"$ref": "#/definitions/WorkspaceCustomStringParameter",
892+
"description": "Storage account SKU name, ex: Standard_GRS, Standard_LRS. Refer https://aka.ms/storageskus for valid inputs."
893+
},
894+
"vnetAddressPrefix": {
895+
"$ref": "#/definitions/WorkspaceCustomStringParameter",
896+
"description": "Address prefix for Managed virtual network. Default value for this input is 10.139."
897+
},
898+
"resourceTags": {
899+
"$ref": "#/definitions/WorkspaceCustomObjectParameter",
900+
"readOnly": true,
901+
"description": "Tags applied to resources under Managed resource group. These can be updated by updating tags at workspace level."
869902
}
870903
},
871904
"description": "Custom Parameters used for Cluster Creation."

0 commit comments

Comments
 (0)