From cb4746b972bc4d5cd0a0ab542ef6dde181621dbb Mon Sep 17 00:00:00 2001 From: haagha <64601174+haagha@users.noreply.github.com> Date: Thu, 15 Oct 2020 13:15:09 -0400 Subject: [PATCH] Update map.json --- map.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/map.json b/map.json index 8229098..f1beace 100644 --- a/map.json +++ b/map.json @@ -38,5 +38,10 @@ "id" : "linux-alar-fki", "path" : "src/linux/linux-alar-fki.sh", "description" : "alar-fki allows to recover a failed VM. Three recover scenarios are possible: fstab, initrd and kernel. NOTE: use option --run-on-repair. Se the docu for more details: https://github.com/Azure/repair-script-library/blob/master/src/linux/common/helpers/alar/README.md" + }, + { + "id" : "enable-nested", + "path" : "src/windows/enable-nestedhyperv.ps1", + "description" : "enable nested hyperv script" } ]