az vm run-command invoke returns out of order results
Open
act-observability-squad
Compute
customer-reported
feature-request
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
> ### `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**
Contributor guide
Assessment
This issue has not been assessed yet.