From 855375a5a6b8572570521bf8b01a6040dccb836d Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Fri, 23 Feb 2024 07:22:50 -0800 Subject: [PATCH] Delete Allfiles/Labs/08/az104-08-custom_script_extension.json --- .../08/az104-08-custom_script_extension.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 Allfiles/Labs/08/az104-08-custom_script_extension.json diff --git a/Allfiles/Labs/08/az104-08-custom_script_extension.json b/Allfiles/Labs/08/az104-08-custom_script_extension.json deleted file mode 100644 index 98a3e32b..00000000 --- a/Allfiles/Labs/08/az104-08-custom_script_extension.json +++ /dev/null @@ -1,18 +0,0 @@ - { - "type": "Microsoft.Compute/virtualMachines/extensions", - "name": "az104-08-vm1/customScriptExtension", - "apiVersion": "2018-06-01", - "location": "[resourceGroup().location]", - "dependsOn": [ - "az104-08-vm1" - ], - "properties": { - "publisher": "Microsoft.Compute", - "type": "CustomScriptExtension", - "typeHandlerVersion": "1.7", - "autoUpgradeMinorVersion": true, - "settings": { - "commandToExecute": "powershell.exe Install-WindowsFeature -name Web-Server -IncludeManagementTools && powershell.exe remove-item 'C:\\inetpub\\wwwroot\\iisstart.htm' && powershell.exe Add-Content -Path 'C:\\inetpub\\wwwroot\\iisstart.htm' -Value $($env:computername)" - } - } - }, \ No newline at end of file