sauryadas / Azure-CLI-VMSS

Azure CLI VM Scale Sets (VMSS) Samples
1 stars 1 forks source link

azure vmss config sku set doesn't prompt #41

Closed gatneil closed 8 years ago

gatneil commented 8 years ago

When I run 'azure vmss config sku set', I expect it to prompt me for both the file and the elements of the sku. Instead, it only prompts me for the file then exits without doing anything:

capture

gatneil commented 8 years ago

This appears to be a general problem with other 'azure vmss config' commands as well; please fix in all of them :)

sauryadas commented 8 years ago

@huangpf - please take a look

huangpf commented 8 years ago

Please help merge and sort duplicate or related bugs for better tracking, :-)

huangpf commented 8 years ago

Fixed:

xxx\cli-dev>node bin\azure vmss config sku set
info:    Executing command vmss config sku set
parameter-file : .\test\qqq.txt
error:   ENOENT, no such file or directory 'xxx\test\qqq.txt'
info:    Error information has been recorded to xxx\.azure\azure.err
error:   vmss config sku set command failed
huangpf commented 8 years ago

I tag it as Ready-For-Test. Please help close the issue, once it's been verified on your end, :-) Thanks @gatneil .

sauryadas commented 8 years ago

closing since i havent heard from @gatneil