gardener / machine-controller-manager-provider-azure

This repository is the out of tree implementation of the machine driver for Azure cloud provider
Apache License 2.0
8 stars 27 forks source link

Fix VM names in ListMachineResponse #116

Closed unmarshall closed 11 months ago

unmarshall commented 11 months ago

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 commented 11 months ago

/close