Skip to content

Releases: Azure/typespec-azure

typespec-azure@0.49.0

11 Dec 02:36
4e74671
Compare
Choose a tag to compare

@azure-tools/typespec-autorest

Bug Fixes

  • #1838 Emit error @azure-tools/typespec-autorest/no-matching-version-found when the version option is used and does not match any versions of the service.
  • #1950 Update lockfile for core changes

@azure-tools/typespec-azure-core

Bug Fixes

  • #1886 Remove Azure.Core.nextLink as there is a nextLink instance in TypeSpec.nextLink, which is causing an ambiguous problem between the two.
  • #1950 Update lockfile for core changes

Features

  • #1272 Add armResourceType scalar, and changed some properties to be armResourceType instead of string

@azure-tools/typespec-azure-portal-core

Bug Fixes

  • #1950 Update lockfile for core changes

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

Bug Fixes

  • #1866 Fix the no-empty-model rule to prevent it from being triggered for Records, as this is already covered by another rule.
  • #1886 Replace usage of Azure.Core.nextLink to TypeSpec.nextLink.
  • #1950 Update lockfile for core changes

Features

  • #1689 Add common-types v6 with changes in managed identity, private links, and types.
  • #1272 Add armResourceType scalar, and changed some properties to be armResourceType instead of string
  • #1881 common-types consistency with original swagger
  • #1923 Add the @Azure.ResourceManager.Legacy.customAzureResource decorator to identify ARM resources that do not use the base resource types.
  • #1740 Update the arm no-response-body rule to behave similarly to the core rule, but with the additional requirement that the 202 response can and should also be empty

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

Bug Fixes

  • #1950 Update lockfile for core changes

Features

  • #1812 add SdkCookieParameter type and support @cookie in TypeSpec http lib
  • #1783 Implement scope negation for TCGC decorators
  • #1912 support emit code model

@azure-tools/typespec-azure-rulesets@0.49.0

11 Dec 02:36
4e74671
Compare
Choose a tag to compare

Bug Fixes

  • #1950 Update lockfile for core changes

Features

  • #1923 Discourage usage of new decorator @Azure.ResourceManager.Legacy.customAzureResource
  • #1740 Update the arm no-response-body rule to behave similarly to the core rule, but with the additional requirement that the 202 response can and should also be empty

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

11 Dec 02:36
4e74671
Compare
Choose a tag to compare

Bug Fixes

  • #1950 Update lockfile for core changes

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

11 Dec 02:36
4e74671
Compare
Choose a tag to compare

Bug Fixes

  • #1908 Fix test scenario for singleton patch
  • #1910 Fix a typo in access test scenario doc
  • #1886 Replace usage of Azure.Core.nextLink to TypeSpec.nextLink.
  • #1950 Update lockfile for core changes

Features

  • #1925 Move payload/pageable test scenario to azure folder
  • #1821 Added LRO case for ARM tests.

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

10 Dec 03:52
cff495c
Compare
Choose a tag to compare

Bug Fixes

  • #1966 Allow for responses without bodies to be errors, depending on presence of @error decorator

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

09 Dec 23:04
e12bf51
Compare
Choose a tag to compare

Added scripts to package.json.

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

06 Dec 20:37
00dcd6b
Compare
Choose a tag to compare

Bug Fixes

    1. Introduce new usage: LroInitial, LroPolling, LroFinalEnvelope.
  1. usage and access now properly propagate on polling model, final result and final envelop result of lroMetadata.

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

03 Dec 07:02
7d59d12
Compare
Choose a tag to compare

Bug Fixes

  • #1935 fix wrong unexpected-pageable-operation-return-type because of nullable type

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

28 Nov 08:43
a24339d
Compare
Choose a tag to compare

Bug Fixes

  • #1907 use the right path parameter name when filtering method parameter

Features

  • #1919 support typespec common paging
  • #1918 remove none visibility property for model

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

27 Nov 02:29
a24339d
Compare
Choose a tag to compare

Backport changes from cadl-ranch.