You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To support Add plugin flow coming from TTK, we need to provide an additional parameter so they can specify the folder we should be generating the files in:
If the projectPath is not provided, Kiota should use the temp folder.
After creating the files, if the source is ttk, Kiota needs to call TTK back.
Acceptance Criteria
One should be able to provide a projectPath parameter to create the clients/plugins to an specific folder.
If projectPath is not provided, Kiota should create default to the temp folder.
If source is provided, Kiota should call/complete the generation as expected based on the source.
Relative paths should not be allowed. If a relative path is provided, Kiota should thrown an error "Relative path is not supported for projectPath parameter".
The text was updated successfully, but these errors were encountered:
To support
Add plugin
flow coming from TTK, we need to provide an additional parameter so they can specify the folder we should be generating the files in:If the
projectPath
is not provided, Kiota should use the temp folder.After creating the files, if the source is ttk, Kiota needs to call TTK back.
Acceptance Criteria
projectPath
parameter to create the clients/plugins to an specific folder.projectPath
is not provided, Kiota should create default to the temp folder.The text was updated successfully, but these errors were encountered: