-
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
Fixing Nested PK functionality in CosmosEntityInformation (#38274) #38356
Merged
trande4884
merged 2 commits into
Azure:feature/spring-boot-3
from
trande4884:trande_sb3_PR38274
Jan 19, 2024
Merged
Fixing Nested PK functionality in CosmosEntityInformation (#38274) #38356
trande4884
merged 2 commits into
Azure:feature/spring-boot-3
from
trande4884:trande_sb3_PR38274
Jan 19, 2024
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
* Fixing Nested PK functionality in CosmosEntityInformation and fixing issues with auto generated id's with bulk. * Adding changelog and cleaning up code. * Fixing issue with toList() * Updating try/catch * Fixing javadoc * Updating changelog and adding tests for Auto Generated ID's on saveAll.
trande4884
requested review from
kushagraThapar,
FabianMeiswinkel,
chenrujun,
Netyyyy,
saragluna,
xinlian12,
moarychan,
aayush3011,
simorenoh,
jeet1995 and
Pilchie
as code owners
January 18, 2024 17:38
API change check API changes are not detected in this pull request. |
kushagraThapar
approved these changes
Jan 18, 2024
/azp run java - spring - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
Netyyyy
pushed a commit
to Netyyyy/azure-sdk-for-java
that referenced
this pull request
Jan 19, 2024
… (Azure#38356) * Fixing Nested PK functionality in CosmosEntityInformation (Azure#38274) * Fixing Nested PK functionality in CosmosEntityInformation and fixing issues with auto generated id's with bulk. * Adding changelog and cleaning up code. * Fixing issue with toList() * Updating try/catch * Fixing javadoc * Updating changelog and adding tests for Auto Generated ID's on saveAll. * Update CHANGELOG.md
Netyyyy
pushed a commit
that referenced
this pull request
Jan 22, 2024
…38356) * Fixing Nested PK functionality in CosmosEntityInformation (#38274) * Fixing Nested PK functionality in CosmosEntityInformation and fixing issues with auto generated id's with bulk. * Adding changelog and cleaning up code. * Fixing issue with toList() * Updating try/catch * Fixing javadoc * Updating changelog and adding tests for Auto Generated ID's on saveAll. * Update CHANGELOG.md
Netyyyy
pushed a commit
that referenced
this pull request
Jan 22, 2024
…38356) * Fixing Nested PK functionality in CosmosEntityInformation (#38274) * Fixing Nested PK functionality in CosmosEntityInformation and fixing issues with auto generated id's with bulk. * Adding changelog and cleaning up code. * Fixing issue with toList() * Updating try/catch * Fixing javadoc * Updating changelog and adding tests for Auto Generated ID's on saveAll. * Update CHANGELOG.md
Netyyyy
pushed a commit
that referenced
this pull request
Jan 22, 2024
…38356) * Fixing Nested PK functionality in CosmosEntityInformation (#38274) * Fixing Nested PK functionality in CosmosEntityInformation and fixing issues with auto generated id's with bulk. * Adding changelog and cleaning up code. * Fixing issue with toList() * Updating try/catch * Fixing javadoc * Updating changelog and adding tests for Auto Generated ID's on saveAll. * Update CHANGELOG.md
3 tasks
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.
Fixing Nested PK functionality in CosmosEntityInformation and fixing issues with auto generated id's with bulk.
Adding changelog and cleaning up code.
Fixing issue with toList()
Updating try/catch
Fixing javadoc
Updating changelog and adding tests for Auto Generated ID's on saveAll.
Description
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines