> ### `az feedback` auto-generates most of the information requested below, as of CLI version 2.0.62 **Describe the bug** <!--- A clear and concise description of what the bug is. ---> ``` az vm host create --host-group myHostGroup --name host1 --sku DSv3-Type2 ``` reports an error ``` InvalidArgumentValueError: az vm host create: 'DSv3-Type2' is not a valid value for '--sku'. Did you mean 'DSv3-Type1' ? ``` **To Reproduce** <!--- Steps to reproduce the behavior. ---> **Expected behavior** <!--- A clear and concise description of what you expected to happen. ---> **Environment summary** <!--- Install Method (e.g. pip, interactive script, apt-get, Docker, MSI, edge build) / CLI version (`az --version`) / OS version / Shell Type (e.g. bash, cmd.exe, Bash on Windows) ---> **Additional context** <!--- Add any other context about the problem here. --->
Describe the bug
reports an error
To Reproduce
Expected behavior
Environment summary
Additional context