diff --git a/schemas/2018-04-01/Microsoft.Databricks.json b/schemas/2018-04-01/Microsoft.Databricks.json index 9aff0d543e..4a0a43fbdc 100644 --- a/schemas/2018-04-01/Microsoft.Databricks.json +++ b/schemas/2018-04-01/Microsoft.Databricks.json @@ -429,6 +429,39 @@ ], "description": "The object that contains details of encryption used on the workspace." }, + "loadBalancerBackendPoolName": { + "oneOf": [ + { + "$ref": "#/definitions/WorkspaceCustomStringParameter" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The Value." + }, + "loadBalancerId": { + "oneOf": [ + { + "$ref": "#/definitions/WorkspaceCustomStringParameter" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The Value." + }, + "natGatewayName": { + "oneOf": [ + { + "$ref": "#/definitions/WorkspaceCustomStringParameter" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The Value." + }, "prepareEncryption": { "oneOf": [ { @@ -440,6 +473,17 @@ ], "description": "The value which should be used for this field." }, + "publicIpName": { + "oneOf": [ + { + "$ref": "#/definitions/WorkspaceCustomStringParameter" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The Value." + }, "requireInfrastructureEncryption": { "oneOf": [ { @@ -450,6 +494,28 @@ } ], "description": "The value which should be used for this field." + }, + "storageAccountName": { + "oneOf": [ + { + "$ref": "#/definitions/WorkspaceCustomStringParameter" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The Value." + }, + "storageAccountSkuName": { + "oneOf": [ + { + "$ref": "#/definitions/WorkspaceCustomStringParameter" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The Value." } }, "description": "Custom Parameters used for Cluster Creation."