Skip to content

Update codegen fixture files#6981

Open
S-Saranya1 wants to merge 3 commits into
feature/master/core-interceptors-migrationfrom
somepal/update-codegen-fixture-files
Open

Update codegen fixture files#6981
S-Saranya1 wants to merge 3 commits into
feature/master/core-interceptors-migrationfrom
somepal/update-codegen-fixture-files

Conversation

@S-Saranya1
Copy link
Copy Markdown

@S-Saranya1 S-Saranya1 commented May 19, 2026

Motivation and Context

The core interceptors to pipeline migration moves auth scheme resolution and endpoint resolution from generated interceptors to dedicated pipeline stages. This changes the generated code, the AuthSchemeInterceptor and EndpointResolverInterceptor are no longer generated with resolution logic (it now lives in AuthSchemeResolutionStage and EndpointResolutionStage).

This PR updates the codegen test fixture files to match the new generated output.

Modifications

Updated codegen fixture/expected files to reflect the removal of auth scheme resolution and endpoint resolution logic from generated interceptors.

Testing

Codegen unit tests pass with updated fixtures.
No runtime behavior change — these are test resource files that validate codegen output matches expectations.

@S-Saranya1 S-Saranya1 requested a review from a team as a code owner May 19, 2026 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant