diff --git a/.chronus/changes/fix-set-x-ms-skip-url-encoding-2024-11-26-17-14-53.md b/.chronus/changes/fix-set-x-ms-skip-url-encoding-2024-11-26-17-14-53.md new file mode 100644 index 0000000000..1358c997f9 --- /dev/null +++ b/.chronus/changes/fix-set-x-ms-skip-url-encoding-2024-11-26-17-14-53.md @@ -0,0 +1,7 @@ +--- +changeKind: fix +packages: + - "@typespec/http" +--- + +In some scenarios, the options for the `@path` decorator do not accurately reflect the provided information, including the `#{allowReserved: true}` which is the `x-ms-skip-url-encoding` option. This change addresses and fixes this issue.