From be6d5d2a51f387339603824ddaa1d38d0f8eac9b Mon Sep 17 00:00:00 2001 From: Pola Shekar Date: Wed, 11 Mar 2026 00:49:11 +0530 Subject: [PATCH 1/2] Deprecation changes to depecate Neon Postgres --- sdk/neonpostgres/azure-mgmt-neonpostgres/CHANGELOG.md | 6 ++++++ sdk/neonpostgres/azure-mgmt-neonpostgres/README.md | 2 ++ .../azure/mgmt/neonpostgres/_version.py | 2 +- sdk/neonpostgres/azure-mgmt-neonpostgres/sdk_packaging.toml | 1 + sdk/neonpostgres/azure-mgmt-neonpostgres/setup.py | 2 +- 5 files changed, 11 insertions(+), 2 deletions(-) diff --git a/sdk/neonpostgres/azure-mgmt-neonpostgres/CHANGELOG.md b/sdk/neonpostgres/azure-mgmt-neonpostgres/CHANGELOG.md index 711379066f03..10d33aeb6e4e 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-12) + +### Other Changes + +- This package has been deprecated and will no longer be maintained after 03-12-2026. This package will only receive security fixes until 03-12-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..7274c382e00b 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-12-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", From b569e7094b7496851247f8919d56b7f6f316ef37 Mon Sep 17 00:00:00 2001 From: Pola Shekar Date: Thu, 12 Mar 2026 15:42:53 +0530 Subject: [PATCH 2/2] updated the deprecation date --- sdk/neonpostgres/azure-mgmt-neonpostgres/CHANGELOG.md | 4 ++-- sdk/neonpostgres/azure-mgmt-neonpostgres/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/neonpostgres/azure-mgmt-neonpostgres/CHANGELOG.md b/sdk/neonpostgres/azure-mgmt-neonpostgres/CHANGELOG.md index 10d33aeb6e4e..fe965ea87239 100644 --- a/sdk/neonpostgres/azure-mgmt-neonpostgres/CHANGELOG.md +++ b/sdk/neonpostgres/azure-mgmt-neonpostgres/CHANGELOG.md @@ -1,10 +1,10 @@ # Release History -## 1.0.1 (2026-03-12) +## 1.0.1 (2026-03-13) ### Other Changes -- This package has been deprecated and will no longer be maintained after 03-12-2026. This package will only receive security fixes until 03-12-2026. +- 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) diff --git a/sdk/neonpostgres/azure-mgmt-neonpostgres/README.md b/sdk/neonpostgres/azure-mgmt-neonpostgres/README.md index 7274c382e00b..ec29dabbcb5d 100644 --- a/sdk/neonpostgres/azure-mgmt-neonpostgres/README.md +++ b/sdk/neonpostgres/azure-mgmt-neonpostgres/README.md @@ -1,6 +1,6 @@ # Microsoft Azure SDK for Python -This package has been deprecated and will no longer be maintained after 03-12-2026. This package will only receive security fixes until 03-12-2026. +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+.