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

@azure/storage-table library #9625

Closed
ebower12 opened this issue Jun 19, 2020 · 2 comments
Closed

@azure/storage-table library #9625

ebower12 opened this issue Jun 19, 2020 · 2 comments
Labels
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. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Tables

Comments

@ebower12
Copy link

ebower12 commented Jun 19, 2020

Is your feature request related to a problem? Please describe.
We're trying to programmatically check the logging status of our storage accounts. We can check queue logging and blob logging with the @azure/storage-queue and @azure/storage-blob libraries respectively, but there doesn't seem to be such a library for storage tables.

Describe the solution you'd like
An @azure/storage-table library that's analogous to the @azure/storage-queue and @azure/storage-blob libraries

Describe alternatives you've considered
We've played around with this azure-storage-node library that we found, but aside from other small implementation issues we would have with it, it doesn't seem to support async await and doing all of our work in callbacks is not optimal because of closure related issues.

@ghost ghost added needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. customer-reported Issues that are reported by GitHub users external to the Azure organization. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Jun 19, 2020
@ghost ghost removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Jun 19, 2020
@ramya-rao-a ramya-rao-a added Client This issue points to a problem in the data-plane of the library. needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. labels Jun 19, 2020
@ghost ghost removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Jun 19, 2020
@ramya-rao-a
Copy link
Contributor

Hello @ebower12,

We are closing this issue in favor of #5655 which will be updated soon once we have the first preview released of the new SDK for Tables that aligns with the Azure SDK guidelines as we have used for Blobs, Files, and Queues so far.

Please subscribe to #5655 for further updates and thanks for reporting.

@joheredi
Copy link
Member

Hello @ebower12 ! We are happy to announce that we have released the first Beta of the new Azure Tables SDK. It conforms to our new guidelines on writing JS SDKs for Azure services which ensure it will remain idiomatic, consistent and diagnosable.

You can install it with npm install @azure/data-tables

Please share your feedback on the new design at #11179 and/or report any problems you find in a new GitHub issue. Looking forward to hear from you!

@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
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. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Tables
Projects
None yet
Development

No branches or pull requests

3 participants