Skip to content

Commit

Permalink
Merge branch 'main' into arm_rename_scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaofeiCao authored Oct 14, 2024
2 parents 3defda8 + 9df792d commit a5c5dd6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/perfect-balloons-obey.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/cadl-ranch-specs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @azure-tools/cadl-ranch-specs

## 0.37.7

### Patch Changes

- ecfd2f0: fix(test): adopt `coercedBodyEquals`
- 86817b9: Fix explode array mockapi in routes.

## 0.37.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cadl-ranch-specs/http/routes/mockapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Scenarios.Routes_QueryParameters_QueryExpansion_Explode_primitive = createTests(
"/routes/query/query-expansion/explode/primitive?param=a",
);
Scenarios.Routes_QueryParameters_QueryExpansion_Explode_array = createTests(
"/routes/query/query-expansion/explode/array?param=a,b",
"/routes/query/query-expansion/explode/array?param=a&param=b",
);
Scenarios.Routes_QueryParameters_QueryExpansion_Explode_record = createTests(
"/routes/query/query-expansion/explode/record?a=1&b=2",
Expand All @@ -129,7 +129,7 @@ Scenarios.Routes_QueryParameters_QueryContinuation_Explode_primitive = createTes
"/routes/query/query-continuation/explode/primitive?fixed=true&param=a",
);
Scenarios.Routes_QueryParameters_QueryContinuation_Explode_array = createTests(
"/routes/query/query-continuation/explode/array?fixed=true&param=a,b",
"/routes/query/query-continuation/explode/array?fixed=true&param=a&param=b",
);
Scenarios.Routes_QueryParameters_QueryContinuation_Explode_record = createTests(
"/routes/query/query-continuation/explode/record?fixed=true&a=1&b=2",
Expand Down
2 changes: 1 addition & 1 deletion packages/cadl-ranch-specs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/cadl-ranch-specs",
"version": "0.37.6",
"version": "0.37.7",
"description": "Cadl scenarios and mock apis",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit a5c5dd6

Please sign in to comment.