This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Description
What project is affected?
botskills cli
What language is this in?
typescript
What happens?
When the az cli default output is set to 'table', the connect command fails on "az bot authsettings list"
What are the steps to reproduce this issue?
- run
az configure to set the output to table
- run botskills connect on a skill with authsettings
Notes
You can add --output json to any az cli commands to set the output type to json for just that command.