Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,33 @@
"flowagent"
],
"license": "MIT"
},
{
"name": "teams-sdk",
"description": "Create and manage Microsoft Teams bots using the Teams Developer CLI. Covers bot application development (scaffolding bot code), infrastructure setup (bot registration, credentials), SSO configuration, and troubleshooting.",
"version": "1.3.0",
"author": {
"name": "Microsoft",
"url": "https://www.microsoft.com"
},
"homepage": "https://github.com/microsoft/teams-sdk",
"keywords": [
"teams",
"bot",
"sdk",
"sso",
"agents",
"developer-cli"
],
"license": "MIT",
"repository": "https://github.com/microsoft/teams-sdk",
"source": {
"source": "github",
"repo": "microsoft/teams-sdk",
"path": "plugins/teams-sdk",
"ref": "plugin-1.3.0",
"sha": "5d47c8a7b6793bb2fb911a99241c9b16b4995d15"
}
}
]
}