Skip to content

Renaming auth packages#17

Merged
axelsrz merged 2 commits intomainfrom
users/axsuarez/auth-package-renaming
Mar 24, 2025
Merged

Renaming auth packages#17
axelsrz merged 2 commits intomainfrom
users/axsuarez/auth-package-renaming

Conversation

@axelsrz
Copy link
Member

@axelsrz axelsrz commented Mar 24, 2025

This pull request includes changes to rename the microsoft-agents-authentication-msal package to microsoft-agents-authorization-msal and update relevant dependencies and import statements across multiple files. The most important changes are:

Package and dependency updates:

  • Renamed the microsoft-agents-authentication-msal package to microsoft-agents-authorization-msal in pyproject.toml and updated dependencies accordingly. [1] [2]

CI/CD pipeline updates:

  • Updated the package installation steps in .azdo/ci-pr.yaml and .github/workflows/python-package.yml to reflect the new package names. [1] [2]

Import statement updates:

  • Updated import statements in various files to use microsoft.agents.authorization instead of microsoft.agents.authentication:
    • libraries/Authentication/microsoft-agents-authentication-msal/microsoft/agents/authentication/msal/msal_auth.py
    • libraries/Authentication/microsoft-agents-authentication-msal/microsoft/agents/authentication/msal/msal_auth_configuration.py
    • libraries/Builder/microsoft-agents-builder/microsoft/agents/builder/channel_adapter.py
    • libraries/Builder/microsoft-agents-builder/microsoft/agents/builder/channel_api_handler_protocol.py
    • libraries/Builder/microsoft-agents-builder/microsoft/agents/builder/channel_service_adapter.py
    • libraries/Builder/microsoft-agents-builder/microsoft/agents/builder/channel_service_client_factory_base.py
    • libraries/Builder/microsoft-agents-builder/microsoft/agents/builder/rest_channel_service_client_factory.py
    • libraries/Client/microsoft-agents-client/microsoft/agents/client/channel_factory_protocol.py
    • libraries/Client/microsoft-agents-client/microsoft/agents/client/configuration_channel_host.py
    • libraries/Client/microsoft-agents-client/microsoft/agents/client/http_agent_channel.py
    • libraries/Client/microsoft-agents-client/microsoft/agents/client/http_agent_channel_factory.py
    • libraries/Client/microsoft-agents-connector/microsoft/agents/connector/_agents_token_credential_adapter.py
    • libraries/Client/microsoft-agents-connector/microsoft/agents/connector/connector_client.py

@axelsrz axelsrz merged commit b9e973a into main Mar 24, 2025
5 checks passed
@axelsrz axelsrz deleted the users/axsuarez/auth-package-renaming branch March 24, 2025 23:00
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.

1 participant

Comments