Skip to content

Commit 08f1c45

Browse files
authored
[Node]Update node version to 16 in ARM templates (#3921)
* update node version in templates * update to version value ~16 * include TS templates changes * include all related templates samples
1 parent c6904bd commit 08f1c45

File tree

290 files changed

+586
-586
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

290 files changed

+586
-586
lines changed

Migration/Dispatch/csharp/14.nlp-with-dispatch/DeploymentTemplates/template-with-new-rg.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"appSettings": [
132132
{
133133
"name": "WEBSITE_NODE_DEFAULT_VERSION",
134-
"value": "10.14.1"
134+
"value": "~16"
135135
},
136136
{
137137
"name": "MicrosoftAppId",
@@ -181,4 +181,4 @@
181181
}
182182
}
183183
]
184-
}
184+
}

Migration/Dispatch/csharp/14.nlp-with-dispatch/DeploymentTemplates/template-with-preexisting-rg.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"appSettings": [
108108
{
109109
"name": "WEBSITE_NODE_DEFAULT_VERSION",
110-
"value": "10.14.1"
110+
"value": "~16"
111111
},
112112
{
113113
"name": "MicrosoftAppId",
@@ -152,4 +152,4 @@
152152
]
153153
}
154154
]
155-
}
155+
}

Migration/Dispatch/javascript/14.nlp-with-dispatch/deploymentTemplates/template-with-new-rg.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"appSettings": [
132132
{
133133
"name": "WEBSITE_NODE_DEFAULT_VERSION",
134-
"value": "10.14.1"
134+
"value": "~16"
135135
},
136136
{
137137
"name": "MicrosoftAppId",
@@ -181,4 +181,4 @@
181181
}
182182
}
183183
]
184-
}
184+
}

Migration/Dispatch/javascript/14.nlp-with-dispatch/deploymentTemplates/template-with-preexisting-rg.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"appSettings": [
108108
{
109109
"name": "WEBSITE_NODE_DEFAULT_VERSION",
110-
"value": "10.14.1"
110+
"value": "~16"
111111
},
112112
{
113113
"name": "MicrosoftAppId",
@@ -152,4 +152,4 @@
152152
]
153153
}
154154
]
155-
}
155+
}

Migration/MigrationV3V4/Node/Skills/v4-root-bot/deploymentTemplates/template-with-new-rg.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"appSettings": [
132132
{
133133
"name": "WEBSITE_NODE_DEFAULT_VERSION",
134-
"value": "10.14.1"
134+
"value": "~16"
135135
},
136136
{
137137
"name": "MicrosoftAppId",
@@ -181,4 +181,4 @@
181181
}
182182
}
183183
]
184-
}
184+
}

Migration/MigrationV3V4/Node/Skills/v4-root-bot/deploymentTemplates/template-with-preexisting-rg.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"appSettings": [
108108
{
109109
"name": "WEBSITE_NODE_DEFAULT_VERSION",
110-
"value": "10.14.1"
110+
"value": "~16"
111111
},
112112
{
113113
"name": "MicrosoftAppId",
@@ -152,4 +152,4 @@
152152
]
153153
}
154154
]
155-
}
155+
}

Migration/MigrationV3V4/Node/core-MultiDialogs-v4/deploymentTemplates/template-with-new-rg.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"appSettings": [
132132
{
133133
"name": "WEBSITE_NODE_DEFAULT_VERSION",
134-
"value": "10.14.1"
134+
"value": "~16"
135135
},
136136
{
137137
"name": "MicrosoftAppId",
@@ -181,4 +181,4 @@
181181
}
182182
}
183183
]
184-
}
184+
}

Migration/MigrationV3V4/Node/core-MultiDialogs-v4/deploymentTemplates/template-with-preexisting-rg.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"appSettings": [
108108
{
109109
"name": "WEBSITE_NODE_DEFAULT_VERSION",
110-
"value": "10.14.1"
110+
"value": "~16"
111111
},
112112
{
113113
"name": "MicrosoftAppId",
@@ -152,4 +152,4 @@
152152
]
153153
}
154154
]
155-
}
155+
}

