Skip to content

Commit

Permalink
update description (Azure#33756)
Browse files Browse the repository at this point in the history
  • Loading branch information
Netyyyy authored Feb 27, 2023
1 parent 2c20976 commit 13a5602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/spring/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This section includes changes in `spring-cloud-azure-stream-binder-eventhubs` mo
This section includes changes in `spring-cloud-azure-autoconfigure` module.

#### Breaking Changes
- Deprecated properties for AAD and AAD B2C. [#29471](https://github.com/Azure/azure-sdk-for-java/pull/33538).
- Deprecated properties for AAD and AAD B2C. [#33538](https://github.com/Azure/azure-sdk-for-java/pull/33538).
- 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.
- 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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1523,7 +1523,7 @@
{
"name": "spring.cloud.azure.keyvault.secret.property-sources[0].secret-keys",
"type": "java.util.List<java.lang.String>",
"description": "The configured secret keys will be loaded from Azure Key Vaults secret, if configured nothing, then load all the secrets.",
"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.",
"sourceType": "com.azure.spring.cloud.autoconfigure.implementation.keyvault.secrets.properties.AzureKeyVaultPropertySourceProperties"
},
{
Expand Down

0 comments on commit 13a5602

Please sign in to comment.