From d81d00dc76cdce8b78754bb1d4f619ae130ec27a Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Sun, 28 Mar 2021 22:47:45 +0000 Subject: [PATCH] CodeGen from PR 13683 in Azure/azure-rest-api-specs Merge b0a7b57f6dff3e6296ef82a05bc02ad5f6b3bc54 into 83a54687d2b523b537ad86b0c78b56c84687eee8 --- 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 +}