archive/samples/csharp_dotnetcore/11.qnamaker/DeploymentTemplates/DeployUseExistResourceGroup/template-BotApp-with-rg.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
"appSettings": [
159159
{
160160
"name": "WEBSITE_NODE_DEFAULT_VERSION",
161-
"value": "10.14.1"
161+
"value": "~16"
162162
},
163163
{
164164
"name": "MicrosoftAppType",
@@ -188,4 +188,4 @@
188188
}
189189
}
190190
]
191-
}
191+
}

archive/samples/csharp_dotnetcore/11.qnamaker/DeploymentTemplates/DeployWithNewResourceGroup/template-BotApp-new-rg.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"appSettings": [
176176
{
177177
"name": "WEBSITE_NODE_DEFAULT_VERSION",
178-
"value": "10.14.1"
178+
"value": "~16"
179179
},
180180
{
181181
"name": "MicrosoftAppType",
@@ -210,4 +210,4 @@
210210
}
211211
}
212212
]
213-
}
213+
}

archive/samples/csharp_dotnetcore/14.nlp-with-orchestrator/DeploymentTemplates/DeployUseExistResourceGroup/template-BotApp-with-rg.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
"appSettings": [
159159
{
160160
"name": "WEBSITE_NODE_DEFAULT_VERSION",
161-
"value": "10.14.1"
161+
"value": "~16"
162162
},
163163
{
164164
"name": "MicrosoftAppType",
@@ -188,4 +188,4 @@
188188
}
189189
}
190190
]
191-
}
191+
}

archive/samples/csharp_dotnetcore/14.nlp-with-orchestrator/DeploymentTemplates/DeployWithNewResourceGroup/template-BotApp-new-rg.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"appSettings": [
176176
{
177177
"name": "WEBSITE_NODE_DEFAULT_VERSION",
178-
"value": "10.14.1"
178+
"value": "~16"
179179
},
180180
{
181181
"name": "MicrosoftAppType",
@@ -210,4 +210,4 @@
210210
}
211211
}
212212
]
213-
}
213+
}

archive/samples/csharp_dotnetcore/15.handling-attachments/DeploymentTemplates/DeployUseExistResourceGroup/template-BotApp-with-rg.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
"appSettings": [
159159
{
160160
"name": "WEBSITE_NODE_DEFAULT_VERSION",
161-
"value": "10.14.1"
161+
"value": "~16"
162162
},
163163
{
164164
"name": "MicrosoftAppType",
@@ -188,4 +188,4 @@
188188
}
189189
}
190190
]
191-
}
191+
}

archive/samples/csharp_dotnetcore/15.handling-attachments/DeploymentTemplates/DeployWithNewResourceGroup/template-BotApp-new-rg.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"appSettings": [
176176
{
177177
"name": "WEBSITE_NODE_DEFAULT_VERSION",
178-
"value": "10.14.1"
178+
"value": "~16"
179179
},
180180
{
181181
"name": "MicrosoftAppType",
@@ -210,4 +210,4 @@
210210
}
211211
}
212212
]
213-
}
213+
}

archive/samples/csharp_dotnetcore/18.bot-authentication/DeploymentTemplates/DeployUseExistResourceGroup/template-BotApp-with-rg.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
"appSettings": [
159159
{
160160
"name": "WEBSITE_NODE_DEFAULT_VERSION",
161-
"value": "10.14.1"
161+
"value": "~16"
162162
},
163163
{
164164
"name": "MicrosoftAppType",
@@ -188,4 +188,4 @@
188188
}
189189
}
190190
]
191-
}
191+
}

archive/samples/csharp_dotnetcore/18.bot-authentication/DeploymentTemplates/DeployWithNewResourceGroup/template-BotApp-new-rg.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"appSettings": [
176176
{
177177
"name": "WEBSITE_NODE_DEFAULT_VERSION",
178-
"value": "10.14.1"
178+
"value": "~16"
179179
},
180180
{
181181
"name": "MicrosoftAppType",
@@ -210,4 +210,4 @@
210210
}
211211
}
212212
]
213-
}
213+
}

archive/samples/csharp_dotnetcore/24.bot-authentication-msgraph/DeploymentTemplates/DeployUseExistResourceGroup/template-BotApp-with-rg.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
"appSettings": [
159159
{
160160
"name": "WEBSITE_NODE_DEFAULT_VERSION",
161-
"value": "10.14.1"
161+
"value": "~16"
162162
},
163163
{
164164
"name": "MicrosoftAppType",
@@ -188,4 +188,4 @@
188188
}
189189
}
190190
]
191-
}
191+
}

archive/samples/csharp_dotnetcore/24.bot-authentication-msgraph/DeploymentTemplates/DeployWithNewResourceGroup/template-BotApp-new-rg.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"appSettings": [
176176
{
177177
"name": "WEBSITE_NODE_DEFAULT_VERSION",
178-
"value": "10.14.1"
178+
"value": "~16"
179179
},
180180
{
181181
"name": "MicrosoftAppType",
@@ -210,4 +210,4 @@
210210
}
211211
}
212212
]
213-
}
213+
}

archive/samples/csharp_dotnetcore/25.message-reaction/DeploymentTemplates/DeployUseExistResourceGroup/template-BotApp-with-rg.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
"appSettings": [
159159
{
160160
"name": "WEBSITE_NODE_DEFAULT_VERSION",
161-
"value": "10.14.1"
161+
"value": "~16"
162162
},
163163
{
164164
"name": "MicrosoftAppType",
@@ -188,4 +188,4 @@
188188
}
189189
}
190190
]
191-
}
191+
}

archive/samples/csharp_dotnetcore/25.message-reaction/DeploymentTemplates/DeployWithNewResourceGroup/template-BotApp-new-rg.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"appSettings": [
176176
{
177177
"name": "WEBSITE_NODE_DEFAULT_VERSION",
178-
"value": "10.14.1"
178+
"value": "~16"
179179
},
180180
{
181181
"name": "MicrosoftAppType",
@@ -210,4 +210,4 @@
210210
}
211211
}
212212
]
213-
}
213+
}

archive/samples/csharp_dotnetcore/46.teams-auth/DeploymentTemplates/DeployUseExistResourceGroup/template-BotApp-with-rg.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
"appSettings": [
159159
{
160160
"name": "WEBSITE_NODE_DEFAULT_VERSION",
161-
"value": "10.14.1"
161+
"value": "~16"
162162
},
163163
{
164164
"name": "MicrosoftAppType",
@@ -188,4 +188,4 @@
188188
}
189189
}
190190
]
191-
}
191+
}

archive/samples/csharp_dotnetcore/46.teams-auth/DeploymentTemplates/DeployWithNewResourceGroup/template-BotApp-new-rg.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"appSettings": [
176176
{
177177
"name": "WEBSITE_NODE_DEFAULT_VERSION",
178-
"value": "10.14.1"
178+
"value": "~16"
179179
},
180180
{
181181
"name": "MicrosoftAppType",
@@ -210,4 +210,4 @@
210210
}
211211
}
212212
]
213-
}
213+
}

archive/samples/csharp_dotnetcore/49.qnamaker-all-features/DeploymentTemplates/DeployUseExistResourceGroup/template-BotApp-with-rg.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
"appSettings": [
159159
{
160160
"name": "WEBSITE_NODE_DEFAULT_VERSION",
161-
"value": "10.14.1"
161+
"value": "~16"
162162
},
163163
{
164164
"name": "MicrosoftAppType",
@@ -188,4 +188,4 @@
188188
}
189189
}
190190
]
191-
}
191+
}

archive/samples/csharp_dotnetcore/49.qnamaker-all-features/DeploymentTemplates/DeployWithNewResourceGroup/template-BotApp-new-rg.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"appSettings": [
176176
{
177177
"name": "WEBSITE_NODE_DEFAULT_VERSION",
178-
"value": "10.14.1"
178+
"value": "~16"
179179
},
180180
{
181181
"name": "MicrosoftAppType",
@@ -210,4 +210,4 @@
210210
}
211211
}
212212
]
213-
}
213+
}

archive/samples/csharp_dotnetcore/50.teams-messaging-extensions-search/DeploymentTemplates/DeployUseExistResourceGroup/template-BotApp-with-rg.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
"appSettings": [
159159
{
160160
"name": "WEBSITE_NODE_DEFAULT_VERSION",
161-
"value": "10.14.1"
161+
"value": "~16"
162162
},
163163
{
164164
"name": "MicrosoftAppType",
@@ -188,4 +188,4 @@
188188
}
189189
}
190190
]
191-
}
191+
}

0 commit comments

Comments
 (0)