Skip to content

Commit

Permalink
update azuredeploy.json paths
Browse files Browse the repository at this point in the history
  • Loading branch information
pcostantini committed Sep 22, 2016
1 parent 352986f commit a2a0e1b
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Node/cards-CarouselCards/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"Project": {
"type": "string",
"defaultValue": "Node/CarouselCards"
"defaultValue": "Node/cards-CarouselCards"
},
"WEBSITE_NODE_DEFAULT_VERSION": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion Node/cards-RichCards/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"Project": {
"type": "string",
"defaultValue": "Node/RichCards"
"defaultValue": "Node/cards-RichCards"
},
"WEBSITE_NODE_DEFAULT_VERSION": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion Node/core-ChannelData/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"Project": {
"type": "string",
"defaultValue": "Node/ChannelData"
"defaultValue": "Node/core-ChannelData"
},
"WEBSITE_NODE_DEFAULT_VERSION": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion Node/core-CreateNewConversation/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"Project": {
"type": "string",
"defaultValue": "Node/CreateNewConversation"
"defaultValue": "Node/core-CreateNewConversation"
},
"WEBSITE_NODE_DEFAULT_VERSION": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion Node/core-DirectLine/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"Project": {
"type": "string",
"defaultValue": "Node/DirectLine/DirectLineBot"
"defaultValue": "Node/core-DirectLine/DirectLineBot"
},
"WEBSITE_NODE_DEFAULT_VERSION": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion Node/core-GetConversationMembers/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"Project": {
"type": "string",
"defaultValue": "Node/GetConversationMembers"
"defaultValue": "Node/core-GetConversationMembers"
},
"WEBSITE_NODE_DEFAULT_VERSION": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion Node/core-MultiDialogs/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"Project": {
"type": "string",
"defaultValue": "Node/MultiDialogs"
"defaultValue": "Node/core-MultiDialogs"
},
"WEBSITE_NODE_DEFAULT_VERSION": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion Node/core-ReceiveAttachment/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"Project": {
"type": "string",
"defaultValue": "Node/ReceiveAttachment"
"defaultValue": "Node/core-ReceiveAttachment"
},
"WEBSITE_NODE_DEFAULT_VERSION": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion Node/core-SendAttachment/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"Project": {
"type": "string",
"defaultValue": "Node/SendAttachment"
"defaultValue": "Node/core-SendAttachment"
},
"WEBSITE_NODE_DEFAULT_VERSION": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion Node/core-State/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"Project": {
"type": "string",
"defaultValue": "Node/State"
"defaultValue": "Node/core-State"
},
"WEBSITE_NODE_DEFAULT_VERSION": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion Node/demo-ContosoFlowers/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"Project": {
"type": "string",
"defaultValue": "Node/ContosoFlowers"
"defaultValue": "Node/demo-ContosoFlowers"
},
"WEBSITE_NODE_DEFAULT_VERSION": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion Node/intelligence-LUIS/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"Project": {
"type": "string",
"defaultValue": "Node/LUIS"
"defaultValue": "Node/intelligence-LUIS"
},
"WEBSITE_NODE_DEFAULT_VERSION": {
"type": "string",
Expand Down

0 comments on commit a2a0e1b

Please sign in to comment.