Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
azure_rm_virtualmachine: Protect against no diskSizeGB (#185)
Disks `diskSizeGB` is not reported if the Virtual Machine is deallocated. Trying to fetch it is causing a `KeyError`. This guards against that KeyError and then nulls out the key so it isn't set incorrectly in the update call.
- Loading branch information