Skip to content

Commit 165cbcd

Browse files
kashish2508guptakashish
andauthored
docs(playwrighttesting): Readme update with deprecation message (#42867)
* docs(playwrighttesting): Readme update with deprecation message * Deprecation update * date update * deprecation date update * changelog date --------- Co-authored-by: guptakashish <[email protected]>
1 parent 36dde8e commit 165cbcd

File tree

5 files changed

+13
-2
lines changed

5 files changed

+13
-2
lines changed

sdk/playwrighttesting/azure-mgmt-playwrighttesting/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+
## 1.0.1 (2025-09-09)
4+
5+
### Other Changes
6+
7+
- This package has been deprecated and will no longer be maintained after **March 8, 2026**. This package will only receive security fixes until **March 8, 2026**. To receive updates on new features and non-security bug fixes, upgrade to the replacement package, [@azure-mgmt-playwright](https://pypi.org/project/azure-mgmt-playwright/). Refer to the [migration guide](https://aka.ms/mpt/migration-guidance) for guidance on upgrading.
8+
39
## 1.0.0 (2024-12-18)
410

511
### Features Added

sdk/playwrighttesting/azure-mgmt-playwrighttesting/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Microsoft Azure SDK for Python
22

3+
**Deprecation message**
4+
5+
This package has been deprecated and will no longer be maintained after **March 8, 2026**. This package will only receive security fixes until **March 8, 2026**. To receive updates on new features and non-security bug fixes, upgrade to the replacement package, [@azure-mgmt-playwright](https://pypi.org/project/azure-mgmt-playwright/). Refer to the [migration guide](https://aka.ms/mpt/migration-guidance) for guidance on upgrading.
6+
37
This is the Microsoft Azure Playwrighttesting Management Client Library.
48
This package has been tested with Python 3.8+.
59
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).

sdk/playwrighttesting/azure-mgmt-playwrighttesting/azure/mgmt/playwrighttesting/_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 = "1.0.0"
9+
VERSION = "1.0.1"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ need_azuremgmtcore = true
1010
sample_link = ""
1111
exclude_folders = ""
1212
title = "PlaywrightTestingMgmtClient"
13+
auto_update = false

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
url="https://github.com/Azure/azure-sdk-for-python",
5050
keywords="azure, azure sdk", # update with search keywords relevant to the azure service / product
5151
classifiers=[
52-
"Development Status :: 5 - Production/Stable",
52+
"Development Status :: 7 - Inactive",
5353
"Programming Language :: Python",
5454
"Programming Language :: Python :: 3 :: Only",
5555
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)