Skip to content

Commit

Permalink
Changed the Default value in Parameters file
Browse files Browse the repository at this point in the history
Changed the Default value to be "GEN-UNIQUE" in Parameters file
  • Loading branch information
grandhiramesh committed Dec 6, 2016
1 parent ecb4254 commit b02e165
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"contentVersion": "1.0.0.0",
"parameters": {
"name": {
"value": "GEN-UNIQUE-RL-NM-001"
"value": "GEN-UNIQUE"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"contentVersion": "1.0.0.0",
"parameters": {
"namespaceName": {
"value": "GEN-UNIQUE-RL-NM-001"
"value": "GEN-UNIQUE"
},
"wcfRelayName": {
"value": "GEN-UNIQUE-RELAY-TCP-001"
"value": "GEN-UNIQUE"
},
"wcfRelayType": {
"value": "NetTcp"
},
"hybridConnectionName": {
"value": "GEN-UNIQUE-HYBRID-001"
"value": "GEN-UNIQUE"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"contentVersion": "1.0.0.0",
"parameters": {
"namespaceName": {
"value": "GEN-UNIQUE-RL-NM-001"
"value": "GEN-UNIQUE"
},
"hybridConnectionName": {
"value": "GEN-UNIQUE-HC-001"
"value": "GEN-UNIQUE"
}
}
}
4 changes: 2 additions & 2 deletions 201-azure-relay-create-wcfrelay/azuredeploy.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"contentVersion": "1.0.0.0",
"parameters": {
"namespaceName": {
"value": "GEN-UNIQUE-RL-NM-001"
"value": "GEN-UNIQUE"
},
"wcfRelayName": {
"value": "GEN-UNIQUE-RELAY-HTTP-001"
"value": "GEN-UNIQUE"
},
"wcfRelayType": {
"value": "Http"
Expand Down

0 comments on commit b02e165

Please sign in to comment.