Skip to content

February 2024

See TypeSpec Core release notes

  • Respect @clientName decorator from @azure-rest/typespec-client-generator-core library where @projectedName("client") used to work.
  • Add new MultipartFile type
  • error out if user tries to encode bytes in multipart input
  • Add support for creating an enum from a union declaration
  • tcgc will return the raw tsp types to emitters, instead of doing more conversion
  • Fix: Inline enums properties with default values as default is not allowed next to $ref
  • Emit warning if using opendIdConnect http auth scheme
  • Update references to ARM, Add template customization parameters, add migration docs
  • Fix Location resource issue
  • fix incorrect linter error for models not directly used in multipart operations