Skip to content

Move missing microsoft.teams to microsoft_teams#235

Merged
heyitsaamir merged 3 commits into
mainfrom
aamirj/fixMissingUnderscores
Dec 9, 2025
Merged

Move missing microsoft.teams to microsoft_teams#235
heyitsaamir merged 3 commits into
mainfrom
aamirj/fixMissingUnderscores

Conversation

@heyitsaamir

Copy link
Copy Markdown
Collaborator

I missed some in #226 . These wrap those up.

Copilot AI review requested due to automatic review settings December 9, 2025 19:49

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.teams to microsoft_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

@heyitsaamir
heyitsaamir merged commit b3c8e9f into main Dec 9, 2025
6 checks passed
@heyitsaamir
heyitsaamir deleted the aamirj/fixMissingUnderscores branch December 9, 2025 20:10
@heyitsaamir heyitsaamir mentioned this pull request Dec 9, 2025
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants