Skip to content
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

Fix VM names in ListMachineResponse #116

Closed
unmarshall opened this issue Nov 27, 2023 · 1 comment
Closed

Fix VM names in ListMachineResponse #116

unmarshall opened this issue Nov 27, 2023 · 1 comment
Assignees
Labels
kind/bug Bug status/closed Issue is closed (either delivered or triaged)

Comments

@unmarshall
Copy link
Contributor

What happened:
In ListMachines we leverage resource-graph KUSTO query to get VM names from the following resources:

  1. VirtualMachines
  2. NetworkInterfaces
  3. OSDisk
  4. DataDisk

The issue that we saw was that while extracting VM name from DataDisk an extra hyphen was added as a suffix to the VM name.

What you expected to happen:
VM Names are correctly extracted from DataDisk(s) if present.

@himanshu-kun
Copy link
Contributor

/close

@gardener-robot gardener-robot added the status/closed Issue is closed (either delivered or triaged) label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Bug status/closed Issue is closed (either delivered or triaged)
Projects
None yet
Development

No branches or pull requests

3 participants