Azure / Azure/autorest

Don't generate `Typespec.` using

Open
#5,164 2 comments 0 reactions 1 assignee Claimed by @pshao25 View on GitHub
openapi-to-tsp
Dominant language
TypeSpec
Stars
4.8k
Forks
736
Avg merge
2d 14h
Merged PRs (30d)
1

Description

```tsp
using Typespec.Http;
using Typespec.Rest;
```

should be replaced with

```tsp
using Http;
using Rest;
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.