Skip to content

Commit b45b0ef

Browse files
authored
[DocumentDB] deprecate azure-mgmt-documentdb (#38227)
1 parent ce3233f commit b45b0ef

File tree

3 files changed

+9
-41
lines changed

3 files changed

+9
-41
lines changed

sdk/cosmos/azure-mgmt-documentdb/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## 0.1.4 (2024-10-31)
4+
5+
### Other Changes
6+
7+
This package has been deprecated and will no longer be maintained after 10-31-2024. This package will only receive security fixes until 10-31-2024. To receive updates on new features and non-security bug fixes, upgrade to the replacement package, [azure-mgmt-cosmosdb](https://pypi.org/project/azure-mgmt-cosmosdb/).
8+
39
## 0.1.3 (2017-05-02)
410

511
- Added property enableAutomaticFailover and consistencyPolicy
Lines changed: 2 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,3 @@
1-
## Microsoft Azure SDK for Python
1+
# Microsoft Azure SDK for Python
22

3-
This is the Microsoft Azure DocumentDB Management Client Library.
4-
5-
Azure Resource Manager (ARM) is the next generation of management APIs
6-
that replace the old Azure Service Management (ASM).
7-
8-
This package has been tested with Python 3.6+.
9-
10-
For the older Azure Service Management (ASM) libraries, see
11-
[azure-servicemanagement-legacy](https://pypi.python.org/pypi/azure-servicemanagement-legacy)
12-
library.
13-
14-
For a more complete set of Azure libraries, see the
15-
[azure sdk python release](https://aka.ms/azsdk/python/all).
16-
17-
## Compatibility
18-
19-
**IMPORTANT**: If you have an earlier version of the azure package
20-
(version < 1.0), you should uninstall it before installing this
21-
package.
22-
23-
You can check the version using pip:
24-
25-
``` shell
26-
pip freeze
27-
```
28-
29-
If you see azure==0.11.0 (or any version below 1.0), uninstall it first:
30-
31-
``` shell
32-
pip uninstall azure
33-
```
34-
35-
## Provide Feedback
36-
37-
If you encounter any bugs or have suggestions, please file an issue in
38-
the [Issues](https://github.com/Azure/azure-sdk-for-python/issues)
39-
section of the project.
40-
41-
![image](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-documentdb%2FREADME.png)
3+
This package has been deprecated and will no longer be maintained after 10-31-2024. This package will only receive security fixes until 10-31-2024. To receive updates on new features and non-security bug fixes, upgrade to the replacement package, [azure-mgmt-cosmosdb](https://pypi.org/project/azure-mgmt-cosmosdb/).

sdk/cosmos/azure-mgmt-documentdb/azure/mgmt/documentdb/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
# regenerated.
1010
# --------------------------------------------------------------------------
1111

12-
VERSION = "0.1.3"
12+
VERSION = "0.1.4"
1313

0 commit comments

Comments
 (0)