Skip to content

Commit

Permalink
Update lib/srv/discovery/fetchers/azure-sync/virtualmachines.go
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Dinis <[email protected]>
  • Loading branch information
mvbrock and marcoandredinis authored Dec 16, 2024
1 parent 21da3f3 commit 38b6f65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/srv/discovery/fetchers/azure-sync/virtualmachines.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 38b6f65

Please sign in to comment.