Skip to content

Commit

Permalink
bump tcgc 0.46.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc committed Sep 14, 2024
1 parent 7c7f170 commit f5677cc
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 27 deletions.
12 changes: 0 additions & 12 deletions .chronus/changes/change-some-bad-apis-2024-8-3-7-4-12.md

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/fix-tcgc-subid-2024-8-14-13-38-41.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/typespec-client-generator-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log - @azure-tools/typespec-client-generator-core

## 0.46.1

### Bug Fixes

- [#1491](https://github.com/Azure/typespec-azure/pull/1491) Fix naming logic for anonymous model wrapped by `HttpPart`
- [#1542](https://github.com/Azure/typespec-azure/pull/1542) Fix `subscriptionId` for ARM SDK

### Breaking Changes

- [#1463](https://github.com/Azure/typespec-azure/pull/1463) 1. The kind for `unknown` renamed from `any` to `unknown`.
- [#1463](https://github.com/Azure/typespec-azure/pull/1463) 2. The `values` property in `SdkUnionType` renamed to `variantTypes`.
- [#1463](https://github.com/Azure/typespec-azure/pull/1463) 3. The `values` property in `SdkTupleType` renamed to `valueTypes`.
- [#1463](https://github.com/Azure/typespec-azure/pull/1463) 4. The example types for parameter, response and `SdkType` has been renamed to `XXXExampleValue` to emphasize that they are values instead of the example itself.
- [#1463](https://github.com/Azure/typespec-azure/pull/1463) 5. The `@format` decorator is no longer able to change the type of the property.


## 0.46.0

### Bug Fixes
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.46.0",
"version": "0.46.1",
"author": "Microsoft Corporation",
"description": "TypeSpec Data Plane Generation library",
"homepage": "https://azure.github.io/typespec-azure",
Expand Down

0 comments on commit f5677cc

Please sign in to comment.