Skip to content

Releases: Azure/typespec-azure

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

12 Jan 18:57
9c61e7d

Choose a tag to compare

Bug Fixes

  • #3728 Allow alternate types for models, enums, and unions

@azure-tools/typespec-azure-core@0.63.1

06 Jan 15:03
9cf3b7c

Choose a tag to compare

Bug Fixes

  • Align unknown-format rule name change

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

26 Dec 07:50
0e3aaea

Choose a tag to compare

Bug Fixes

  • #3700 Fix wrong filtering of preview version value in version enum.

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

26 Dec 07:05
0e3aaea

Choose a tag to compare

Bug Fixes

  • #3687 Fix @hierarchyBuilding decorator to recognize envelope properties.

@azure-tools/azure-http-specs@0.1.0-alpha.34

19 Dec 07:38
e940fb7

Choose a tag to compare

Features

  • #3609 Add data plane test for combined multi service.
  • #3618 Add ARM multiple services test case.

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

18 Dec 16:48
4f94cff

Choose a tag to compare

Features

  • #3617 Add support for a single client from multiple services

@azure-tools/typespec-autorest@0.63.1

18 Dec 16:48
4f94cff

Choose a tag to compare

Features

  • #3656 Emit x-ms-client-default when using @Azure.ClientGenerator.Core.Legacy.clientDefaultValue

Bug Fixes

  • #3666 Allow explicit ArrayEncoding.commaDelimited on parameters
  • #3666 Fix using ArrayEncoding.pipeDelimited or ArrayEncoding.spaceDelimited on parameter would transform the type to string incorrectly
  • #3666 Don't include items when encoding change type to string
  • #3644 Ignore encoding resulting in format not explicitly supported by autorest

@azure-tools/typespec-azure-rulesets@0.63.0

10 Dec 00:06
32292da

Choose a tag to compare

Features

  • #3475 Add new no-case-mismatch rule checking for types with names only differing by case

Bump dependencies

  • #3546 Upgrade dependencies

Bug Fixes

  • #3483 Add new no-unnamed-union rule to prevent usage of unnamed unions in Azure

@azure-tools/typespec-autorest-canonical@0.24.0

10 Dec 00:06
32292da

Choose a tag to compare

Bump dependencies

  • #3546 Upgrade dependencies

@azure-tools/azure-http-specs@0.1.0-alpha.33

10 Dec 00:06
32292da

Choose a tag to compare

Bump dependencies

  • #3546 Upgrade dependencies

Bug Fixes

  • #3517 Fix /azure/resource-manager/operation-templates createOrReplace LRO to return the final result as per spec (changed to spread instead of enveloped, HTTP 201 for the first response and 200 for subsequent).
  • #3598 Fix client-initialization scenario namespace from ClientGeneratorCore to ClientGenerator.Core to align with dashboard hierarchy.