Skip to content

Commit

Permalink
Merge pull request #3190 from marwanad/fix-bad-cherry-pick-3141-1.18
Browse files Browse the repository at this point in the history
1.18: fix bad cherry-pick for #3141
  • Loading branch information
k8s-ci-robot authored Jun 4, 2020
2 parents c6d8539 + 8f880ac commit f7aa0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-autoscaler/cloudprovider/azure/azure_scale_set.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ func (scaleSet *ScaleSet) IncreaseSize(delta int) error {
}

// GetScaleSetVms returns list of nodes for the given scale set.
func (scaleSet *ScaleSet) GetScaleSetVms() ([]compute.VirtualMachineScaleSetVM, error) {
func (scaleSet *ScaleSet) GetScaleSetVms() ([]compute.VirtualMachineScaleSetVM, *retry.Error) {
klog.V(4).Infof("GetScaleSetVms: starts")
ctx, cancel := getContextWithCancel()
defer cancel()
Expand Down

0 comments on commit f7aa0e9

Please sign in to comment.