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

[Workspace] When adding a plugin (and client?), the workspace.json file saves the absolute path to the OpenAPI description #4582

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

Comments

@sebastienlevert
Copy link
Contributor

It should be relative or teams won't be able to work with this approach.

I'm using WSL.

{
  "version": "1.0.0",
  "clients": {},
  "plugins": {
    "RepairsHub": {
      "types": [
        "Microsoft"
      ],
      "descriptionLocation": "/home/slevert/src/temp/ttk-copilot-demo/repairs.json",
      "includePatterns": [
        "/repairs#GET"
      ],
      "excludePatterns": [],
      "outputPath": "./appPackage"
    }
  }
}
@github-project-automation github-project-automation bot moved this to Todo 📃 in Kiota May 1, 2024
@sebastienlevert sebastienlevert changed the title [Workspace] When adding a client, the workspace.json file saves the absolute path to the OpenAPI description [Workspace] When adding a plugin (and client?), the workspace.json file saves the absolute path to the OpenAPI description May 1, 2024
@baywet
Copy link
Member

baywet commented May 1, 2024

@sebastienlevert what was your current working directory (full path) and what path did you provide to the CLI to point to the description?

@sebastienlevert
Copy link
Contributor Author

Same as #4581

@baywet baywet self-assigned this May 1, 2024
@baywet baywet moved this from Todo 📃 to In Progress 🚧 in Kiota 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
Copy link
Member

baywet commented May 1, 2024

authored #4587

@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