-
... is not always usable.
'default' modifier is being (automatically) copied to the destination MethodSpec.Builder, and there is no way to remove it afterwards.
Therefore, if destination class is no…
-
It's a issue to track feature gap between typespec OAS3 emitter and OAS3, it's not a ask.
```[tasklist]
### Bugs
- [ ] https://github.com/microsoft/typespec/issues/3885
- [ ] https://github.com/micro…
-
### Describe the bug
If a summary is provided on an operation in OpenAPI, it is not imported.
This may be related to #4489.
### Reproduction
- Attach a `@summary` decorator to an operation…
-
### Describe the bug
currently, the namespace for template operation or model instance will follow the original template instance. but imo, it should follow the interface or operation that contains t…
-
_Submitted by:_ **BrianH**
CATCH/name true would catch all THROW and THROW/name of any words thrown. This option would mostly be used for test code and calling third-party code from robust frameworks…
-
SDK generated from Typespec has new model type (e.g. https://github.com/Azure/autorest.python/blob/9c34dcf785e372ec9337210d484153728b949329/packages/typespec-python/test/azure/generated/azure-mgmt-sph…
-
**My environment:**
```
Chip: Apple M1
Python Platform: macOS-12.5.1-arm64-arm-64bit
Tensor Flow Version: 2.5.0
Keras Version: 2.5.0
Python 3.8.13 | packaged by conda-forge | (default, Mar 25 …
-
**Objective**
Establish a baseline for the SDK automation results, which will be used as a reference for future SDK automation runs.
**Task**
- Execute SDK automation for all TypeSpecs in the s…
-
### Clear and concise description of the problem
There is no way to decorate parameters in the cookie.
So, add `@cookie` decorator like `@header` to decorate the parameter is in the cookie.
- https:…
-
eg:
``` Hack
$classes = $all_classes->filter($class => is_subclass_of($class, SomeInterface));
foreach ($classes as $class) {
$class::someStaticFunc();
}
```