Server groups#435
Conversation
There was a problem hiding this comment.
Pull request overview
Adds Compute v2 “Server Groups” support to the SDK, addressing issue #434 by introducing a ServerGroup model plus the corresponding API/service surface, tests, samples, and docs.
Changes:
- Added
ServerGroupmodel with list/retrieve/create/delete support and response-shape compatibility forpolicyvspolicies. - Exposed server-group operations in
Compute\v2\Api+Compute\v2\Service, including query params likeall_projects,limit, andoffset. - Added unit tests, sample tests, runnable samples, and Sphinx docs for server groups.
Reviewed changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated 3 comments.
Show a summary per file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 17 out of 17 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 18 out of 18 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.

fixes #434