From 1ea113e34969a40679b88d3a484c1f6e2035c12b Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Thu, 8 Apr 2021 22:45:46 +0000 Subject: [PATCH] CodeGen from PR 13683 in Azure/azure-rest-api-specs Merge 96d68983597fde6730ca4d4f9888255b8ccd38f9 into 5d89c9807d3e84a5890b381a68a308198f9ef141 --- 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 +}