-
Notifications
You must be signed in to change notification settings - Fork 46
VM Connect Changes #312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
VM Connect Changes #312
Conversation
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
han-sogawa-microsoft
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approve, just need remove the changed references before merge
| return nil, err | ||
| } | ||
|
|
||
| mocResponse, err := c.VirtualMachineAgentClient.GetHyperVVmId(ctx, vm[0]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to be safe, can we make sure the vm list is non-empty before accessing it? Same applies to lines 437 and 454
No description provided.