Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

[Botskills] Fix authentication issue and other minor ones #1293

Merged
merged 6 commits into from
May 6, 2019

Conversation

dfavretto
Copy link
Contributor

Description

Fix #1230

  • Fix command az ad app show which lacked an space when concatenating args.
  • Add verbose message when fails to list connected skills.
  • Add lgLanguage option to disconnect for LUISGen command.

Testing Steps

  1. Go to AI\lib\typescript\botskills\.
  2. Open a terminal in that location.
  3. Run the command npm install to install dependencies.
  4. Run the command npm run build to build the project.
  5. Run the command npm link to symlink the package folder.
  6. Run the command botskills connect with the proper arguments for testing the authentication process.
  7. Run the command botskills list with the proper arguments and an improper skills.json to test the warning messages.
  8. Run the command botskills disconnect with the proper arguments to test the LUISGen to generate the correct file.

@darrenj
Copy link
Contributor

darrenj commented May 6, 2019

Are these package references OK in packages lock?

https://www.myget.org/F/project-kobuk/npm/asynckit/-/asynckit-0.4.0.tgz

@enzocano enzocano force-pushed the southworks/botskills/fix-issue-connect branch from 92e8a3d to 7e89a22 Compare May 6, 2019 14:05
@enzocano
Copy link
Contributor

enzocano commented May 6, 2019

Hey @darrenj, we fixed the merge conflicts.

In this PR, the dependencies are referencing our registry; we'll change that when the aitemplates registry contains the microsoft-bot-protocol-* dependencies.

@darrenj darrenj merged commit 04f1174 into master May 6, 2019
@darrenj darrenj deleted the southworks/botskills/fix-issue-connect branch May 6, 2019 15:53
@dfavretto dfavretto mentioned this pull request May 7, 2019
10 tasks
lzc850612 pushed a commit that referenced this pull request Jul 31, 2019
* Fix issue with auth connect

* Update packages

* Fix issue with disconnect (luisgen)

* Add messages for assistantSkillsFile.skills

* Add validation for assistantSkillsFile.skills

* Update package version
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[botskills] az cli error when adding authentication connection
3 participants