Skip to content

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

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?

Copy link
Member

@Jinming-Hu Jinming-Hu left a 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?

@microzchang
Copy link
Member Author

microzchang commented Feb 23, 2023

The new field EncryptionContext is non-nullable in both response and request options in .Net SDK. Can you check other SDK as well?

I checked Java SDK, it's not a required value(which is nullable in java).
https://github.com/Azure/azure-sdk-for-java/blob/ac1e8b0c5c89603ea659710af39e5fcf187d26b9/sdk/storage/azure-storage-file-datalake/src/main/java/com/azure/storage/file/datalake/options/DataLakePathCreateOptions.java#L285
https://github.com/Azure/azure-sdk-for-java/pull/33174/files

And I also asked @EmmaZhu , she also thought it's a nullable value.

@Jinming-Hu
Copy link
Member

Sure, keep them nullable

@microzchang
Copy link
Member Author

/azp run cpp - storage

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@microzchang
Copy link
Member Author

/check-enforcer override

@microzchang microzchang merged commit 2df533e into Azure:feature/storage-stg87 Feb 28, 2023
microzchang added a commit to microzchang/azure-sdk-for-cpp that referenced this pull request Apr 4, 2023
microzchang added a commit to microzchang/azure-sdk-for-cpp that referenced this pull request Apr 4, 2023
microzchang added a commit that referenced this pull request Apr 6, 2023
* Stg87 protocol layer (#4374)

* storage stg87 protocol layer

* Storage/feature/stg87-hns encryption context (#4383)

* hns_encryption_context

* Storage/feature/stg87-trailing dot (#4389)

 trailing dot

* Storage/feature/stg87-File OAuth (#4413)

* file oauth

* enable some stg87 tests
antkmsft pushed a commit that referenced this pull request Apr 6, 2023
* Stg87 protocol layer (#4374)

* storage stg87 protocol layer

* Storage/feature/stg87-hns encryption context (#4383)

* hns_encryption_context

* Storage/feature/stg87-trailing dot (#4389)

 trailing dot

* Storage/feature/stg87-File OAuth (#4413)

* file oauth

* enable some stg87 tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants