Skip to content

Commit

Permalink
conflict resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
tanyasethi-msft committed Mar 18, 2024
1 parent 0d215a9 commit e2681a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/storage/azdatalake/file/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ func (o *AppendDataOptions) format(offset int64, body io.ReadSeekCloser) (*gener
_, err = o.TransactionalValidation.Apply(body, appendDataOptions)
if err != nil {
return nil, nil, nil, err
}

appendDataOptions.LeaseAction = o.LeaseAction
appendDataOptions.LeaseDuration = o.LeaseDuration
Expand Down

0 comments on commit e2681a3

Please sign in to comment.