problem
When I execute destroyVirtualMachine with expunge, I get an unexpected response:
{
"null": {
"securitygroup": [],
"nic": [],
"affinitygroup": [],
"deleteprotection": false,
"tags": []
}
}
Instead of
{
"virtualmachine": {
// ...
}
}
versions
4.20.1
The steps to reproduce the bug
- Create VM
- Destroy VM with destroyVirtualMachine with and without
expunge
- Check response
What to do about it?
Make response consistent for both requests