Skip to content

Conversation

azure-sdk
Copy link
Collaborator

…-beta.1 generation from spec commit: 22ae5674fc98c32b29fb60791bd51a8fbd41b25f
@Copilot Copilot AI review requested due to automatic review settings October 14, 2025 01:15
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 is a major release (2.0.0-beta.1) of the Azure SDK for Go New Relic Observability module that updates the API version from 2024-01-01 to 2025-05-01-preview and introduces breaking changes alongside new features.

Key changes:

  • Major version upgrade with breaking changes to existing APIs
  • Addition of new SaaS management capabilities
  • Enhanced documentation and API descriptions
  • Removal of deprecated build constraints

Reviewed Changes

Copilot reviewed 45 out of 46 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
version.go Updates module name to v2 and version to 2.0.0-beta.1
go.mod Updates module path to v2 and dependencies to latest versions
CHANGELOG.md Documents breaking changes and new features for 2.0.0-beta.1
models.go Adds new types for SaaS management and updates existing structures
client_factory.go Adds NewSaaSClient factory method
saas_client.go New client for SaaS resource management operations
monitors_client.go Adds new methods for SaaS linking, resubscription, and ingestion key refresh
Various test files Updates import paths to v2 and API references to 2025-05-01-preview

Comment on lines +1 to +2
//go:build go1.18
// +build go1.18
Copy link

Copilot AI Oct 14, 2025

Choose a reason for hiding this comment

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

Build constraints for Go 1.18 are unnecessary as this is now the minimum supported Go version. These build tags should be removed.

Suggested change
//go:build go1.18
// +build go1.18

Copilot uses AI. Check for mistakes.

Copy link

API Change Check

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

sdk/resourcemanager/newrelic/armnewrelicobservability

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.

1 participant