Skip to content

Commit cc97a33

Browse files
authored
bump azure-http-specs (#2375)
command: `pnpm change version --only "@azure-tools/azure-http-specs"`
1 parent d19a414 commit cc97a33

7 files changed

+19
-23
lines changed

.chronus/changes/azure-http-specs_validate-orphan-model-serializable-2025-2-6-14-48-18.md

-7
This file was deleted.

.chronus/changes/change-workspace-ranges-2025-2-6-10-4-22.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
changeKind: internal
33
packages:
4-
- "@azure-tools/azure-http-specs"
54
- "@azure-tools/typespec-autorest-canonical"
65
- "@azure-tools/typespec-autorest"
76
- "@azure-tools/typespec-azure-core"
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
2-
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking
32
changeKind: breaking
43
packages:
5-
- "@azure-tools/azure-http-specs"
64
- "@azure-tools/typespec-autorest-canonical"
75
- "@azure-tools/typespec-autorest"
86
- "@azure-tools/typespec-azure-core"
@@ -11,4 +9,4 @@ packages:
119
- "@azure-tools/typespec-client-generator-core"
1210
---
1311

14-
Minimum node version is now 20
12+
Minimum node version is now 20

.chronus/changes/specs_arm_error-2025-2-4-10-8-15.md

-8
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
2-
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking
32
changeKind: dependencies
43
packages:
5-
- "@azure-tools/azure-http-specs"
64
- "@azure-tools/typespec-autorest-canonical"
75
- "@azure-tools/typespec-autorest"
86
- "@azure-tools/typespec-azure-core"
@@ -12,4 +10,4 @@ packages:
1210
- "@azure-tools/typespec-client-generator-core"
1311
---
1412

15-
Update dependencies
13+
Update dependencies

packages/azure-http-specs/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @azure-tools/azure-http-specs
22

3+
## 0.1.0-alpha.8
4+
5+
### Breaking Changes
6+
7+
- [#2309](https://github.com/Azure/typespec-azure/pull/2309) Minimum node version is now 20
8+
9+
### Features
10+
11+
- [#2318](https://github.com/Azure/typespec-azure/pull/2318) Add orphanModelSerializable operation to verify the JSON serialization of an orphan model
12+
- [#2300](https://github.com/Azure/typespec-azure/pull/2300) azure-http-specs, add ARM Exception test case
13+
14+
### Bump dependencies
15+
16+
- [#2308](https://github.com/Azure/typespec-azure/pull/2308) Update dependencies
17+
18+
319
## 0.1.0-alpha.7
420

521
### Features

packages/azure-http-specs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure-tools/azure-http-specs",
3-
"version": "0.1.0-alpha.7",
3+
"version": "0.1.0-alpha.8",
44
"description": "Azure Spec scenarios and mock apis",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)