diff --git a/.chronus/changes/optional-encode-2024-8-14-9-51-14.md b/.chronus/changes/optional-encode-2024-8-14-9-51-14.md new file mode 100644 index 0000000000..4ccd413cf7 --- /dev/null +++ b/.chronus/changes/optional-encode-2024-8-14-9-51-14.md @@ -0,0 +1,8 @@ +--- +changeKind: breaking +packages: + - "@azure-tools/typespec-client-generator-core" +--- + +1. change `encode` in `SdkBuiltInType` to optional. +2. no longer use the value of `kind` as `encode` when there is no encode on this type.