From 906a9a645288685b499d5d88971af20c6f7f5883 Mon Sep 17 00:00:00 2001 From: armantajback Date: Fri, 22 Feb 2019 20:57:32 -0800 Subject: [PATCH] Removing erroneous location values --- templates/helloworld/helloworld.private_registry.linux.json | 1 - templates/helloworld/helloworld.private_registry.windows.json | 1 - templates/visualobjects/visualobjects.base.linux.json | 2 -- templates/visualobjects/visualobjects.base.windows.json | 2 -- templates/visualobjects/visualobjects.scaleout.linux.json | 2 -- templates/visualobjects/visualobjects.scaleout.windows.json | 2 -- templates/visualobjects/visualobjects.upgrade.linux.json | 2 -- templates/visualobjects/visualobjects.upgrade.windows.json | 2 -- 8 files changed, 14 deletions(-) diff --git a/templates/helloworld/helloworld.private_registry.linux.json b/templates/helloworld/helloworld.private_registry.linux.json index 48230fc9..23e5f75e 100644 --- a/templates/helloworld/helloworld.private_registry.linux.json +++ b/templates/helloworld/helloworld.private_registry.linux.json @@ -108,7 +108,6 @@ "services": [ { "type": "Microsoft.ServiceFabricMesh/services", - "location": "[parameters('location')]", "name": "helloWorldService", "properties": { "description": "Service Fabric Mesh HelloWorld service with container deployed from private registry.", diff --git a/templates/helloworld/helloworld.private_registry.windows.json b/templates/helloworld/helloworld.private_registry.windows.json index b445e8d1..a686e10f 100644 --- a/templates/helloworld/helloworld.private_registry.windows.json +++ b/templates/helloworld/helloworld.private_registry.windows.json @@ -108,7 +108,6 @@ "services": [ { "type": "Microsoft.ServiceFabricMesh/services", - "location": "[parameters('location')]", "name": "helloWorldService", "properties": { "description": "Service Fabric Mesh HelloWorld service with container deployed from private registry.", diff --git a/templates/visualobjects/visualobjects.base.linux.json b/templates/visualobjects/visualobjects.base.linux.json index 23117220..45e0a7e7 100644 --- a/templates/visualobjects/visualobjects.base.linux.json +++ b/templates/visualobjects/visualobjects.base.linux.json @@ -65,7 +65,6 @@ "services": [ { "type": "Microsoft.ServiceFabricMesh/services", - "location": "[parameters('location')]", "name": "web", "properties": { "description": "Service Fabric Mesh Visual Objects Web Service.", @@ -103,7 +102,6 @@ }, { "type": "Microsoft.ServiceFabricMesh/services", - "location": "[parameters('location')]", "name": "worker", "properties": { "description": "Service Fabric Mesh Visual Objects Worker Service.", diff --git a/templates/visualobjects/visualobjects.base.windows.json b/templates/visualobjects/visualobjects.base.windows.json index 11ba6ac5..3be8ce13 100644 --- a/templates/visualobjects/visualobjects.base.windows.json +++ b/templates/visualobjects/visualobjects.base.windows.json @@ -65,7 +65,6 @@ "services": [ { "type": "Microsoft.ServiceFabricMesh/services", - "location": "[parameters('location')]", "name": "web", "properties": { "description": "Service Fabric Mesh Visual Objects Web Service.", @@ -103,7 +102,6 @@ }, { "type": "Microsoft.ServiceFabricMesh/services", - "location": "[parameters('location')]", "name": "worker", "properties": { "description": "Service Fabric Mesh Visual Objects Worker Service.", diff --git a/templates/visualobjects/visualobjects.scaleout.linux.json b/templates/visualobjects/visualobjects.scaleout.linux.json index e95baea6..e23047c7 100644 --- a/templates/visualobjects/visualobjects.scaleout.linux.json +++ b/templates/visualobjects/visualobjects.scaleout.linux.json @@ -65,7 +65,6 @@ "services": [ { "type": "Microsoft.ServiceFabricMesh/services", - "location": "[parameters('location')]", "name": "web", "properties": { "description": "Service Fabric Mesh Visual Objects Web Service.", @@ -103,7 +102,6 @@ }, { "type": "Microsoft.ServiceFabricMesh/services", - "location": "[parameters('location')]", "name": "worker", "properties": { "description": "Service Fabric Mesh Visual Objects Worker Service.", diff --git a/templates/visualobjects/visualobjects.scaleout.windows.json b/templates/visualobjects/visualobjects.scaleout.windows.json index 71b1fa50..aabeb5e4 100644 --- a/templates/visualobjects/visualobjects.scaleout.windows.json +++ b/templates/visualobjects/visualobjects.scaleout.windows.json @@ -65,7 +65,6 @@ "services": [ { "type": "Microsoft.ServiceFabricMesh/services", - "location": "[parameters('location')]", "name": "web", "properties": { "description": "Service Fabric Mesh Visual Objects Web Service.", @@ -103,7 +102,6 @@ }, { "type": "Microsoft.ServiceFabricMesh/services", - "location": "[parameters('location')]", "name": "worker", "properties": { "description": "Service Fabric Mesh Visual Objects Worker Service.", diff --git a/templates/visualobjects/visualobjects.upgrade.linux.json b/templates/visualobjects/visualobjects.upgrade.linux.json index 53c280be..6069c3f5 100644 --- a/templates/visualobjects/visualobjects.upgrade.linux.json +++ b/templates/visualobjects/visualobjects.upgrade.linux.json @@ -65,7 +65,6 @@ "services": [ { "type": "Microsoft.ServiceFabricMesh/services", - "location": "[parameters('location')]", "name": "web", "properties": { "description": "Service Fabric Mesh Visual Objects Web Service.", @@ -103,7 +102,6 @@ }, { "type": "Microsoft.ServiceFabricMesh/services", - "location": "[parameters('location')]", "name": "worker", "properties": { "description": "Service Fabric Mesh Visual Objects Worker Service.", diff --git a/templates/visualobjects/visualobjects.upgrade.windows.json b/templates/visualobjects/visualobjects.upgrade.windows.json index 6b196eeb..b5ea084e 100644 --- a/templates/visualobjects/visualobjects.upgrade.windows.json +++ b/templates/visualobjects/visualobjects.upgrade.windows.json @@ -65,7 +65,6 @@ "services": [ { "type": "Microsoft.ServiceFabricMesh/services", - "location": "[parameters('location')]", "name": "web", "properties": { "description": "Service Fabric Mesh Visual Objects Web Service.", @@ -103,7 +102,6 @@ }, { "type": "Microsoft.ServiceFabricMesh/services", - "location": "[parameters('location')]", "name": "worker", "properties": { "description": "Service Fabric Mesh Visual Objects Worker Service.",