Skip to content

Commit 0e3c4e9

Browse files
msyycCopilot
andauthored
Deprecate azure-mgmt-deploymentmanager (#47334)
* Deprecate azure-mgmt-deploymentmanager Azure Deployment Manager is being decommissioned and its REST API specs were deleted (Azure/azure-rest-api-specs#26818). Deprecating the package per the Python SDK deprecation process: no replacement package exists (service retirement, EOL 07-31-2023). - README.md: replace contents with deprecation disclaimer - CHANGELOG.md: add 2.0.0b1.post1 deprecation entry - _version.py: 2.0.0b1 -> 2.0.0b1.post1 (metadata-only post-release) - sdk_packaging.toml: auto_update = false - setup.py: Development Status :: 7 - Inactive Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Update _version.py * Update CHANGELOG.md --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 0b0288c commit 0e3c4e9

5 files changed

Lines changed: 10 additions & 27 deletions

File tree

sdk/deploymentmanager/azure-mgmt-deploymentmanager/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+
## 2.0.0b2 (2026-06-04)
4+
5+
### Other Changes
6+
7+
- This package has been deprecated and will no longer be maintained after 07-31-2023. This package will only receive security fixes until 07-31-2023.
8+
39
## 2.0.0b1 (2022-11-01)
410

511
### Features Added
Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,4 @@
11
# Microsoft Azure SDK for Python
22

3-
This is the Microsoft Azure Deployment Manager Client Library.
4-
This package has been tested with Python 3.7+.
5-
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
6-
7-
## _Disclaimer_
8-
9-
_Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_
10-
11-
# Usage
12-
13-
14-
To learn how to use this package, see the [quickstart guide](https://aka.ms/azsdk/python/mgmt)
15-
16-
For docs and references, see [Python SDK References](https://docs.microsoft.com/python/api/overview/azure/)
17-
Code samples for this package can be found at [Deployment Manager](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com.
18-
Additional code samples for different Azure services are available at [Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)
19-
20-
21-
# Provide Feedback
22-
23-
If you encounter any bugs or have suggestions, please file an issue in the
24-
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
25-
section of the project.
26-
27-
3+
This package has been deprecated and will no longer be maintained after 07-31-2023. This package will only receive security fixes until 07-31-2023.
284

sdk/deploymentmanager/azure-mgmt-deploymentmanager/azure/mgmt/deploymentmanager/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "2.0.0b1"
9+
VERSION = "2.0.0b2"

sdk/deploymentmanager/azure-mgmt-deploymentmanager/sdk_packaging.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ package_doc_id = ""
55
is_stable = false
66
is_arm = true
77
title = "AzureDeploymentManager"
8+
auto_update = false

sdk/deploymentmanager/azure-mgmt-deploymentmanager/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
url='https://github.com/Azure/azure-sdk-for-python',
4848
keywords="azure, azure sdk", # update with search keywords relevant to the azure service / product
4949
classifiers=[
50-
'Development Status :: 4 - Beta',
50+
'Development Status :: 7 - Inactive',
5151
'Programming Language :: Python',
5252
'Programming Language :: Python :: 3 :: Only',
5353
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)