Merged
Conversation
* 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.
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) |
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
Jinming-Hu
requested changes
Feb 5, 2026
* Fix comments * Add end line * Fix build failure * Update test case * Update * Add comments
Jinming-Hu
requested changes
Feb 9, 2026
Jinming-Hu
requested changes
Feb 10, 2026
Jinming-Hu
approved these changes
Feb 10, 2026
Jinming-Hu
approved these changes
Feb 11, 2026
Copilot AI
pushed a commit
that referenced
this pull request
Apr 14, 2026
* Storage/STG101/content validation (#6850) * 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. * Protocol Layer * Storage/STG101/Cross-tenant principal bound sas (#6863) * Cross-tenant principal bound sas * Fix test failure * Add Dynamic Sas support (#6868) * Storage/Stg101/Source Customer Provided Key and AccessTierConditions for Delete Blob API (#6869) * Source CMK and Delete condition for AccessTier * Rename * Fix Cspell * Storage/STG101 Add test cases for features (#6933) * Add test cases for STG101 feature * Fix clang format * Add more cases for content validation (#6943) * Storage/STG101/Content validation client option support (#6945) * Content validation client option support * Update test cases * Fix test case * FIx test case * Fix test case * Fix test failure * Remove dup fields * Fix comment * Storage/STG101/fix comments (#6949) * Fix comments * Add end line * Fix build failure * Update test case * Update * Add comments * Update test case. * Fix API View comments * Fix comments * Improve code structures * Update with comments * Fix clang format * Improve code structure. * Fix comments * Fix clang format. * Improve structured message test cases * Fix clang format * Fix clang format failure * Fix cspell * Change the type to final Co-authored-by: RickWinter <4430337+RickWinter@users.noreply.github.com>
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.
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.