Skip to content

0.59.0

  • #2757 Remove deprecated @fixed decorator.
  • #2974 Deprecate pageable decorators @Azure.Core.items and @Azure.Core.pagedResult. Use @TypeSpec.pageItems and @TypeSpec.list instead.
  • #2974 Deprecate pageable decorators @Azure.Core.items and @Azure.Core.pagedResult. Use @TypeSpec.pageItems and @TypeSpec.list instead.
  • #3126 Add multi-level discriminator support to typespec-autorest
  • #3125 Add uniqueItems support to Azure.Core and typespec-autorest
  • #3028 Allow paged models to be used with TypeSpec core paging(@list operations)
  • #3125 Add uniqueItems support to Azure.Core and typespec-autorest
  • #2979 Add validation when @pollingOperationParameter is referencing a non existent parameter
  • #3096 Enable void and optional request body for extension put and patch operations
  • #3098 Allow using Scope parameter with Provider Action templates
  • #3085 Add support for optional and missing request body in PUT and PATCH legacy operations
  • #3085 Fix implicitOptionality setting in Legacy PATCH operations