diff --git a/lib/srv/discovery/fetchers/azure-sync/virtualmachines.go b/lib/srv/discovery/fetchers/azure-sync/virtualmachines.go index bc1c279a8b416..f681444ccb820 100644 --- a/lib/srv/discovery/fetchers/azure-sync/virtualmachines.go +++ b/lib/srv/discovery/fetchers/azure-sync/virtualmachines.go @@ -28,7 +28,6 @@ import ( ) func (a *Fetcher) fetchVirtualMachines(ctx context.Context) ([]*accessgraphv1alpha.AzureVirtualMachine, error) { - // Fetch the VMs vms, err := a.vmClient.ListVirtualMachines(ctx, "*") if err != nil { return nil, trace.Wrap(err)