Skip to content

Commit

Permalink
Merge branch 'main' into x-ms-identifiers-alternatives
Browse files Browse the repository at this point in the history
  • Loading branch information
AlitzelMendez committed Dec 12, 2024
2 parents 5a3b5d6 + 4e74671 commit 9e3e0d8
Show file tree
Hide file tree
Showing 44 changed files with 187 additions and 197 deletions.
7 changes: 0 additions & 7 deletions .chronus/changes/AzureSpecsAlpha2-2024-10-26-16-12-19.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/ReleaseDashboardsStep1-2024-11-6-15-1-23.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/add-common-types-v6-2024-9-16-14-19-21.md

This file was deleted.

8 changes: 0 additions & 8 deletions .chronus/changes/add-resource-type-2024-6-31-14-6-51.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/cookie_support-2024-10-6-16-23-46.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/no-response-body-rule-2024-9-22-13-23-5.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/scope-negation-2024-10-1-10-19-14.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/specs_arm_lro-2024-10-7-15-31-16.md

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/tcgc_output-2024-10-26-15-38-13.md

This file was deleted.

15 changes: 0 additions & 15 deletions .chronus/changes/update-core-2024-12-04-2024-11-5-22-13-45.md

This file was deleted.

This file was deleted.

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

## 0.1.0-alpha.4

### Bug Fixes

- [#1908](https://github.com/Azure/typespec-azure/pull/1908) Fix test scenario for singleton patch
- [#1910](https://github.com/Azure/typespec-azure/pull/1910) Fix a typo in access test scenario doc
- [#1886](https://github.com/Azure/typespec-azure/pull/1886) Replace usage of `Azure.Core.nextLink` to `TypeSpec.nextLink`.
- [#1950](https://github.com/Azure/typespec-azure/pull/1950) Update lockfile for core changes

### Features

- [#1925](https://github.com/Azure/typespec-azure/pull/1925) Move payload/pageable test scenario to azure folder
- [#1821](https://github.com/Azure/typespec-azure/pull/1821) Added LRO case for ARM tests.


## 0.1.0-alpha.3

Added scripts to package.json.
Expand Down
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.3",
"version": "0.1.0-alpha.4",
"description": "Azure 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.10.0

### Bug Fixes

- [#1950](https://github.com/Azure/typespec-azure/pull/1950) Update lockfile for core changes


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

## 0.49.0

### Bug Fixes

- [#1838](https://github.com/Azure/typespec-azure/pull/1838) Emit error `@azure-tools/typespec-autorest/no-matching-version-found` when the version option is used and does not match any versions of the service.
- [#1950](https://github.com/Azure/typespec-azure/pull/1950) Update lockfile for core changes


## 0.48.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.48.0",
"version": "0.49.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
12 changes: 12 additions & 0 deletions packages/typespec-azure-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log - @azure-tools/typespec-azure-core

## 0.49.0

### Bug Fixes

- [#1886](https://github.com/Azure/typespec-azure/pull/1886) Remove `Azure.Core.nextLink` as there is a nextLink instance in `TypeSpec.nextLink`, which is causing an ambiguous problem between the two.
- [#1950](https://github.com/Azure/typespec-azure/pull/1950) Update lockfile for core changes

### Features

- [#1272](https://github.com/Azure/typespec-azure/pull/1272) Add `armResourceType` scalar, and changed some properties to be `armResourceType` instead of string


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

### Bug Fixes

- [#1950](https://github.com/Azure/typespec-azure/pull/1950) Update lockfile for core changes


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

## 0.49.0

### Bug Fixes

- [#1866](https://github.com/Azure/typespec-azure/pull/1866) Fix the `no-empty-model` rule to prevent it from being triggered for Records, as this is already covered by another rule.
- [#1886](https://github.com/Azure/typespec-azure/pull/1886) Replace usage of `Azure.Core.nextLink` to `TypeSpec.nextLink`.
- [#1950](https://github.com/Azure/typespec-azure/pull/1950) Update lockfile for core changes

### Features

- [#1689](https://github.com/Azure/typespec-azure/pull/1689) Add common-types v6 with changes in managed identity, private links, and types.
- [#1272](https://github.com/Azure/typespec-azure/pull/1272) Add `armResourceType` scalar, and changed some properties to be `armResourceType` instead of string
- [#1881](https://github.com/Azure/typespec-azure/pull/1881) common-types consistency with original swagger
- [#1923](https://github.com/Azure/typespec-azure/pull/1923) Add the `@Azure.ResourceManager.Legacy.customAzureResource` decorator to identify ARM resources that do not use the base resource types.
- [#1740](https://github.com/Azure/typespec-azure/pull/1740) Update the `arm no-response-body` rule to behave similarly to the core rule, but with the additional requirement that the 202 response can and should also be empty


## 0.48.0

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

## 0.49.0

### Bug Fixes

- [#1950](https://github.com/Azure/typespec-azure/pull/1950) Update lockfile for core changes

### Features

- [#1923](https://github.com/Azure/typespec-azure/pull/1923) Discourage usage of new decorator `@Azure.ResourceManager.Legacy.customAzureResource`
- [#1740](https://github.com/Azure/typespec-azure/pull/1740) Update the `arm no-response-body` rule to behave similarly to the core rule, but with the additional requirement that the 202 response can and should also be empty


## 0.48.0

### Bug Fixes
Expand Down
Loading

0 comments on commit 9e3e0d8

Please sign in to comment.