[http-specs] Add http-specs tests for CSV encoding on model properties - #9106
Merged
Conversation
Co-authored-by: tadelesh <1726438+tadelesh@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add HTTP specs tests for CSV encoding of model properties
Add http-specs tests for CSV encoding on model properties
Nov 28, 2025
tadelesh
marked this pull request as ready for review
November 28, 2025 03:49
tadelesh
requested review from
AlitzelMendez,
bterlson,
chrisradek,
markcowl,
timotheeguerin and
witemple-msft
as code owners
November 28, 2025 03:49
commit: |
Contributor
|
All changed packages have been documented.
|
weidongxu-microsoft
approved these changes
Nov 28, 2025
haolingdong-msft
approved these changes
Dec 2, 2025
tadelesh
enabled auto-merge
December 3, 2025 05:23
msyyc
approved these changes
Dec 4, 2025
tadelesh
disabled auto-merge
December 4, 2025 02:38
tadelesh
enabled auto-merge
December 4, 2025 02:38
Member
|
@timotheeguerin @markcowl Could either of you approve this? |
timotheeguerin
approved these changes
Dec 4, 2025
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Dec 12, 2025
…rialization (#9146) fix #9026 TCGC is ready: Azure/typespec-azure#3583 Spector case: #9106
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds scenario tests for array encoding on model properties, covering all four
ArrayEncodingvariants.Changes
packages/http-specs/specs/encode/array/commaDelimited(CSV) - values joined with,spaceDelimited(SSV) - values joined withpipeDelimited- values joined with|newlineDelimited- values joined with\nExample
Expected request/response body:
{ "value": "blue,red,green" }Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
telemetry.astro.build/usr/local/bin/node node /home/REDACTED/work/typespec/typespec/website/node_modules/.bin/../astro/astro.js build(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.