Discovery setting "isVirtual" field to false for Virtual Machines hosted in cloudIssue Discovery is not setting the "isVirtual" field to True for Virtual Machines hosted in cloud. The windows cloud servers are marked as virtual true through the horizontal pattern "Windows OS - Servers" in Step 40. Windows - Cloud. The below error can be seen in step 40.2.3. Run the script Error : Processing -File 'admin:\temp\******\Discovery\ConfirmAzureVM.ps1' failed: The given path's format is not supported. Specify a valid path for the -File parameter.2022-11-28 16:53:10: setAttribute(isAzure,Processing -File ' 'admin:\temp\******\Discovery\ConfirmAzureVM.ps1' failed: The given path's format is not supported. Specify a valid path for the -File parameter.) ReleaseAnyCauseThis is due to an incorrect path format being passed by the property "mid.powershell.target_base_dir" to step "40.2.2. Put script checking if this server is running on Azure" where the script path is populated incorrectly. Example: "admin:\temp\******\Discovery\ConfirmAzureVM.ps" instead of "c:\temp\******\Discovery\ConfirmAzureVM.ps". This results in the file not being placed in the designated path and results in an error.ResolutionPlease provide a valid path to the property "mid.powershell.target_base_dir".