From e52b876488b03a0590d147a61283495d0b82e2d5 Mon Sep 17 00:00:00 2001 From: Jovan Popovic Date: Fri, 17 Jan 2020 23:09:05 +0100 Subject: [PATCH] Additional change --- .../manage/synapse-analytics/storage/azuredeploy.json | 9 +++------ .../manage/synapse-analytics/workspace/azuredeploy.json | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/samples/manage/synapse-analytics/storage/azuredeploy.json b/samples/manage/synapse-analytics/storage/azuredeploy.json index 03c1d94a..e1a49f2a 100644 --- a/samples/manage/synapse-analytics/storage/azuredeploy.json +++ b/samples/manage/synapse-analytics/storage/azuredeploy.json @@ -4,10 +4,6 @@ "parameters": { "storageAccount": { "type": "string" - }, - "location": { - "defaultValue": "[resourceGroup().location]", - "type": "string" } }, "variables": {}, @@ -16,9 +12,10 @@ "type": "Microsoft.Storage/storageAccounts", "apiVersion": "2019-04-01", "name": "[parameters('storageAccount')]", - "location": "[parameters('location')]", + "location": "[resourceGroup().location]", "tags": { - "owner": "SynapsePreview" + "Type": "Synapse Data Lake Storage", + "Created with":"Synapse Azure Resource Manager deploment template" }, "sku": { "name": "Standard_RAGRS", diff --git a/samples/manage/synapse-analytics/workspace/azuredeploy.json b/samples/manage/synapse-analytics/workspace/azuredeploy.json index d7dfc089..3f47da8c 100644 --- a/samples/manage/synapse-analytics/workspace/azuredeploy.json +++ b/samples/manage/synapse-analytics/workspace/azuredeploy.json @@ -25,7 +25,7 @@ "type": "SecureString" }, "tagValues": { - "defaultValue": {"Created with":"Azure Resource Manager deploment template"}, + "defaultValue": {"Created with":"Synapse Azure Resource Manager deploment template"}, "type": "Object" }, "storageSubscriptionID": {