Skip to content

Commit

Permalink
Publish/tcgc hotfix (#686)
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 Apr 17, 2024
1 parent 0162292 commit bb67111
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 28 deletions.
7 changes: 0 additions & 7 deletions .chronus/changes/additional_properties-2024-3-15-15-20-41.md

This file was deleted.

4 changes: 1 addition & 3 deletions .chronus/changes/eslint-flat-config-2024-3-5-22-2-11.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
---
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking
changeKind: internal
packages:
- "@azure-tools/typespec-autorest-canonical"
- "@azure-tools/typespec-autorest"
- "@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
7 changes: 0 additions & 7 deletions .chronus/changes/fix_discriminator-2024-3-17-11-14-15.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/subscription_id-2024-3-15-14-48-17.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
---
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking
changeKind: dependencies
packages:
- "@azure-tools/typespec-autorest-canonical"
- "@azure-tools/typespec-autorest"
- "@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
13 changes: 13 additions & 0 deletions packages/typespec-client-generator-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.41.2",
"version": "0.41.3",
"author": "Microsoft Corporation",
"description": "TypeSpec Data Plane Generation library",
"homepage": "https://azure.github.io/typespec-azure",
Expand Down

0 comments on commit bb67111

Please sign in to comment.