Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .chronus/changes/autorest-inline-2025-7-18-19-5-25.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/autorest-inline-2025-7-18-20-51-7.md

This file was deleted.

8 changes: 0 additions & 8 deletions .chronus/changes/ext-cut-2025-7-11-17-12-14.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/ext-cut-2025-7-11-17-44-13.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/list-create-extended-2025-7-13-13-59-29.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/normalize-ops-2025-7-18-16-29-51.md

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/tracked-loc-2025-7-19-16-57-24.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/typespec-autorest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log - @azure-tools/typespec-autorest

## 0.59.1

### Bug Fixes

- [#3173](https://github.com/Azure/typespec-azure/pull/3173) Inline azureLocation
- [#3147](https://github.com/Azure/typespec-azure/pull/3147) Add support for x-ms-external through armExternalResource decorator
- [#3147](https://github.com/Azure/typespec-azure/pull/3147) Add support for x-ms-azure-resource extension for custom resources


## 0.59.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/typespec-autorest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/typespec-autorest",
"version": "0.59.0",
"version": "0.59.1",
"author": "Microsoft Corporation",
"description": "TypeSpec library for emitting openapi from the TypeSpec REST protocol binding",
"homepage": "https://azure.github.io/typespec-azure",
Expand Down
9 changes: 9 additions & 0 deletions packages/typespec-azure-resource-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log - @azure-tools/typespec-azure-resource-manager

## 0.59.2

### Bug Fixes

- [#3147](https://github.com/Azure/typespec-azure/pull/3147) Add support for x-ms-external through armExternalResource decorator
- [#3154](https://github.com/Azure/typespec-azure/pull/3154) Add single page list and correct put template names
- [#3172](https://github.com/Azure/typespec-azure/pull/3172) Add single page list and legacy put and patch operations


## 0.59.1

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/typespec-azure-resource-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/typespec-azure-resource-manager",
"version": "0.59.1",
"version": "0.59.2",
"author": "Microsoft Corporation",
"description": "TypeSpec Azure Resource Manager library",
"homepage": "https://azure.github.io/typespec-azure",
Expand Down
7 changes: 7 additions & 0 deletions packages/typespec-client-generator-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log - @azure-tools/typespec-client-generator-core

## 0.59.1

### Bug Fixes

- [#3160](https://github.com/Azure/typespec-azure/pull/3160) Consider inheritance when mapping first segment for paging result.


## 0.59.0

No changes, version bump only.
Expand Down
2 changes: 1 addition & 1 deletion packages/typespec-client-generator-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/typespec-client-generator-core",
"version": "0.59.0",
"version": "0.59.1",
"author": "Microsoft Corporation",
"description": "TypeSpec Data Plane Generation library",
"homepage": "https://azure.github.io/typespec-azure",
Expand Down
Loading