Tables: Implement support for constructing TableServiceClient with a full connection string #12017
Labels
blocking-release
Blocks release
Client
This issue points to a problem in the data-plane of the library.
Tables
Milestone
Summary
Implement a constructor on
TableServiceClient
that accepts a full connection string as found in the azure portal.Scope of Work
TableServiceClient
ctor accepts a full connection stringSuccess Criteria
TableServiceClient
ctor properly parses connection string into a 'TableSharedKeyCredential` and leverages it for auth to the table serviceRelated Issues and References
azure-sdk-for-net/sdk/storage/Azure.Storage.Common/src/Shared/StorageConnectionString.cs
Line 239 in 3065b59
The text was updated successfully, but these errors were encountered: