azure-spring-boot-samples
azure-spring-boot-samples copied to clipboard
multi-tenant sample enhancements
Purpose
Remove some dead code, and change partition key to avoid warning that is now thrown following my PR here: https://github.com/Azure/azure-sdk-for-java/pull/35261
- ...
Does this introduce a breaking change?
[ ] Yes
[x] No
Pull Request Type
What kind of change does this Pull Request introduce?
[ ] Bugfix
[ ] Feature
[x] Code style update (formatting, local variables)
[x] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:
How to Test
- Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
- Test the code
What to Check
Verify that the following are valid
- ...