-
Notifications
You must be signed in to change notification settings - Fork 150
Storage STG101 features #6944
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
microzchang
wants to merge
9
commits into
main
Choose a base branch
from
feature/storage/stg101
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Storage STG101 features #6944
+4,479
−303
Conversation
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
* Storage STG99/Content Validation - Main Function and Blob Support (#6407) * Content Validation * Add blob support * fix init * update logic * update logic * update * Update * Update build failure * Update init * Fix clang format * update docs * Rebase main * Storage/Content Validation Part2 (#6530) * Add file and datalake support * Update test cases * Update Logic * Update test case * Fix failure * Update test case. * update test record * fix cspell.
* Cross-tenant principal bound sas * Fix test failure
…for Delete Blob API (#6869) * Source CMK and Delete condition for AccessTier * Rename * Fix Cspell
* Add test cases for STG101 feature * Fix clang format
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR implements Storage STG101 features for Azure Storage SDK for C++. The main changes include:
Changes:
- Updates API version from 2026-02-06 to 2026-04-06 across all storage services
- Adds structured message support with CRC64 validation for uploads/downloads
- Implements delegated user tenant ID for cross-tenant SAS scenarios
- Adds dynamic SAS with custom request headers and query parameters
Reviewed changes
Copilot reviewed 63 out of 63 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| swagger/README.md files | Updated API version and spec references to 2026-04-06 |
| rest_client.cpp/.hpp files | Updated API version constant and added SignedDelegatedUserTid fields |
| *_sas_builder.cpp/.hpp | Added RequestHeaders/RequestQueryParameters support and updated string-to-sign |
| structured_message_*.cpp/.hpp | New implementation for encoding/decoding structured messages with CRC64 |
| *_client.cpp | Integrated structured message and validation options |
| *_options.hpp | Added TransferValidationOptions and DelegatedUserTid |
| test files | Enabled cross-tenant tests and added structured message tests |
| datalake_utilities.cpp/.hpp | Fixed typo and added validation options mapping (with bug) |
sdk/storage/azure-storage-files-datalake/src/datalake_utilities.cpp
Outdated
Show resolved
Hide resolved
sdk/storage/azure-storage-files-datalake/test/ut/datalake_file_client_test.cpp
Outdated
Show resolved
Hide resolved
Jinming-Hu
approved these changes
Feb 2, 2026
* Content validation client option support * Update test cases * Fix test case * FIx test case * Fix test case * Fix test failure
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.
Pull Request Checklist
Please leverage this checklist as a reminder to address commonly occurring feedback when submitting a pull request to make sure your PR can be reviewed quickly:
See the detailed list in the contributing guide.