Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tables: Implement support for constructing TableServiceClient with a full connection string #12017

Closed
christothes opened this issue May 12, 2020 · 0 comments · Fixed by #14674
Assignees
Labels
blocking-release Blocks release Client This issue points to a problem in the data-plane of the library. Tables
Milestone

Comments

@christothes
Copy link
Member

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 string

Success Criteria

  • TableServiceClient ctor properly parses connection string into a 'TableSharedKeyCredential` and leverages it for auth to the table service

Related Issues and References

public static StorageConnectionString Parse(string connectionString)

@christothes christothes added Client This issue points to a problem in the data-plane of the library. Tables labels May 12, 2020
@christothes christothes added this to the Backlog milestone May 12, 2020
@christothes christothes added the blocking-release Blocks release label Jul 23, 2020
@christothes christothes self-assigned this Aug 10, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Mar 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
blocking-release Blocks release Client This issue points to a problem in the data-plane of the library. Tables
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant