Skip to content

Conversation

JoshLove-msft
Copy link
Member

Fixes #51237

@Copilot Copilot AI review requested due to automatic review settings August 12, 2025 17:08
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 migrates the SystemEvents library to a new generator, updating various code generation attributes and modernizing the codebase. The changes primarily involve updating deprecated attributes, removing unused imports, and adjusting API calls to match the new generator's patterns.

Key changes:

  • Updates code generation attributes from CodeGenModel to CodeGenType
  • Adds ModelSerializationExtensions.WireOptions parameter to deserialization calls
  • Removes unused imports and auto-generated file headers

Reviewed Changes

Copilot reviewed 31 out of 654 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
UnknownMediaJobOutput.Serialization.cs Removes auto-generated header and nullable disable directive
StampKind.cs Updates CodeGenModel attribute to CodeGenType
Multiple Resource*EventData.cs files Adds WireOptions parameter to deserialization calls
EventGridMqttClientDisconnectionReason.cs Fixes property name reference from IPForbiddenValue to IpForbiddenValue
EventGridModelFactory.cs Updates type name and adds CodeGenSuppress attributes, removes parameter
Multiple other customization files Updates CodeGenModel to CodeGenType and removes unused imports
AcsRouterJobEventData.cs New file adding Labels and Tags properties
Azure.Messaging.EventGrid.SystemEvents.csproj Updates version to 1.1.0-beta.1 and adds configuration
CHANGELOG.md Adds new version section

Copy link

github-actions bot commented Aug 12, 2025

API Change Check

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

Azure.Messaging.EventGrid.SystemEvents

@JoshLove-msft JoshLove-msft merged commit d355d66 into Azure:main Aug 12, 2025
17 checks passed
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.

Migrate SystemEvents library to new generator
2 participants