Azure / typespec-azure

About TypeSpec Azure Libraries
https://azure.github.io/typespec-azure/
MIT License
9 stars 29 forks source link

Some of our `SdkBuiltInType` is not so "built-in" #1010

Open ArcturusZhang opened 1 month ago

ArcturusZhang commented 1 month ago

We are categorizing the kind of built-in types into several categories, namely (found in source code here):

One of them specifically stating Azure therefore I assume others are non-azure namely "real built-in" types. But there are still some kinds that I could not find in the standard library. I have searched the document, and they do not appear on the "type relations" graph or appear in the list of built-in types, they are:

If these are not supported any more, we should clean them up. As for uuid, we should move it to the azure category.