diff --git a/.chronus/changes/additional_properties-2024-3-15-15-20-41.md b/.chronus/changes/additional_properties-2024-3-15-15-20-41.md deleted file mode 100644 index f84c41b1af..0000000000 --- a/.chronus/changes/additional_properties-2024-3-15-15-20-41.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -changeKind: feature -packages: - - "@azure-tools/typespec-client-generator-core" ---- - -support typespec new additional properties syntax \ No newline at end of file diff --git a/.chronus/changes/eslint-flat-config-2024-3-5-22-2-11.md b/.chronus/changes/eslint-flat-config-2024-3-5-22-2-11.md index 2926534c93..9d32308fc3 100644 --- a/.chronus/changes/eslint-flat-config-2024-3-5-22-2-11.md +++ b/.chronus/changes/eslint-flat-config-2024-3-5-22-2-11.md @@ -1,5 +1,4 @@ --- -# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking changeKind: internal packages: - "@azure-tools/typespec-autorest-canonical" @@ -7,7 +6,6 @@ packages: - "@azure-tools/typespec-azure-core" - "@azure-tools/typespec-azure-portal-core" - "@azure-tools/typespec-azure-resource-manager" - - "@azure-tools/typespec-client-generator-core" --- -Migrate to eslint flat config +Migrate to eslint flat config \ No newline at end of file diff --git a/.chronus/changes/fix_discriminator-2024-3-17-11-14-15.md b/.chronus/changes/fix_discriminator-2024-3-17-11-14-15.md deleted file mode 100644 index 662e8c4810..0000000000 --- a/.chronus/changes/fix_discriminator-2024-3-17-11-14-15.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -changeKind: fix -packages: - - "@azure-tools/typespec-client-generator-core" ---- - -adjust sequence of properties calculation and discriminator calculation \ No newline at end of file diff --git a/.chronus/changes/subscription_id-2024-3-15-14-48-17.md b/.chronus/changes/subscription_id-2024-3-15-14-48-17.md deleted file mode 100644 index f9f65e9956..0000000000 --- a/.chronus/changes/subscription_id-2024-3-15-14-48-17.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -changeKind: feature -packages: - - "@azure-tools/typespec-client-generator-core" ---- - -add subscriptionId to client parameters \ No newline at end of file diff --git a/.chronus/changes/upgrade-deps-april-2024-2024-3-13-20-12-36.md b/.chronus/changes/upgrade-deps-april-2024-2024-3-13-20-12-36.md index 822506710f..434a338a6c 100644 --- a/.chronus/changes/upgrade-deps-april-2024-2024-3-13-20-12-36.md +++ b/.chronus/changes/upgrade-deps-april-2024-2024-3-13-20-12-36.md @@ -1,5 +1,4 @@ --- -# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking changeKind: dependencies packages: - "@azure-tools/typespec-autorest-canonical" @@ -7,7 +6,6 @@ packages: - "@azure-tools/typespec-azure-core" - "@azure-tools/typespec-azure-portal-core" - "@azure-tools/typespec-azure-resource-manager" - - "@azure-tools/typespec-client-generator-core" --- -Upgrade dependencies +Upgrade dependencies \ No newline at end of file diff --git a/packages/typespec-client-generator-core/CHANGELOG.md b/packages/typespec-client-generator-core/CHANGELOG.md index 6cb9d5939d..2ff2627fb7 100644 --- a/packages/typespec-client-generator-core/CHANGELOG.md +++ b/packages/typespec-client-generator-core/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log - @azure-tools/typespec-client-generator-core +## 0.41.3 + +### Bug Fixes + +- [#665](https://github.com/Azure/typespec-azure/pull/665) support typespec new additional properties syntax +- [#680](https://github.com/Azure/typespec-azure/pull/680) adjust sequence of properties calculation and discriminator calculation +- [#673](https://github.com/Azure/typespec-azure/pull/673) add subscriptionId to client parameters + +### Bump dependencies + +- [#663](https://github.com/Azure/typespec-azure/pull/663) Upgrade dependencies + + ## 0.41.2 ### Bug Fixes diff --git a/packages/typespec-client-generator-core/package.json b/packages/typespec-client-generator-core/package.json index 3aa13f9fd9..fd9e3e5030 100644 --- a/packages/typespec-client-generator-core/package.json +++ b/packages/typespec-client-generator-core/package.json @@ -1,6 +1,6 @@ { "name": "@azure-tools/typespec-client-generator-core", - "version": "0.41.2", + "version": "0.41.3", "author": "Microsoft Corporation", "description": "TypeSpec Data Plane Generation library", "homepage": "https://azure.github.io/typespec-azure",