Skip to content

Conversation

@microzchang
Copy link
Member

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.

  • C++ Guidelines
  • Doxygen docs
  • Unit tests
  • No unwanted commits/changes
  • Descriptive title/description
    • PR is single purpose
    • Related issue listed
  • Comments in source
  • No typos
  • Update changelog
  • Not work-in-progress
  • External references or docs updated
  • Self review of PR done
  • Any breaking changes?

microzchang and others added 6 commits January 29, 2026 13:41
* 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
Copilot AI review requested due to automatic review settings February 2, 2026 06:31
@github-actions github-actions bot added the Storage Storage Service (Queues, Blobs, Files) label Feb 2, 2026
Copy link
Contributor

Copilot AI left a 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)

microzchang and others added 2 commits February 3, 2026 16:52
* 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

Labels

Storage Storage Service (Queues, Blobs, Files)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants