Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Removing erroneous location values
Browse files Browse the repository at this point in the history
  • Loading branch information
armantajback committed Feb 23, 2019
1 parent 733e3bc commit 906a9a6
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
2 changes: 0 additions & 2 deletions templates/visualobjects/visualobjects.base.linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"services": [
{
"type": "Microsoft.ServiceFabricMesh/services",
"location": "[parameters('location')]",
"name": "web",
"properties": {
"description": "Service Fabric Mesh Visual Objects Web Service.",
Expand Down Expand Up @@ -103,7 +102,6 @@
},
{
"type": "Microsoft.ServiceFabricMesh/services",
"location": "[parameters('location')]",
"name": "worker",
"properties": {
"description": "Service Fabric Mesh Visual Objects Worker Service.",
Expand Down
2 changes: 0 additions & 2 deletions templates/visualobjects/visualobjects.base.windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"services": [
{
"type": "Microsoft.ServiceFabricMesh/services",
"location": "[parameters('location')]",
"name": "web",
"properties": {
"description": "Service Fabric Mesh Visual Objects Web Service.",
Expand Down Expand Up @@ -103,7 +102,6 @@
},
{
"type": "Microsoft.ServiceFabricMesh/services",
"location": "[parameters('location')]",
"name": "worker",
"properties": {
"description": "Service Fabric Mesh Visual Objects Worker Service.",
Expand Down
2 changes: 0 additions & 2 deletions templates/visualobjects/visualobjects.scaleout.linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"services": [
{
"type": "Microsoft.ServiceFabricMesh/services",
"location": "[parameters('location')]",
"name": "web",
"properties": {
"description": "Service Fabric Mesh Visual Objects Web Service.",
Expand Down Expand Up @@ -103,7 +102,6 @@
},
{
"type": "Microsoft.ServiceFabricMesh/services",
"location": "[parameters('location')]",
"name": "worker",
"properties": {
"description": "Service Fabric Mesh Visual Objects Worker Service.",
Expand Down
2 changes: 0 additions & 2 deletions templates/visualobjects/visualobjects.scaleout.windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"services": [
{
"type": "Microsoft.ServiceFabricMesh/services",
"location": "[parameters('location')]",
"name": "web",
"properties": {
"description": "Service Fabric Mesh Visual Objects Web Service.",
Expand Down Expand Up @@ -103,7 +102,6 @@
},
{
"type": "Microsoft.ServiceFabricMesh/services",
"location": "[parameters('location')]",
"name": "worker",
"properties": {
"description": "Service Fabric Mesh Visual Objects Worker Service.",
Expand Down
2 changes: 0 additions & 2 deletions templates/visualobjects/visualobjects.upgrade.linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"services": [
{
"type": "Microsoft.ServiceFabricMesh/services",
"location": "[parameters('location')]",
"name": "web",
"properties": {
"description": "Service Fabric Mesh Visual Objects Web Service.",
Expand Down Expand Up @@ -103,7 +102,6 @@
},
{
"type": "Microsoft.ServiceFabricMesh/services",
"location": "[parameters('location')]",
"name": "worker",
"properties": {
"description": "Service Fabric Mesh Visual Objects Worker Service.",
Expand Down
2 changes: 0 additions & 2 deletions templates/visualobjects/visualobjects.upgrade.windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"services": [
{
"type": "Microsoft.ServiceFabricMesh/services",
"location": "[parameters('location')]",
"name": "web",
"properties": {
"description": "Service Fabric Mesh Visual Objects Web Service.",
Expand Down Expand Up @@ -103,7 +102,6 @@
},
{
"type": "Microsoft.ServiceFabricMesh/services",
"location": "[parameters('location')]",
"name": "worker",
"properties": {
"description": "Service Fabric Mesh Visual Objects Worker Service.",
Expand Down

0 comments on commit 906a9a6

Please sign in to comment.