Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix HttpPart not respecting part name #3909

Merged
merged 3 commits into from
Jul 30, 2024

Conversation

timotheeguerin
Copy link
Member

@timotheeguerin timotheeguerin commented Jul 19, 2024

fix #3779

Fixing this issue where the property name always won against the explicit part name for naming the part over the wire. This was the opposite of what the design said.

@azure-sdk
Copy link
Collaborator

azure-sdk commented Jul 19, 2024

All changed packages have been documented.

  • @typespec/http
Show changes

@typespec/http - fix ✏️

Fix HttpPart not respecting explicit part name by always using the property name

@azure-sdk
Copy link
Collaborator

You can try these changes here

🛝 Playground 🌐 Website 📚 Next docs

@timotheeguerin timotheeguerin added this pull request to the merge queue Jul 30, 2024
Merged via the queue into microsoft:main with commit 44ffaf7 Jul 30, 2024
22 checks passed
@timotheeguerin timotheeguerin deleted the fix/multipart-name branch July 30, 2024 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HttpPart explicit name should win over the property name if provided
3 participants