[BUG] TableServiceClientBuilder.buildAsyncClient() disobeyes azureNamedKeyCredential
#22384
Closed
3 tasks done
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Tables
Describe the bug
TableServiceClientBuilder does not obey
azureNamedKeyCredential
is no connection string is set.IMHO https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/tables/azure-data-tables/src/main/java/com/azure/data/tables/TableServiceClientBuilder.java#L112 should be:
Exception or Stack Trace
To Reproduce
Steps to reproduce the behavior:
fails... while as
works nicely.
Code Snippet
see above.
Expected behavior
TableServiceAsyncClient
created. No exception thrown.Screenshots
Not relevant.
Setup (please complete the following information):
Additional context
None.
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: