-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Fixes JSON property name of ClientEncryptionKeyProperties to match backend #24160
Merged
aayush3011
merged 8 commits into
Azure:main
from
aayush3011:users/akataria/updateEncryptionAlgorithmJson
Sep 18, 2021
Merged
Fixes JSON property name of ClientEncryptionKeyProperties to match backend #24160
aayush3011
merged 8 commits into
Azure:main
from
aayush3011:users/akataria/updateEncryptionAlgorithmJson
Sep 18, 2021
Conversation
This file contains 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
ghost
added
the
Cosmos
label
Sep 15, 2021
aayush3011
requested review from
FabianMeiswinkel,
kirankumarkolli,
kushagraThapar,
mbhaskar,
milismsft,
moderakh and
xinlian12
as code owners
September 15, 2021 18:48
/azp run java - cosmos - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
...mos-encryption/src/main/java/com/azure/cosmos/encryption/CosmosEncryptionAsyncContainer.java
Outdated
Show resolved
Hide resolved
...mos-encryption/src/main/java/com/azure/cosmos/encryption/CosmosEncryptionAsyncContainer.java
Outdated
Show resolved
Hide resolved
...mos-encryption/src/main/java/com/azure/cosmos/encryption/CosmosEncryptionAsyncContainer.java
Outdated
Show resolved
Hide resolved
...mos-encryption/src/main/java/com/azure/cosmos/encryption/CosmosEncryptionAsyncContainer.java
Show resolved
Hide resolved
...-cosmos-encryption/src/test/java/com/azure/cosmos/encryption/EncryptionAsyncApiCrudTest.java
Outdated
Show resolved
Hide resolved
sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/Constants.java
Show resolved
Hide resolved
….com:aayush3011/azure-sdk-for-java into users/akataria/updateEncryptionAlgorithmJson
aayush3011
requested review from
alzimmermsft,
amishra-dev,
anuchandy,
backwind1233,
benbp,
chenrujun,
conniey,
danieljurek,
g2vinay and
haolingdong-msft
as code owners
September 17, 2021 16:44
aayush3011
requested review from
MalcolmTyrrell,
michaelqi793,
moarychan,
mssfang,
pallavit,
qwordy,
rickle-msft,
samvaity,
saragluna,
srnagar,
stliu,
vcolin7,
weidongxu-microsoft,
weshaggard,
yiliuTo,
zhichengliu12581 and
ZhuXiaoBing-cn
as code owners
September 17, 2021 16:44
EncryptionKeyJsonProperty Merge Conflicts
….com:aayush3011/azure-sdk-for-java into users/akataria/updateEncryptionAlgorithmJson
/azp run java - cosmos - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
simplynaveen20
approved these changes
Sep 17, 2021
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.
LGTM
srnagar
pushed a commit
to srnagar/azure-sdk-for-java
that referenced
this pull request
Sep 20, 2021
…ckend (Azure#24160) * Fixes JSON property name of ClientEncryptionKeyProperties to match backend * Adding overloaded methods for CRUD operations * Fixes JSON property name of ClientEncryptionKeyProperties to match backend * Adding overloaded methods for CRUD operations * Resolving comments Co-authored-by: Aayush Kataria <[email protected]>
This was referenced Nov 18, 2021
azure-sdk
pushed a commit
to azure-sdk/azure-sdk-for-java
that referenced
this pull request
Jun 8, 2023
[Hub Generated] Publish private branch 'azure-kusto/devCM' (Azure#24160) * [AutoSync] dad295e34cd Merged PR 7593889: Python pipeline: Re-tag python image from pipeline if needed * [AutoSync] 779e3f273da Merged PR 7983985: NetworkSettingsAllowedFqdnListUpdater: allow updating while suspended * [AutoSync] 8234bea6386 Merged PR 8021356: Add db pagination to may 2023 version * [AutoSync] 3a2bf0e47c8 Merged PR 8120727: Region buildout: Fix specifying RpVmSize * [AutoSync] c87d8729e5a Merged PR 8147686: [Swagger] Fix LintDiff errors * [AutoSync] 5350cd308a9 Merged PR 8166361: Use upper-case values when configuring CORS --------- Co-authored-by: swagger-automation <[email protected]>
azure-sdk
pushed a commit
to azure-sdk/azure-sdk-for-java
that referenced
this pull request
Jun 8, 2023
Revert "[Hub Generated] Publish private branch 'azure-kusto/devCM' (Azure#24160)" (Azure#24355) This reverts commit 3ee139274d100f1e14b443d359d21e1644e297f6.
azure-sdk
pushed a commit
to azure-sdk/azure-sdk-for-java
that referenced
this pull request
Jun 24, 2023
Revert "Revert "[Hub Generated] Publish private branch 'azure-kusto/devCM' (Azure#24160)" (Azure#24355)" (Azure#24551) This reverts commit 6c157d49894462320db6603bb8e7b3077861b2d7.
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.
encryptionAlgorithmId -> encryptionAlgorithm
For example createItem(T item), createItem(T item, CosmosItemRequestOptions options)