-
Notifications
You must be signed in to change notification settings - Fork 136
Storage/feature/stg87-hns encryption context #4383
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
Storage/feature/stg87-hns encryption context #4383
Conversation
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.
The new field EncryptionContext
is non-nullable in both response and request options in .Net SDK. Can you check other SDK as well?
sdk/storage/azure-storage-files-datalake/test/ut/datalake_file_client_test.cpp
Outdated
Show resolved
Hide resolved
…_client_test.cpp Co-authored-by: JinmingHu <[email protected]>
I checked Java SDK, it's not a required value(which is nullable in java). And I also asked @EmmaZhu , she also thought it's a nullable value. |
Sure, keep them nullable |
/azp run cpp - storage |
Azure Pipelines successfully started running 1 pipeline(s). |
/check-enforcer override |
* hns_encryption_context
* hns_encryption_context
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.