Move missing microsoft.teams to microsoft_teams#235
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR completes the migration from microsoft.teams (dot notation) to microsoft_teams (underscore notation) imports that was started in PR #226. All documentation examples, templates, and test files now consistently use the correct import style.
- Updates all remaining import statements from deprecated
microsoft.teamstomicrosoft_teams - Ensures consistency across README documentation files for all packages
- Updates test files and example templates to use correct import convention
Reviewed changes
Copilot reviewed 18 out of 18 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| templates/examples/{{cookiecutter.example_app_name}}/src/main.py | Updates template imports to use microsoft_teams notation |
| packages/openai/README.md | Updates documentation example imports |
| packages/mcpplugin/README.md | Updates documentation example imports for both client and server usage |
| packages/graph/README.md | Updates documentation and example imports |
| packages/devtools/README.md | Updates documentation example imports |
| packages/common/README.md | Updates documentation example imports across HTTP, events, storage, and logging sections |
| packages/cards/README.md | Updates documentation example imports |
| packages/apps/README.md | Updates documentation example imports |
| packages/api/README.md | Updates documentation example imports across authentication, API client, and activity models sections |
| packages/ai/README.md | Updates documentation example imports |
| packages/a2aprotocol/README.md | Updates documentation example imports for both server and client usage |
| examples/graph/README.md | Updates example documentation to reference correct package name and imports |
| packages/cards/tests/test_task_fetch_action.py | Updates test file imports |
| packages/cards/tests/test_sign_in_action.py | Updates test file imports |
| packages/cards/tests/test_message_back_action.py | Updates test file imports |
| packages/cards/tests/test_invoke_action.py | Updates test file imports |
| packages/cards/tests/test_im_back_action.py | Updates test file imports |
| packages/cards/tests/test_core_serialization.py | Updates test file imports |
lilyydu
approved these changes
Dec 9, 2025
Merged
heyitsaamir
added a commit
that referenced
this pull request
Dec 9, 2025
## Release 2.0.0a8 ### Changes - Move missing microsoft.teams to microsoft_teams (#235)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I missed some in #226 . These wrap those up.