-
Notifications
You must be signed in to change notification settings - Fork 906
[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
base: main
Are you sure you want to change the base?
[Release] sdk/resourcemanager/neonpostgres/armneonpostgres/2.0.0 #24622
Conversation
…ration from spec commit: c269b7b78cac2808d7acc55124a9653b2e904e4b
There was a problem hiding this 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)
The breaking changes are introduced and approved in this PR. |
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
@jliusan please help fix the ci failures |
@JeffreyRichter , please approve this major version release by adding label of Approved Major Version, thanks. |
https://github.com/Azure/sdk-release-request/issues/6202