Bump azdatalake azblob dependency to pick up structured message CRC64 download validation fixes
Follow-up from #27263.
azdatalake delegates structured message (XSM/1.0) CRC64 download decoding to the azblob dependency. The download-path validation fixes were made in azblob via #27348 (ported from the azfile fixes in #27261):
- Trailing segment footer / message trailer CRC64 validated in the same
Read that emits the final payload byte (no skipped validation on exact buffer fill).
- Decoder preserves the error chain with
%w; retry reader classifies retryable errors with errors.Is/errors.As.
- Decoder rejects a response missing the negotiated CRC64 flag.
#27263 merged the azdatalake upload-side fixes independently. Once azblob #27348 is released, bump sdk/storage/azdatalake/go.mod to that azblob version so the download-path fixes take effect at runtime for azdatalake.
Depends on: #27348 (merge + azblob release).
Bump azdatalake azblob dependency to pick up structured message CRC64 download validation fixes
Follow-up from #27263.
azdatalake delegates structured message (XSM/1.0) CRC64 download decoding to the azblob dependency. The download-path validation fixes were made in azblob via #27348 (ported from the azfile fixes in #27261):
Readthat emits the final payload byte (no skipped validation on exact buffer fill).%w; retry reader classifies retryable errors witherrors.Is/errors.As.#27263 merged the azdatalake upload-side fixes independently. Once azblob #27348 is released, bump
sdk/storage/azdatalake/go.modto that azblob version so the download-path fixes take effect at runtime for azdatalake.Depends on: #27348 (merge + azblob release).