diff --git a/sdk/neonpostgres/azure-mgmt-neonpostgres/CHANGELOG.md b/sdk/neonpostgres/azure-mgmt-neonpostgres/CHANGELOG.md index 711379066f03..fe965ea87239 100644 --- a/sdk/neonpostgres/azure-mgmt-neonpostgres/CHANGELOG.md +++ b/sdk/neonpostgres/azure-mgmt-neonpostgres/CHANGELOG.md @@ -1,5 +1,11 @@ # Release History +## 1.0.1 (2026-03-13) + +### Other Changes + +- This package has been deprecated and will no longer be maintained after 03-13-2026. This package will only receive security fixes until 03-13-2026. + ## 1.0.0 (2025-04-21) ### Features Added diff --git a/sdk/neonpostgres/azure-mgmt-neonpostgres/README.md b/sdk/neonpostgres/azure-mgmt-neonpostgres/README.md index 46b4ed1ef6f0..ec29dabbcb5d 100644 --- a/sdk/neonpostgres/azure-mgmt-neonpostgres/README.md +++ b/sdk/neonpostgres/azure-mgmt-neonpostgres/README.md @@ -1,5 +1,7 @@ # Microsoft Azure SDK for Python +This package has been deprecated and will no longer be maintained after 03-13-2026. This package will only receive security fixes until 03-12-2026. + This is the Microsoft Azure Neonpostgres Management Client Library. This package has been tested with Python 3.8+. For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). diff --git a/sdk/neonpostgres/azure-mgmt-neonpostgres/azure/mgmt/neonpostgres/_version.py b/sdk/neonpostgres/azure-mgmt-neonpostgres/azure/mgmt/neonpostgres/_version.py index 0ec13ea52bbf..83602e6274bc 100644 --- a/sdk/neonpostgres/azure-mgmt-neonpostgres/azure/mgmt/neonpostgres/_version.py +++ b/sdk/neonpostgres/azure-mgmt-neonpostgres/azure/mgmt/neonpostgres/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "1.0.0" +VERSION = "1.0.1" diff --git a/sdk/neonpostgres/azure-mgmt-neonpostgres/sdk_packaging.toml b/sdk/neonpostgres/azure-mgmt-neonpostgres/sdk_packaging.toml index 38306b5c25d8..8ca3ed000294 100644 --- a/sdk/neonpostgres/azure-mgmt-neonpostgres/sdk_packaging.toml +++ b/sdk/neonpostgres/azure-mgmt-neonpostgres/sdk_packaging.toml @@ -10,3 +10,4 @@ need_azuremgmtcore = true sample_link = "" exclude_folders = "" title = "NeonPostgresMgmtClient" +auto_update = false diff --git a/sdk/neonpostgres/azure-mgmt-neonpostgres/setup.py b/sdk/neonpostgres/azure-mgmt-neonpostgres/setup.py index 090dc2220bcc..c5d8629f99bc 100644 --- a/sdk/neonpostgres/azure-mgmt-neonpostgres/setup.py +++ b/sdk/neonpostgres/azure-mgmt-neonpostgres/setup.py @@ -49,7 +49,7 @@ url="https://github.com/Azure/azure-sdk-for-python", keywords="azure, azure sdk", # update with search keywords relevant to the azure service / product classifiers=[ - "Development Status :: 5 - Production/Stable", + "Development Status :: 7 - Inactive", "Programming Language :: Python", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3",