Skip to content

Commit

Permalink
Merge branch 'master' into correctPSqlUserMySQLUsername
Browse files Browse the repository at this point in the history
  • Loading branch information
buhongw7583c authored Jun 18, 2020
2 parents 3335d2e + 49fcbbf commit 0eb1627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resourcemanager/rediscaches/redis/rediscaches.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func (r *AzureRedisCacheManager) CreateRedisCache(
vnetManager := vnet.NewAzureVNetManager()
sid := vnet.ParseSubnetID(props.SubnetID)

ip, err = vnetManager.GetAvailableIP(ctx, instance.Spec.ResourceGroupName, sid.VNet, sid.Subnet)
ip, err = vnetManager.GetAvailableIP(ctx, sid.ResourceGroup, sid.VNet, sid.Subnet)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 0eb1627

Please sign in to comment.