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
{{ message }}
This repository was archived by the owner on Jun 28, 2023. It is now read-only.
When configuring AppInsights for appSettings.json and configuring Skills we need the ability to easily retrieve the configuration data.
msbot list --bot MYBOT.bot --secret MYSECRET enables us to do this but a lot of information is returned making it hard to get to what you need. Names are dynamic so docs cant provide a copy/paste example.
Ideally we could do: msbot get --type appInsights or msbot get --type luis which would return all services that match the type (e.g. appInsights)