Skip to content

Added deprecation notes for Neon Deprecation#48358

Open
Shekar2004 wants to merge 2 commits intoAzure:mainfrom
Shekar2004:users/pgnanashekar/neon-deprecation
Open

Added deprecation notes for Neon Deprecation#48358
Shekar2004 wants to merge 2 commits intoAzure:mainfrom
Shekar2004:users/pgnanashekar/neon-deprecation

Conversation

@Shekar2004
Copy link
Member

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:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

Copilot AI review requested due to automatic review settings March 10, 2026 19:43
@github-actions github-actions bot added the Mgmt This issue is related to a management-plane library. label Mar 10, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.xml package 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.
Copy link

Copilot AI Mar 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
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.

Copilot uses AI. Check for mistakes.

<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>
Copy link

Copilot AI Mar 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
<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>

Copilot uses AI. Check for mistakes.
Comment on lines +3 to +4
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.

Copy link

Copilot AI Mar 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Mgmt This issue is related to a management-plane library.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants