Address dependency vulnerabilities: upgrade packages and fix related tests/compatibility#2647
Open
jainakanksha-msft wants to merge 17 commits into
Open
Address dependency vulnerabilities: upgrade packages and fix related tests/compatibility#2647jainakanksha-msft wants to merge 17 commits into
jainakanksha-msft wants to merge 17 commits into
Conversation
Collaborator
Author
|
@copilot resolve the merge conflicts in this pull request |
Merge conflicts are resolved in commit |
This comment was marked as outdated.
This comment was marked as outdated.
…oll.findOne() query and the necessary checks,
1cadbad to
13e6045
Compare
This was referenced Jun 9, 2026
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Introduced several important updates and improvements across the codebase, focusing on dependency upgrades, improved binary data handling, and test consistency. The changes enhance compatibility with newer library versions, standardize the use of
Uint8Arrayfor binary data, and streamline test logic.Dependency and Compatibility Updates:
package.json, including@azure/ms-rest-js,axios,tedious,@azure/storage-blob, and@azure/storage-queueto their latest versions for improved security and compatibility. Also added@azure/identityand removed the deprecatedazure-storagepackage.Binary Data Handling Improvements:
Uint8Arrayinstead ofBufferthroughout the codebase for handling binary data, including MD5 hashes, content MD5, and internal buffer conversions. This affects blob metadata stores, response handlers, and utility functions.Test Suite Consistency and Refactoring:
Uint8Arrayfor binary data, removed unnecessary environment checks, and simplified credential retrieval logic in blob batch API tests. Also fixed a property name casing issue in an authentication error assertion.Swagger and Documentation Updates:
BlobSequenceNumberparameter in the Swagger definition and updated the markdown documentation to reflect this change.Minor Refactoring and Code Quality:
thisfor stream end methods, fixing minor formatting, and refining type annotations.Add Change Log
README.mdChangeLog.md