Skip to content

Commit

Permalink
Bump version for Azure 0.48.0, core 0.62.0 release (#1810)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin authored Nov 5, 2024
1 parent fd7bbf9 commit 79f047c
Show file tree
Hide file tree
Showing 34 changed files with 152 additions and 166 deletions.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/azhang_ArmCommonTYpe-2024-9-31-11-12-29.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions .chronus/changes/linter-rules-docs-2-2024-8-16-17-22-2.md

This file was deleted.

8 changes: 0 additions & 8 deletions .chronus/changes/linter-rules-docs-2-2024-8-16-21-23-23.md

This file was deleted.

14 changes: 0 additions & 14 deletions .chronus/changes/move-docs-2024-10-4-23-37-28.md

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/remove_flag-2024-10-5-18-43-3.md

This file was deleted.

14 changes: 0 additions & 14 deletions .chronus/changes/upgrade-deps-oct-2024-2024-9-10-16-15-11.md

This file was deleted.

8 changes: 0 additions & 8 deletions .chronus/changes/uptake-paging-2024-8-19-18-34-8.md

This file was deleted.

2 changes: 1 addition & 1 deletion core
Submodule core updated 100 files
4 changes: 4 additions & 0 deletions packages/azure-http-specs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# @azure-tools/azure-http-specs

## 0.1.0-alpha.1

No changes, version bump only.
2 changes: 1 addition & 1 deletion packages/azure-http-specs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/azure-http-specs",
"version": "0.1.0-alpha.0",
"version": "0.1.0-alpha.1",
"description": "Spec scenarios and mock apis",
"main": "dist/index.js",
"type": "module",
Expand Down
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.9.0

### Bump dependencies

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


## 0.8.0

### Bump dependencies
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.8.0",
"version": "0.9.0",
"author": "Microsoft Corporation",
"description": "TypeSpec library for emitting canonical swagger",
"homepage": "https://azure.github.io/typespec-azure",
Expand Down
11 changes: 11 additions & 0 deletions packages/typespec-autorest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log - @azure-tools/typespec-autorest

## 0.48.0

### Bump dependencies

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

### Features

- [#1566](https://github.com/Azure/typespec-azure/pull/1566) Emit `x-ms-pageable` whenever possible for new core paging model


## 0.47.0

### Bump dependencies
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.47.0",
"version": "0.48.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.48.0

### Bug Fixes

- [#1545](https://github.com/Azure/typespec-azure/pull/1545) Add docs for linting rules and stop excluding non `Azure.` namespace

### Bump dependencies

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


## 0.47.0

### Bug Fixes
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.47.0",
"version": "0.48.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.48.0

### Bump dependencies

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


## 0.47.0

### Bump dependencies
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.47.0",
"version": "0.48.0",
"author": "Microsoft Corporation",
"description": "TypeSpec Azure Portal Core library",
"license": "MIT",
Expand Down
19 changes: 19 additions & 0 deletions packages/typespec-azure-resource-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log - @azure-tools/typespec-azure-resource-manager

## 0.48.0

### Bug Fixes

- [#1759](https://github.com/Azure/typespec-azure/pull/1759) Fix the `ArmOperationStatus` model to match the Azure-AsyncOperation Resource format, where the `id` is of type `string` instead of `Core.uuid`.
- [#1741](https://github.com/Azure/typespec-azure/pull/1741) Fix the `arm-resource-invalid-action-verb` rule. The rule should only allow `@post` and `@get` verbs, but it wasn't flagging other verbs.
- [#1744](https://github.com/Azure/typespec-azure/pull/1744) Fix the `x-ms-identifier` rule. The `x-ms-identifier` supports indexing into inner properties, but the linter does not support that and reports a warning.

### Bump dependencies

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

### Features

- [#1670](https://github.com/Azure/typespec-azure/pull/1670) Add an envelope model for a standard availability zones API contract.
- [#1674](https://github.com/Azure/typespec-azure/pull/1674) Remove restrictions requiring Foundation.Resource in ArmResourceListByParent. This will allow using the template for non-standard resources / collection actions that return a list.
As part of the change, the response can now return any type. This will be specified in the response section using a new `ResourceListCustomResult<type>` model.


## 0.47.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.47.1",
"version": "0.48.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.48.0

### Bug Fixes

- [#1545](https://github.com/Azure/typespec-azure/pull/1545) Disable `@azure-tools/typespec-azure-core/standard-names` for `resource-manager` ruleset. Rule was already excluding ARM operations automatically this just configure the ruleset correctly

### Bump dependencies

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


## 0.47.0

### Bump dependencies
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.47.0",
"version": "0.48.0",
"author": "Microsoft Corporation",
"description": "TypeSpec ruleset for Azure specs",
"homepage": "https://azure.github.io/typespec-azure",
Expand Down
11 changes: 11 additions & 0 deletions packages/typespec-client-generator-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log - @azure-tools/typespec-client-generator-core

## 0.48.0

### Bug Fixes

- [#1806](https://github.com/Azure/typespec-azure/pull/1806) remove filtering core model flag

### Bump dependencies

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


## 0.47.4

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

0 comments on commit 79f047c

Please sign in to comment.