Skip to content

Commit 13a5602

Browse files
authored
update description (Azure#33756)
1 parent 2c20976 commit 13a5602

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/spring/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This section includes changes in `spring-cloud-azure-stream-binder-eventhubs` mo
1818
This section includes changes in `spring-cloud-azure-autoconfigure` module.
1919

2020
#### Breaking Changes
21-
- Deprecated properties for AAD and AAD B2C. [#29471](https://github.com/Azure/azure-sdk-for-java/pull/33538).
21+
- Deprecated properties for AAD and AAD B2C. [#33538](https://github.com/Azure/azure-sdk-for-java/pull/33538).
2222
- Deprecated properties `spring.cloud.azure.active-directory.jwt-connect-timeout`, `spring.cloud.azure.active-directory.jwt-read-timeout`, `spring.cloud.azure.active-directory.jwt-size-limit`, if you want to configure them, please provide a RestOperations bean.
2323
- Deprecated properties `spring.cloud.azure.active-directory.b2c.jwt-connect-timeout`, `spring.cloud.azure.active-directory.b2c.jwt-read-timeout`, `spring.cloud.azure.active-directory.b2c.jwt-size-limit`, if you want to configure them, please provide a RestOperations bean.
2424

sdk/spring/spring-cloud-azure-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1523,7 +1523,7 @@
15231523
{
15241524
"name": "spring.cloud.azure.keyvault.secret.property-sources[0].secret-keys",
15251525
"type": "java.util.List<java.lang.String>",
1526-
"description": "The configured secret keys will be loaded from Azure Key Vaults secret, if configured nothing, then load all the secrets.",
1526+
"description": "The configured secret keys will be loaded from Azure Key Vaults secret, if configured nothing, then load all the secrets. Only support exact value for secret names, For example, if you configured secret key name `SecretKey1` in Key Vaults secret, you should configure 'SecretKey1' here.",
15271527
"sourceType": "com.azure.spring.cloud.autoconfigure.implementation.keyvault.secrets.properties.AzureKeyVaultPropertySourceProperties"
15281528
},
15291529
{

0 commit comments

Comments
 (0)