Skip to content

Commit b6ea8fa

Browse files
authoredMar 20, 2025
Remove using Typespec. (#2426)
1 parent e724457 commit b6ea8fa

File tree

126 files changed

+311
-298
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+311
-298
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking
3+
changeKind: internal
4+
packages:
5+
- "@azure-tools/azure-http-specs"
6+
- "@azure-tools/typespec-autorest"
7+
- "@azure-tools/typespec-azure-core"
8+
- "@azure-tools/typespec-azure-portal-core"
9+
- "@azure-tools/typespec-azure-resource-manager"
10+
- "@azure-tools/typespec-client-generator-core"
11+
---
12+
13+
Remove using Typespec.

‎eng/feeds/__snapshots__/azure-arm/employee.tsp

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import "@typespec/http";
33
import "@azure-tools/typespec-azure-core";
44
import "@azure-tools/typespec-azure-resource-manager";
55

6-
using TypeSpec.Rest;
7-
using TypeSpec.Http;
6+
using Rest;
7+
using Http;
88
using Azure.Core;
99
using Azure.ResourceManager;
1010

0 commit comments

Comments
 (0)