Skip to content

[http-client-csharp] Remove unused InputOperation.ResourceName - #11973

Draft
JoshLove-msft with Copilot wants to merge 2 commits into
mainfrom
copilot/remove-resource-name-property
Draft

JoshLove-msft with Copilot wants to merge 2 commits into
mainfrom
copilot/remove-resource-name-property

Conversation

Copilot AI commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

InputOperation.ResourceName is a legacy AutoRest field that no longer determines client names and has no consumers.

  • Input model: Remove the property, constructor and Update parameters, and deserialization handling.
  • Emitter: Stop emitting resourceName and remove the helper used solely to compute it.
  • Compatibility: Older code models containing resourceName remain readable; regression coverage verifies this and the field’s absence from emitted operations.

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).
1 pipeline(s) were filtered out due to trigger conditions.
There may be pipelines that require an authorized user to comment /azp run to run.

Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com>
@microsoft-github-policy-service microsoft-github-policy-service Bot added the emitter:client:csharp Issue for the C# client emitter: @typespec/http-client-csharp label Sep 15, 2026
Copilot AI changed the title [WIP] Remove unused ResourceName property in InputOperation [http-client-csharp] Remove unused InputOperation.ResourceName Sep 15, 2026
Copilot AI requested a review from JoshLove-msft September 15, 2026 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

emitter:client:csharp Issue for the C# client emitter: @typespec/http-client-csharp

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[http-client-csharp] remove property ResourceName in InputOperation

2 participants