-
### Context
The TypeSpec team has a [plan for converting existing Azure services to TypeSpec](https://microsoft-my.sharepoint.com/:w:/g/personal/mattge_microsoft_com1/ER3nulfpzGxErW2woxS2KMEB6lNwzB…
-
### Describe the bug
I believe the problem is this TypeSpec:
```
model Model1 is ProxyResource {
}
model Model2 extends Model1 {
properties: Model2Properties;
}
```
The `properties`…
-
Currently we directly generate the enum member name as typespec defined. This would be an issue if typespec enum member is not a valid typescript name. And it's better include to normalize them and al…
-
-
### TypeSpec file:
```tsp
import "@typespec/http";
import "@typespec/rest";
@service({
title: "PutBytes",
})
namespace PutBytes;
using TypeSpec.Http;
using TypeSpec.Rest;
…
-
### Log message
```text
Test protocol error 914: Check device key or version
Test protocol error 901: Network Error: Unable to Connect
```
### DPS information
```text
{
"result": {
"model…
-
Link to typespec-azure https://github.com/Azure/typespec-azure/pull/1458
When this merged, we will have 2 basic File model for multipart/form-data File, one in TypeSpec.Http, one in Azure.Core, wit…
-
Goal here is to generate the libraries from TSPs while we want to maintain surface area.
There are two primary objectives from this work:
1. Add support in dataplane for generating libraries using th…
-
### API Spec link
https://github.com/Azure/azure-rest-api-specs/blob/31d2f2a6f348a6f6dbba842c636fa861668c2ad6/specification/eventgrid/Azure.Messaging.EventGrid.SystemEvents/Microsoft.Communication/Az…
-
This is a big ask but it's something I could implement myself once the compiler plugin stabilizes (I have already done something similar).
As it stands a kotlinx.rpc service is only consumable by a K…