-
Notifications
You must be signed in to change notification settings - Fork 801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
msgext-search-auth-config python code fix and image update #1476
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please update the manifest version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks correct, approving!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 12 out of 14 changed files in this pull request and generated 2 comments.
Files not reviewed (2)
- samples/msgext-search-auth-config/python/appManifest/manifest.json: Language not supported
- samples/msgext-search-auth-config/python/requirements.txt: Language not supported
Comments suppressed due to low confidence (1)
samples/msgext-search-auth-config/python/bots/teams_messaging_extensions_search_auth_config_bot.py:97
- The Adaptive Card version specified is 1.5, which may not be supported by all clients. Consider using version 1.2 for broader compatibility.
"type": "AdaptiveCard",
...s/msgext-search-auth-config/python/bots/teams_messaging_extensions_search_auth_config_bot.py
Show resolved
Hide resolved
...s/msgext-search-auth-config/python/bots/teams_messaging_extensions_search_auth_config_bot.py
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 12 out of 14 changed files in this pull request and generated 1 comment.
Files not reviewed (2)
- samples/msgext-search-auth-config/python/appManifest/manifest.json: Language not supported
- samples/msgext-search-auth-config/python/requirements.txt: Language not supported
Comments suppressed due to low confidence (1)
samples/msgext-search-auth-config/python/bots/teams_messaging_extensions_search_auth_config_bot.py:94
- [nitpick] The method name 'handle_teams_app_based_anonymous_link_query' is too long. Consider renaming it to something more concise, such as 'handle_anonymous_link_query'.
async def handle_teams_app_based_anonymous_link_query(self, turn_context: TurnContext, value):
...s/msgext-search-auth-config/python/bots/teams_messaging_extensions_search_auth_config_bot.py
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks Good Approved
No description provided.