[FEATURE REQ] Recommend using Boolean return type for API TokenCredentialOptionsProvider.TokenCredentialOptions#isManagedIdentityEnabled #43102
Labels
azure-spring
All azure-spring related issues
feature-request
This issue requires a new behavior in the product in order be resolved.
Milestone
Is your feature request related to a problem? Please describe.
Recommend using
Boolean
return type for methodTokenCredentialOptionsProvider.TokenCredentialOptions#isManagedIdentityEnabled
, the properties bean copying is a bit annoying because the primitive type has a default value, and you can't be sure whether it is false configured by the user or the default value. It will be a break change.Describe the solution you'd like
Boolean getManagedIdentityEnabled();
Describe alternatives you've considered
N/A
Additional context
N/A
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
The text was updated successfully, but these errors were encountered: