Added deprecation notes for Neon Deprecation#48358
Added deprecation notes for Neon Deprecation#48358Shekar2004 wants to merge 2 commits intoAzure:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Adds deprecation messaging to the Neon Postgres Resource Manager library to reflect the service retirement and communicate end-of-maintenance to customers via package metadata and docs.
Changes:
- Added a deprecation notice to the Maven
pom.xmlpackage description. - Added a deprecation notice to the package
README.md.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| sdk/neonpostgres/azure-resourcemanager-neonpostgres/pom.xml | Adds deprecation notice to Maven package metadata (<description>). |
| sdk/neonpostgres/azure-resourcemanager-neonpostgres/README.md | Adds deprecation notice near the top of the README for visibility. |
You can also share your feedback on Copilot code review. Take the survey.
| @@ -1,5 +1,7 @@ | |||
| # Azure Resource Manager Neon Postgres client library for Java | |||
|
|
|||
| Please note, this package has been deprecated and will no longer be maintained after 12/03/2026. Refer to our deprecation policy (https://aka.ms/azsdk/support-policies) for more details. | |||
There was a problem hiding this comment.
The end-of-maintenance date "12/03/2026" is ambiguous (MM/DD vs DD/MM). Please use an unambiguous format (e.g., "March 12, 2026" or ISO-8601 "2026-03-12") and keep it consistent across docs/metadata.
| Please note, this package has been deprecated and will no longer be maintained after 12/03/2026. Refer to our deprecation policy (https://aka.ms/azsdk/support-policies) for more details. | |
| Please note, this package has been deprecated and will no longer be maintained after March 12, 2026. Refer to our deprecation policy (https://aka.ms/azsdk/support-policies) for more details. |
|
|
||
| <name>Microsoft Azure SDK for Neon Postgres Management</name> | ||
| <description>This package contains Microsoft Azure SDK for Neon Postgres Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Package api-version 2025-03-01.</description> | ||
| <description>Please note, this package has been deprecated and will no longer be maintained after 12/03/2026. Refer to our deprecation policy (https://aka.ms/azsdk/support-policies) for more details. This package contains Microsoft Azure SDK for Neon Postgres Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Package api-version 2025-03-01.</description> |
There was a problem hiding this comment.
The end-of-maintenance date "12/03/2026" is ambiguous (MM/DD vs DD/MM) in the Maven description as well. Please switch to an unambiguous date format and keep it consistent with the README.
| <description>Please note, this package has been deprecated and will no longer be maintained after 12/03/2026. Refer to our deprecation policy (https://aka.ms/azsdk/support-policies) for more details. This package contains Microsoft Azure SDK for Neon Postgres Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Package api-version 2025-03-01.</description> | |
| <description>Please note, this package has been deprecated and will no longer be maintained after 2026-03-12. Refer to our deprecation policy (https://aka.ms/azsdk/support-policies) for more details. This package contains Microsoft Azure SDK for Neon Postgres Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Package api-version 2025-03-01.</description> |
| Please note, this package has been deprecated and will no longer be maintained after 12/03/2026. Refer to our deprecation policy (https://aka.ms/azsdk/support-policies) for more details. | ||
|
|
There was a problem hiding this comment.
This PR adds deprecation messaging in README/pom.xml, but sdk/neonpostgres/azure-resourcemanager-neonpostgres/CHANGELOG.md currently has no corresponding deprecation entry under the Unreleased section. Please add the same deprecation note there so the retirement is visible in release notes.
Description
Neon Postgres service is retiring, hence adding the deprecation note for Neon Postgres package.
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines