adamswbrown/rvtools2azuremigratePS

When a Utilisation percentage of 30 is used for Memory an error is thrown

Closed this issue · 1 comments

ConvertTo-AzMigrateCSV -RVToolsData $convertedData -OutputFile AzureMigrate.csv -CPUUtilization Custom -MemoryUtilizationPercentage Custom
Enter custom CPU utilization percentage: 95
Enter custom memory utilization percentage: 30
MetadataError:
Line |
173 | $MemoryUtilizationPercentage = Read-Host "Enter custom memory …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| The variable cannot be validated because the value 30 is not a valid value for the MemoryUtilizationPercentage variable.
CSV file saved to AzureMigrate.csv

Resolved with current branch.