kiota
kiota copied to clipboard
API `generatePlugin` cannot respond when using `Get /users` of `https://aka.ms/graph/v1.0/openapi.yaml`
What are you generating using Kiota, clients or plugins?
Kiota plugin
In what context or format are you using Kiota?
Nuget tool
Client library/SDK language
TypeScript
Describe the bug
Version of @microsoft/kiota: 1.29.0.
Function: generatePlugin.
Usage:
await generatePlugin(
{
descriptionPath: "https://aka.ms/graph/v1.0/openapi.yaml",
outputPath: "C:\\Users\\zhiyou\\AppData\\Local\\Temp\\tmp-16564-9mb3Y1SKS8Rj\\plugin",
includePatterns: [
"/users#GET",
],
excludePatterns: [
],
pluginName: "testda12036",
clearCache: false,
cleanOutput: false,
disabledValidationRules: [
],
operation: 1,
pluginAuthType: null,
pluginAuthRefid: undefined,
workingDirectory: "C:\\Users\\zhiyou\\AppData\\Local\\Temp\\tmp-16564-9mb3Y1SKS8Rj",
noWorkspace: undefined,
}
)
Result: it will keep on it until disk become full.
Expected behavior
Return the right result.
How to reproduce
See the description.
Open API description file
https://aka.ms/graph/v1.0/openapi.yaml
Kiota Version
1.29.0
Latest Kiota version known to work for scenario above?(Not required)
No response
Known Workarounds
No response
Configuration
No response
Debug output
Click to expand log
```</details>
### Other information
_No response_
Is there any update?