Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Plugins] When creating a plugin, the path to the plugin has a relative path starting with "./" and should not #4583

Closed
sebastienlevert opened this issue May 1, 2024 · 1 comment · Fixed by #4586
Assignees
Labels
type:bug A broken experience
Milestone

Comments

@sebastienlevert
Copy link
Contributor

When generating a plugin, the runtimes section of the plugin has spec url that contains ./ and should not.

"runtimes": [
    {
      "type": "OpenApi",
      "auth": {
        "type": "None"
      },
      "spec": {
        "url": "openapi.yml"
      },
      "run_for_functions": [
        "listRepairs"
      ]
    }
  ]
@github-project-automation github-project-automation bot moved this to Todo 📃 in Kiota May 1, 2024
@baywet baywet self-assigned this May 1, 2024
@baywet baywet added the type:bug A broken experience label May 1, 2024
@baywet baywet added this to the Kiota v1.14 milestone May 1, 2024
@baywet baywet moved this from Todo 📃 to In Progress 🚧 in Kiota May 1, 2024
@baywet
Copy link
Member

baywet commented May 1, 2024

authored #4586

@github-project-automation github-project-automation bot moved this from In Progress 🚧 to Done ✔️ in Kiota May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug A broken experience
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants