Skip to content

Commit 2913f69

Browse files
Change Analysis deprecation (#47263)
* Change Analysis deprecation * Updated wording * Added required section
1 parent b5fa6e1 commit 2913f69

4 files changed

Lines changed: 10 additions & 62 deletions

File tree

sdk/changeanalysis/azure-mgmt-changeanalysis/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Release History
22

3+
## 1.0.2 (2026-06-01)
4+
5+
### Other Changes
6+
7+
- This package has been deprecated and will no longer be maintained after 10-31-2025. The underlying service has been retired.
8+
39
## 1.0.1 (2026-05-15)
410

511
### Other Changes
612

7-
- Regenerated with latest code generator tool
13+
- Regenerated with latest code generator tool
814

915
## 1.0.0 (2021-04-06)
1016

Lines changed: 1 addition & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,3 @@
11
# Microsoft Azure SDK for Python
22

3-
This is the Microsoft Azure Change Analysis Management Client Library.
4-
This package has been tested with Python 3.10+.
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-
## Getting started
12-
13-
### Prerequisites
14-
15-
- Python 3.10+ is required to use this package.
16-
- [Azure subscription](https://azure.microsoft.com/free/)
17-
18-
### Install the package
19-
20-
```bash
21-
pip install azure-mgmt-changeanalysis
22-
pip install azure-identity
23-
```
24-
25-
### Authentication
26-
27-
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.
28-
29-
- `AZURE_CLIENT_ID` for Azure client ID.
30-
- `AZURE_TENANT_ID` for Azure tenant ID.
31-
- `AZURE_CLIENT_SECRET` for Azure client secret.
32-
33-
In addition, Azure subscription ID can be configured via environment variable `AZURE_SUBSCRIPTION_ID`.
34-
35-
With above configuration, client can be authenticated by following code:
36-
37-
```python
38-
from azure.identity import DefaultAzureCredential
39-
from azure.mgmt.changeanalysis import AzureChangeAnalysisManagementClient
40-
import os
41-
42-
sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
43-
client = AzureChangeAnalysisManagementClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
44-
```
45-
46-
## Examples
47-
48-
Code samples for this package can be found at:
49-
- [Search Change Analysis Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com
50-
- [Azure Python Mgmt SDK Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)
51-
52-
53-
## Troubleshooting
54-
55-
## Next steps
56-
57-
## Provide Feedback
58-
59-
If you encounter any bugs or have suggestions, please file an issue in the
60-
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
61-
section of the project.
3+
This package has been deprecated and will no longer be maintained after 10-31-2025. The underlying service has been retired.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
# --------------------------------------------------------------------------
88

99

10-
VERSION = "1.0.1"
10+
VERSION = "1.0.2"

sdk/changeanalysis/azure-mgmt-changeanalysis/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = [
1313
description = "Microsoft Azure Changeanalysis Management Client Library for Python"
1414
license = "MIT"
1515
classifiers = [
16-
"Development Status :: 5 - Production/Stable",
16+
"Development Status :: 7 - Inactive",
1717
"Programming Language :: Python",
1818
"Programming Language :: Python :: 3 :: Only",
1919
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)