az feedback auto-generates most of the information requested below, as of CLI version 2.0.62
Describe the bug
az vm run-command invoke has a option to provide multiple vm resource IDs via -ids but the messages back are not returned in the same order and do not have a way to match the results back to the resource ids
To Reproduce
az vm run-command invoke --ids --command-id RunShellScript --scripts "cat ./examplefile"
Expected behavior
results returned by the script in the same order as the list of resource ids
Environment summary
apt-get 2.28 WSL
Additional context
Describe the bug
az vm run-command invoke has a option to provide multiple vm resource IDs via -ids but the messages back are not returned in the same order and do not have a way to match the results back to the resource ids
To Reproduce
az vm run-command invoke --ids --command-id RunShellScript --scripts "cat ./examplefile"
Expected behavior
results returned by the script in the same order as the list of resource ids
Environment summary
apt-get 2.28 WSL
Additional context