Skip to content

Commit 34f8cd8

Browse files
authored
Bugfix/sync property doc (Azure#43893)
1 parent dc3f12b commit 34f8cd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/spring/spring-cloud-azure-autoconfigure/src/main/java/com/azure/spring/cloud/autoconfigure/implementation/properties/core/authentication/TokenCredentialConfigurationProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public class TokenCredentialConfigurationProperties implements TokenCredentialOp
4848
private boolean managedIdentityEnabled = false;
4949

5050
/**
51-
* Custom Get the custom 'com.azure.core.credential.TokenCredential' bean name, it's used for Service builder factory or passwordless authentication.
51+
* The bean name of type 'com.azure.core.credential.TokenCredential' to use when performing authentication with Azure.
5252
*/
5353
private String tokenCredentialBeanName;
5454

sdk/spring/spring-cloud-azure-core/src/main/java/com/azure/spring/cloud/core/properties/authentication/TokenCredentialProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public TokenCredentialProperties() {
5454
private boolean managedIdentityEnabled;
5555

5656
/**
57-
* Custom Get the custom 'com.azure.core.credential.TokenCredential' bean name, it's used for Service builder factory or passwordless authentication.
57+
* The bean name of type 'com.azure.core.credential.TokenCredential' to use when performing authentication with Azure.
5858
*/
5959
private String tokenCredentialBeanName;
6060

0 commit comments

Comments
 (0)