Skip to content

Commit

Permalink
Publish/tcgc (#1087)
Browse files Browse the repository at this point in the history
Co-authored-by: iscai-msft <[email protected]>
  • Loading branch information
iscai-msft and iscai-msft authored Jun 27, 2024
1 parent 5dc55cc commit 49fc59d
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 102 deletions.

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions .chronus/changes/break-up-test-cases-2024-5-14-14-29-1.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/client_hierarchy-2024-5-18-18-19-30.md

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/discriminator_doc-2024-4-21-11-13-50.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/emitter_name-2024-5-3-22-57-49.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/export_sdkmethod-2024-5-12-13-43-49.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/fix-arm-id-2024-5-18-17-30-45.md

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/remove_name_in_client-2024-5-24-13-45-6.md

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/whitespace_client_name-2024-5-24-14-18-45.md

This file was deleted.

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

## 0.43.1

### Bug Fixes

- [#1000](https://github.com/Azure/typespec-azure/pull/1000) Add `name` and `tspNamespace` to `SdkArrayType`
- [#1009](https://github.com/Azure/typespec-azure/pull/1009) add `tspNamespace` to `SdkModelType`, `SdkEnumType`, `SdkEnumValueType` and `SdkUnionType`
- [#1033](https://github.com/Azure/typespec-azure/pull/1033) only expose top level client in `SdkPackage`
- [#1070](https://github.com/Azure/typespec-azure/pull/1070) don't let optional `.contentTypes` on response body be empty. If it's empty, just set it to undefined
- [#873](https://github.com/Azure/typespec-azure/pull/873) add description for created discriminator property
- [#947](https://github.com/Azure/typespec-azure/pull/947) support new typespec emitter naming rule
- [#990](https://github.com/Azure/typespec-azure/pull/990) export `SdkClientAccessor`
- [#1032](https://github.com/Azure/typespec-azure/pull/1032) Fix armId not set for scalar type armResourceIdentifier.
- [#1038](https://github.com/Azure/typespec-azure/pull/1038) add support for list of scopes
- [#1064](https://github.com/Azure/typespec-azure/pull/1064) remove deprecated `.nameInClient` property from `SdkModelPropertyType`s
- [#1050](https://github.com/Azure/typespec-azure/pull/1050) Fix SdkContext.arm
- [#1066](https://github.com/Azure/typespec-azure/pull/1066) Add linter for empty `@clientName` values


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

0 comments on commit 49fc59d

Please sign in to comment.