Skip to content

Commit

Permalink
remove wrong Expand Query param (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
HadwaAbdelhalem committed Apr 12, 2022
1 parent 199203b commit 2bac268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/azure/loadbalancer.go
Expand Up @@ -173,7 +173,7 @@ func GetLoadBalancerE(loadBalancerName string, resourceGroupName string, subscri
}

// Get the Load Balancer
lb, err := client.Get(context.Background(), resourceGroupName, loadBalancerName, subscriptionID)
lb, err := client.Get(context.Background(), resourceGroupName, loadBalancerName, "")
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 2bac268

Please sign in to comment.