Azure / azure-storage-python

Microsoft Azure Storage Library for Python
https://azure-storage.readthedocs.io
MIT License
338 stars 240 forks source link

remnants of azure.storage.table #555

Closed kwhitehall closed 5 years ago

kwhitehall commented 5 years ago

Which service(blob, file, queue) does this issue concern?

N/A

Which version of the SDK was used? Please provide the output of pip freeze.

0.36.0

What problem was encountered?

In azure.storage.version=0.36.0 the remnants of dir(azure.storage.table)=['AzureBatchOperationError', 'AzureBatchValidationError', 'EdmType', 'Entity', 'EntityProperty', 'Table', 'TableBatch', 'TablePayloadFormat', 'TablePermissions', 'TableService', 'builtins', 'doc', 'file', 'name', 'package', 'path', '_deserialization', '_encryption', '_error', '_request', '_serialization', 'models', 'tablebatch', 'tableservice'] even though this functionality isn't available

Have you found a mitigation/solution?

N/A

Note: for table service, please post the issue here instead: https://github.com/Azure/azure-cosmosdb-python.

zezha-msft commented 5 years ago

Hi @kwhitehall, thanks for reaching out! Could you please clarify your question?

Btw 0.36.0 is the legacy monolithic version of the Storage SDK that still included the table service. Please refer to the instructions on how to install the latest versions.

kwhitehall commented 5 years ago

Ack'ed @zezha-msft.Looks like I was trigger happy with opening the issue then as there is no issue that the table service is included in 0.36.0. Many apologies! I'll go ahead and close the issue.

zezha-msft commented 5 years ago

@kwhitehall no worries! 😄