I pushed a commit that unifies how `getNode` and `listNodes` build the `VMDeployment`. This actually fixes an omission from the previous commit, where the result of `getNode` does contain the private IP addresses, but the result of `listNodes` doesn't.
And in another commit, I converted `VMDeployment` to use AutoValue. I'm not 100% sure about `@SerializedNames`, but other than that, I think it should be OK. TBH, `VMDeployment` is just an internal DTO class that isn't returned by any Azure API nor is it a part of this provider's API, so I think it could have easily stayed as it was, but whatever :-) --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/298#issuecomment-232612092
