From e63a15f4648deddf32ddf62d53c5b6eefc250ca1 Mon Sep 17 00:00:00 2001 From: Subrahmanyam Veera Mandavilli Date: Tue, 14 Jul 2020 11:56:06 -0700 Subject: [PATCH] Fixing errors in model --- .../Microsoft.Databricks/stable/2018-04-01/databricks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/databricks/resource-manager/Microsoft.Databricks/stable/2018-04-01/databricks.json b/specification/databricks/resource-manager/Microsoft.Databricks/stable/2018-04-01/databricks.json index 41e0c2a86bd0..9d7ec3fc26bc 100644 --- a/specification/databricks/resource-manager/Microsoft.Databricks/stable/2018-04-01/databricks.json +++ b/specification/databricks/resource-manager/Microsoft.Databricks/stable/2018-04-01/databricks.json @@ -860,7 +860,7 @@ "description": "Contains the encryption details for Customer-Managed Key (CMK) enabled workspace." }, "requireInfrastructureEncryption": { - "type": "#/definitions/WorkspaceCustomBooleanParameter", + "$ref": "#/definitions/WorkspaceCustomBooleanParameter", "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." } },