Skip to content

Releases: Azure/typespec-azure

[email protected]

06 Mar 16:51
2b10ece
Compare
Choose a tag to compare

@azure-tools/typespec-autorest

Minor Changes

  • a1a2be7: Respect @clientName decorator from @azure-rest/typespec-client-generator-core library where @projectedName("client") used to work.

Patch Changes

  • 2f6bbc4: Fix: Inline enums properties with default values as default is not allowed next to $ref
  • 8b072f4: Emit warning if using opendIdConnect http auth scheme
  • 148eee4: Update references to ARM, Add template customization parameters, add migration docs

@azure-tools/typespec-azure-core

Patch Changes

@azure-tools/typespec-azure-resource-manager

Patch Changes

  • ebfe639: Fix Location resource issue, add mechanism for additional path segments
  • 148eee4: Update references to ARM, Add template customization parameters, add migration docs

@azure-tools/typespec-client-generator-core

Minor Changes

  • 3f98132: Add new MultipartFile type
  • c07c189: error out if user tries to encode bytes in multipart input
  • acfb045: Add support for creating an enum from a union declaration
  • 3997779: tcgc will return the raw tsp types to emitters, instead of doing more conversion

Patch Changes

  • 1f1864a: fix incorrect linter error for models not directly used in multipart operations