Skip to content
This repository was archived by the owner on Jul 14, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log

> See [BreakingChanges](BreakingChanges.md) for a detailed list of API breaks.

## Version 1.0.7
- Updated readme with deprecation message

## Version 1.0.6
- Removed dependency on azure-storage-python

Expand Down
18 changes: 9 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Microsoft Azure CosmosDB SDK for Python
=======================================
Microsoft Azure CosmosDB Tables SDK for Python
==============================================

This project provides a client library in Python that makes it easy to
consume Microsoft Azure CosmosDB services. For documentation please see
the Microsoft Azure `Python Developer Center`_
**Please note, a newer package is available** `azure-data-tables`_ **as of June 2021.**

**While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. See** `Migration Guide`_ **for more details.**

If you are looking for the Service Bus or Azure Management
libraries, please visit
https://github.com/Azure/azure-sdk-for-python.
This project provides a client library in Python that makes it easy to
consume Microsoft Azure CosmosDB Table services.

.. _Python Developer Center: http://azure.microsoft.com/en-us/develop/python/
.. _azure-data-tables: https://pypi.org/project/azure-data-tables/
.. _Migration Guide: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/tables/azure-data-tables/migration_guide.md
15 changes: 8 additions & 7 deletions azure-cosmosdb-table/README.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Microsoft Azure CosmosDB Table SDK for Python
=============================================

**Please note, a newer package is available** `azure-data-tables`_ **as of June 2021.**

**While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. See** `Migration Guide`_ **for more details.**

This project provides a client library in Python that makes it easy to
consume Microsoft Azure CosmosDB Table services. For documentation please see
the Microsoft Azure `Python Developer Center`_ and our `API Reference`_ Page.
consume Microsoft Azure CosmosDB Table services.

If you are looking for the Service Bus or Azure Management
libraries, please visit
https://github.com/Azure/azure-sdk-for-python.
Please note, this library supports service version 2017-04-17 and below.


Compatibility
Expand Down Expand Up @@ -117,10 +118,10 @@ Learn More
- `Python Developer Center`_
- `Azure Storage Service`_
- `Azure Storage Team Blog`_
- `API Reference`_

.. _azure-data-tables: https://pypi.org/project/azure-data-tables/
.. _Migration Guide: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/tables/azure-data-tables/migration_guide.md
.. _Python Developer Center: http://azure.microsoft.com/en-us/develop/python/
.. _API Reference: https://azure.github.io/azure-cosmosdb-python/
.. _create an account: https://account.windowsazure.com/signup
.. _Developer Forums on MSDN: http://social.msdn.microsoft.com/Forums/windowsazure/en-US/home?forum=windowsazuredata
.. _Developer Forums on Stack Overflow: http://stackoverflow.com/questions/tagged/azure+windows-azure-storage
Expand Down
12 changes: 12 additions & 0 deletions azure-cosmosdb-table/samples/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Azure CosmosDB Table SDK Samples
================================

Samples in this repository use older `azure-cosmosdb-table`_ package.

We recommend that you get started using the new package here instead: `azure-data-tables`_.

Samples using the new package can be found here: `azure-sdk-for-python/sdk/tables/azure-data-tables/samples`_

.. _azure-cosmosdb-table: https://pypi.org/project/azure-cosmosdb-table/
.. _azure-data-tables: https://pypi.org/project/azure-data-tables/
.. _azure-sdk-for-python/sdk/tables/azure-data-tables/samples: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/tables/azure-data-tables/samples
2 changes: 1 addition & 1 deletion azure-cosmosdb-table/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

setup(
name='azure-cosmosdb-table',
version='1.0.6',
version='1.0.7',
description='Microsoft Azure CosmosDB Table Client Library for Python',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand Down