-
Notifications
You must be signed in to change notification settings - Fork 244
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
Merge 4.0.0 to main branch #249
Merged
Merged
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
migrate storage sample to 4.0
…to "spring-cloud-azure-starter-keyvault-secrets".
…g.cloud.azure.keyvault.secret.`.
…re-spring-boot-samples into yonghui/samples
…eadme of servicebus binder samples.
…-kafka-sample Update Cache and Kafka sample
* add section to README.md to debug example.
1. This sample is copied from "single-property-source". 2. Change package to "com.azure.spring.keyvault.secrets.sample.client". 3. In SampleApplication, Use SecretClient to get the secret value. 4. Delete unnecessary dependencies: spring-boot-starter-actuator and spring-boot-starter-web. 5. Update root pom and root README.md 6. Update the value stored in Azure Key Vault Secret, to make the output more clear.
* Update aad sample due to conditional access removal * Make the aad reference classes not in implementation package
…ure-Samples#233) * remain compatible * refactor sample Co-authored-by: Xiaolu Dai <31124698+saragluna@users.noreply.github.com>
Co-authored-by: Xiaolu Dai <31124698+saragluna@users.noreply.github.com>
Update the keyvault property configuration to make sure the sample works properly.
* Use terraform commands instead of az commands in shell script and upgrade version Co-authored-by: Xiaolu Dai <31124698+saragluna@users.noreply.github.com>
…ing-cloud-azure-dependencies contains it (Azure-Samples#238)
* add description * change dir * add more description
* change aad-resource-server-by-filter * change aad-resource-server-by-filter * change aad-resource-server-by-filter-stateless Co-authored-by: Xiaolu Dai <31124698+saragluna@users.noreply.github.com>
stliu
approved these changes
Mar 29, 2022
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.
Merge the 4.0.0 changes to the main branch.