From f3c7cbc4f48fff22cf2bbe83a0e0681c32759af1 Mon Sep 17 00:00:00 2001 From: Jovan Popovic Date: Fri, 17 Jan 2020 16:31:59 +0100 Subject: [PATCH] Reverted potentialy valid verison --- .../workspace/azuredeploy.json | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/samples/manage/synapse-analytics/workspace/azuredeploy.json b/samples/manage/synapse-analytics/workspace/azuredeploy.json index c69dded5..d49f6d57 100644 --- a/samples/manage/synapse-analytics/workspace/azuredeploy.json +++ b/samples/manage/synapse-analytics/workspace/azuredeploy.json @@ -16,11 +16,7 @@ } }, "defaultDataLakeStorageFilesystemName": { - "defaultValue": "workspace", - "type": "String", - "metadata": { - "description": "container in Data Lake Storage account that you will use for Synapse Workspace." - } + "type": "String" }, "sqlAdministratorLogin": { "type": "String" @@ -28,6 +24,17 @@ "sqlAdministratorPassword": { "type": "SecureString" }, + "setWorkspaceIdentityRbacOnFilesystem": { + "type": "Bool" + }, + "allowAllConnections": { + "defaultValue": true, + "type": "Bool" + }, + "poolSubnetId": { + "defaultValue": "", + "type": "String" + }, "tagValues": { "defaultValue": {"createdWith":"Azure Resource Manager template"}, "type": "Object" @@ -81,7 +88,7 @@ "computeSubnetId": "[variables('poolSubnetId')]" }, "sqlAdministratorLogin": "[parameters('sqlAdministratorLogin')]", - "sqlAdministratorLoginPassword": "[parameters('sqlAdministratorPassword')]" + "sqlAdministratorLoginPassword": "[parameters('sqlAdministratorLoginPassword')]" }, "resources": [ {