From 3030f99dbe66fe59c96c57754a4704bc44034bda Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Mon, 29 Mar 2021 23:41:57 +0000 Subject: [PATCH] CodeGen from PR 13683 in Azure/azure-rest-api-specs Merge 94192ed22e06616c1d57f07f3858833f82f9b726 into 8830e8dc294fa2db59fa75081540d22b3fbfad34 --- schemas/2018-04-01/Microsoft.Databricks.json | 24 +++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/schemas/2018-04-01/Microsoft.Databricks.json b/schemas/2018-04-01/Microsoft.Databricks.json index 9aff0d543e..cffcfa126e 100644 --- a/schemas/2018-04-01/Microsoft.Databricks.json +++ b/schemas/2018-04-01/Microsoft.Databricks.json @@ -450,6 +450,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." @@ -670,4 +692,4 @@ "description": "Microsoft.Databricks/workspaces/virtualNetworkPeerings" } } -} \ No newline at end of file +}