From d8a2c3c9bad5b1f28db3633bfaf1a99aaa719b4e Mon Sep 17 00:00:00 2001 From: SrikanthMyakam Date: Sat, 25 Jan 2025 15:32:56 +0530 Subject: [PATCH] HyperV platform port forwarding for internal switches Virtual machines with an internal switch type cannot be accessed from outside the host. To enable external access, you need to use NAT and port mapping. [Hyper-v platform] Delete disks on deletion of VM When a VM is deleted, its attached disks are not automatically removed, which can lead to disk space issues. This change will address the problem by ensuring that both the OS and data disks attached to the VM are deleted across all storage controllers on VM deletion. Revert "[Hyper-v platform] Delete disks on deletion of VM" This reverts commit d7b3dc2411dc1171189a5fc733d0685ccedb5cc5. Revert "HyperV platform port forwarding for internal switches" This reverts commit 096d8a2de00f3e48a6e06b2816d180e1e0e2d83c.