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

Update typespec-autorest to put response headers in lexicographic order #409

Closed
markcowl opened this issue Mar 12, 2024 · 0 comments · Fixed by #414 · May be fixed by microsoft/typespec#3015
Closed

Update typespec-autorest to put response headers in lexicographic order #409

markcowl opened this issue Mar 12, 2024 · 0 comments · Fixed by #414 · May be fixed by microsoft/typespec#3015
Assignees
Milestone

Comments

@markcowl
Copy link
Member

markcowl commented Mar 12, 2024

When changes are made to templates or new headers are added, the order of existing response headers can be disturbed. Since this order does not matter, we should order headers lexicographically

Repro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment