Skip to content

Commit

Permalink
Merge pull request #1436 from ish-hcc/azure_fix_nlb
Browse files Browse the repository at this point in the history
AzureL Refactor NLB and fix getting VM list of NLB
  • Loading branch information
powerkimhub authored Jan 22, 2025
2 parents 32f61e8 + deb54fd commit 4a801a1
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 190 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ func (cloudConn *AzureCloudConnection) CreateNLBHandler() (irs.NLBHandler, error
VNicClient: cloudConn.VNicClient,
PublicIPClient: cloudConn.PublicIPClient,
VMClient: cloudConn.VMClient,
ScaleSetVMsClient: cloudConn.VirtualMachineScaleSetVMsClient,
DiskClient: cloudConn.DiskClient,
SubnetClient: cloudConn.SubnetClient,
IPConfigClient: cloudConn.IPConfigClient,
NLBLoadBalancingRulesClient: cloudConn.NLBLoadBalancingRulesClient,
Expand Down
Loading

0 comments on commit 4a801a1

Please sign in to comment.