Skip to content

[Release] sdk/resourcemanager/neonpostgres/armneonpostgres/2.0.0 #24622

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jliusan
Copy link
Member

@jliusan jliusan commented May 13, 2025

…ration from spec commit: c269b7b78cac2808d7acc55124a9653b2e904e4b
@Copilot Copilot AI review requested due to automatic review settings May 13, 2025 05:43
@github-actions github-actions bot added the Mgmt This issue is related to a management-plane library. label May 13, 2025
Copy link
Contributor

@Copilot 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

This PR upgrades the Neon Postgres resource manager SDK to version 2.0.0 by updating the module path and version (v2) and removing several BeginUpdate and related functions from both client and fake server implementations to introduce breaking changes.

  • Updated module version and package import paths in go.mod, README.md, and examples
  • Removed several methods such as BeginUpdate across multiple fake servers and client implementations, in line with the breaking changes stated in the changelog
  • Updated test examples to use new sample values and module paths for v2

Reviewed Changes

Copilot reviewed 32 out of 32 changed files in this pull request and generated no comments.

Show a summary per file
File Description
models.go Updated comment wording for API operation details
go.mod Changed module path to include /v2 to represent SDK upgrade
Various fake/* files Removed BeginUpdate and related methods to align with breaking API changes
Client example test files Updated import paths and sample resource names to use v2
constants.go Updated moduleVersion to "v2.0.0"
README.md Updated installation instructions to use the v2 module path
CHANGELOG.md Listed breaking changes and the v2.0.0 release details
Comments suppressed due to low confidence (3)

sdk/resourcemanager/neonpostgres/armneonpostgres/go.mod:1

  • Ensure that all consuming projects are updated to use the new v2 module path to avoid version conflicts.
module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/neonpostgres/armneonpostgres/v2

sdk/resourcemanager/neonpostgres/armneonpostgres/README.md:21

  • Verify that the installation instructions accurately reflect the upgraded module path and version for end users.
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/neonpostgres/armneonpostgres/v2

sdk/resourcemanager/neonpostgres/armneonpostgres/CHANGELOG.md:3

  • Double-check that all breaking changes (such as the removal of BeginUpdate methods) are clearly documented and that client code has been updated accordingly.
## 2.0.0 (2025-05-13)

@jliusan jliusan added BreakingChange Stable and removed Mgmt This issue is related to a management-plane library. labels May 13, 2025
@jliusan
Copy link
Member Author

jliusan commented May 13, 2025

The breaking changes are introduced and approved in this PR.

Copy link

github-actions bot commented May 13, 2025

API Change Check

APIView identified API level changes in this PR and created the following API reviews

sdk/resourcemanager/neonpostgres/armneonpostgres

@JiaqiZhang-Dev
Copy link
Member

@jliusan please help fix the ci failures

@jliusan
Copy link
Member Author

jliusan commented May 23, 2025

The breaking changes are introduced and approved in this PR.

@JeffreyRichter , please approve this major version release by adding label of Approved Major Version, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants