Skip to content

Commit da27925

Browse files
committed
ssh key
1 parent b206947 commit da27925

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Deploy-AD/azuredeploy-ad.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@
263263
"setEdgeFRUscript": "https://raw.githubusercontent.com/DefensiveOrigins/DO-LAB/main/Deploy-AD/scripts/Set-EdgeFRU.ps1",
264264
"addshortcutsscript": "https://raw.githubusercontent.com/DefensiveOrigins/DO-LAB/main/Deploy-AD/scripts/Add-Shortcuts.ps1",
265265
"addsbrowsersscript": "https://raw.githubusercontent.com/DefensiveOrigins/DO-LAB/main/Deploy-AD/scripts/Add-Browsers.ps1",
266+
"addkeyscript": "https://raw.githubusercontent.com/DefensiveOrigins/DO-LAB/main/Deploy-AD/scripts/Add-SSHKey.ps1",
267+
266268

267269
// Powershell DSC Scripts
268270
"dscModules": "https://raw.githubusercontent.com/DefensiveOrigins/DO-LAB/main/Deploy-AD/scripts/Install-DSC-Modules.ps1",
@@ -284,7 +286,8 @@
284286
"[variables('setServerManagerScript')]",
285287
"[variables('setEdgeFRUscript')]",
286288
"[variables('addshortcutsscript')]",
287-
"[variables('addsbrowsersscript')]"
289+
"[variables('addsbrowsersscript')]",
290+
"[variables('addkeyscript')]"
288291
],
289292

290293
// Virtual Machine Properties

0 commit comments

Comments
 (0)