Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions sdk/neonpostgres/azure-mgmt-neonpostgres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions sdk/neonpostgres/azure-mgmt-neonpostgres/README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ need_azuremgmtcore = true
sample_link = ""
exclude_folders = ""
title = "NeonPostgresMgmtClient"
auto_update = false
2 changes: 1 addition & 1 deletion sdk/neonpostgres/azure-mgmt-neonpostgres/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down