Skip to content

Commit

Permalink
Bump version for release 0.47.0 (core 0.61.0) (#1658)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin authored Oct 9, 2024
1 parent a67c62f commit e20b38b
Show file tree
Hide file tree
Showing 126 changed files with 1,545 additions and 1,010 deletions.

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/allow-reserved-2024-8-11-16-40-29.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/almend-AddCommonTypes-2024-8-10-11-43-59.md

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/almend-Rule-2024-8-17-16-58-23.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/almend-Rule-2024-8-18-10-2-28.md

This file was deleted.

9 changes: 0 additions & 9 deletions .chronus/changes/async-header-result-2024-7-22-23-19-8.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/azhang_NestedExamples-2024-8-27-21-2-20.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/commonTypeManagedId-2024-8-17-8-36-58.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/deprecate_description-2024-8-26-23-19-32.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/fix_api_version-2024-8-29-18-33-51.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/fix_default_value-2024-8-30-14-40-21.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/fix_enum_default_value-2024-8-30-17-30-54.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/fix_subclient_endpoint-2024-8-25-18-46-26.md

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/tcgc-lro-metadata-2024-8-11-22-30-34.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/update-core-854024a-2024-9-9-9-46-21.md

This file was deleted.

12 changes: 0 additions & 12 deletions .chronus/changes/upgrade-deps-sep-2024-2-2024-8-25-13-11-27.md

This file was deleted.

14 changes: 0 additions & 14 deletions .chronus/changes/upgrade-deps-sep-2024-2024-8-13-1-4-48.md

This file was deleted.

2 changes: 1 addition & 1 deletion core
Submodule core updated 176 files
7 changes: 7 additions & 0 deletions packages/typespec-autorest-canonical/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog - @azure-tools/typespec-autorest-canonical

## 0.8.0

### Bump dependencies

- [#1534](https://github.com/Azure/typespec-azure/pull/1534) Bump dependencies


## 0.7.0

No changes, version bump only.
Expand Down
2 changes: 1 addition & 1 deletion packages/typespec-autorest-canonical/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/typespec-autorest-canonical",
"version": "0.7.0",
"version": "0.8.0",
"author": "Microsoft Corporation",
"description": "TypeSpec library for emitting canonical swagger",
"homepage": "https://azure.github.io/typespec-azure",
Expand Down
12 changes: 12 additions & 0 deletions packages/typespec-autorest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log - @azure-tools/typespec-autorest

## 0.47.0

### Bump dependencies

- [#1534](https://github.com/Azure/typespec-azure/pull/1534) Bump dependencies

### Features

- [#1547](https://github.com/Azure/typespec-azure/pull/1547) Added support to use Scalar and Object as default types
- [#1627](https://github.com/Azure/typespec-azure/pull/1627) Adding support for loading example files from nested sub-folders.


## 0.46.0

### Bug Fixes
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.46.0",
"version": "0.47.0",
"author": "Microsoft Corporation",
"description": "TypeSpec library for emitting openapi from the TypeSpec REST protocol binding",
"homepage": "https://azure.github.io/typespec-azure",
Expand Down
11 changes: 11 additions & 0 deletions packages/typespec-azure-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log - @azure-tools/typespec-azure-core

## 0.47.0

### Bug Fixes

- [#1416](https://github.com/Azure/typespec-azure/pull/1416) Fix #1180 Return StatusMonitor result field for non-resource PUT operations in getLroMetadata.finalResult

### Bump dependencies

- [#1534](https://github.com/Azure/typespec-azure/pull/1534) Bump dependencies


## 0.46.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/typespec-azure-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/typespec-azure-core",
"version": "0.46.0",
"version": "0.47.0",
"author": "Microsoft Corporation",
"description": "TypeSpec Azure Core library",
"homepage": "https://azure.github.io/typespec-azure",
Expand Down
7 changes: 7 additions & 0 deletions packages/typespec-azure-portal-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog - @azure-tools/typespec-azure-portal-core

## 0.47.0

### Bump dependencies

- [#1534](https://github.com/Azure/typespec-azure/pull/1534) Bump dependencies


## 0.46.0

No changes, version bump only.
Expand Down
2 changes: 1 addition & 1 deletion packages/typespec-azure-portal-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/typespec-azure-portal-core",
"version": "0.46.0",
"version": "0.47.0",
"author": "Microsoft Corporation",
"description": "TypeSpec Azure Portal Core library",
"license": "MIT",
Expand Down
20 changes: 20 additions & 0 deletions packages/typespec-azure-resource-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Change Log - @azure-tools/typespec-azure-resource-manager

## 0.47.0

### Bug Fixes

- [#1416](https://github.com/Azure/typespec-azure/pull/1416) Fix #1180 Return StatusMonitor result field for non-resource PUT operations in getLroMetadata.finalResult
- [#1551](https://github.com/Azure/typespec-azure/pull/1551) Correct ManagedServiceIdentityType versioning issue
- [#1537](https://github.com/Azure/typespec-azure/pull/1537) Fix missing-x-ms-identifier rule not checking base class for properties

### Bump dependencies

- [#1534](https://github.com/Azure/typespec-azure/pull/1534) Bump dependencies

### Features

- [#1639](https://github.com/Azure/typespec-azure/pull/1639) Adding `ArmProviderActionSync` and `ArmProviderActionAsync` templates to the ARM library to perform actions at the subscription and tenant levels.
- [#1512](https://github.com/Azure/typespec-azure/pull/1512) `x-ms-skip-url-encoding` should be replaced with `allowReserved`
- [#1505](https://github.com/Azure/typespec-azure/pull/1505) Added common-types managed identity with delegation and network security perimeter
- [#1555](https://github.com/Azure/typespec-azure/pull/1555) Add `no-empty-model` rule


## 0.46.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.46.1",
"version": "0.47.0",
"author": "Microsoft Corporation",
"description": "TypeSpec Azure Resource Manager library",
"homepage": "https://azure.github.io/typespec-azure",
Expand Down
11 changes: 11 additions & 0 deletions packages/typespec-azure-rulesets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog - @azure-tools/typespec-azure-rulesets

## 0.47.0

### Bump dependencies

- [#1534](https://github.com/Azure/typespec-azure/pull/1534) Bump dependencies

### Features

- [#1555](https://github.com/Azure/typespec-azure/pull/1555) Add `no-empty-model` rule to ruleset


## 0.46.0

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/typespec-azure-rulesets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/typespec-azure-rulesets",
"version": "0.46.0",
"version": "0.47.0",
"author": "Microsoft Corporation",
"description": "TypeSpec ruleset for Azure specs",
"homepage": "https://azure.github.io/typespec-azure",
Expand Down
27 changes: 27 additions & 0 deletions packages/typespec-client-generator-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Change Log - @azure-tools/typespec-client-generator-core

## 0.47.0

### Bug Fixes

- [#1511](https://github.com/Azure/typespec-azure/pull/1511) Fix logic to check conflicting usage for model of multipart body and regular body
- [#1629](https://github.com/Azure/typespec-azure/pull/1629) do not promote api version param to client if service is not versioned
- [#1630](https://github.com/Azure/typespec-azure/pull/1630) do not override client default value for api version param in non-versioning service
- [#1607](https://github.com/Azure/typespec-azure/pull/1607) set service of og in using time instead of setting time

### Bump dependencies

- [#1534](https://github.com/Azure/typespec-azure/pull/1534) Bump dependencies

### Features

- [#1631](https://github.com/Azure/typespec-azure/pull/1631) support value type for client default value
- [#1515](https://github.com/Azure/typespec-azure/pull/1515) add `SdkLroServiceMetadata`

### Deprecations

- [#1613](https://github.com/Azure/typespec-azure/pull/1613) deprecate description in `SdkExampleBase`

### Breaking Changes

- [#1560](https://github.com/Azure/typespec-azure/pull/1560) Remove `.description` and `.details` from deprecated api surface


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

0 comments on commit e20b38b

Please sign in to comment.