Skip to content
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

Changes description of the samples #11975

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

Pawank-MSFT
Copy link
Collaborator

The description of the samples needs to be revised for clarity and conciseness, aligning it with the format used in the sample repository.

@Pawank-MSFT Pawank-MSFT requested a review from Copilot December 27, 2024 04:30
@acrolinxatmsft1
Copy link
Collaborator

Acrolinx Scorecards

We currently enforce a minimum score of 80.

Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:

Article Score Issues Scorecard Processed
msteams-platform/apps-in-teams-meetings/app-icon-badging-for-your-app.md 90 5 link
msteams-platform/apps-in-teams-meetings/build-apps-for-anonymous-user.md 89 11 link
msteams-platform/apps-in-teams-meetings/build-apps-for-teams-meeting-stage.md 92 26 link
msteams-platform/apps-in-teams-meetings/build-extensible-conversation-for-meeting-chat.md 90 7 link
msteams-platform/apps-in-teams-meetings/build-tabs-for-meeting.md 88 24 link
msteams-platform/bots/bot-concepts.md 91 32 link
msteams-platform/bots/bot-features.md 91 14 link
msteams-platform/bots/calls-and-meetings/registering-calling-bot.md 90 14 link
msteams-platform/bots/how-to/authentication/add-authentication.md 91 59 link
msteams-platform/bots/how-to/authentication/bot-sso-code.md 86 22 link
msteams-platform/bots/how-to/bot-configuration-experience.md 92 11 link
msteams-platform/bots/how-to/bots-filesv4.md 81 17 link
msteams-platform/bots/how-to/conversations/prompt-suggestions.md 93 35 link
msteams-platform/bots/how-to/conversations/send-proactive-messages.md 89 25 link
msteams-platform/bots/how-to/conversations/subscribe-to-conversation-events.md 89 21 link
msteams-platform/bots/how-to/update-and-delete-bot-messages.md 92 6 link
msteams-platform/bots/streaming-ux.md 89 20 link
msteams-platform/concepts/authentication/nested-authentication.md 92 16 link
msteams-platform/concepts/build-and-test/apps-localization.md 88 11 link
msteams-platform/concepts/build-and-test/deep-link-application.md 93 19 link
msteams-platform/concepts/build-and-test/deep-link-teams.md 90 15 link
msteams-platform/concepts/build-and-test/deep-link-workflow.md 93 13 link
msteams-platform/concepts/build-and-test/share-in-meeting.md 91 17 link
msteams-platform/concepts/build-and-test/share-to-teams-from-web-apps.md 94 13 link
msteams-platform/concepts/deploy-and-publish/add-default-install-scope.md 93 11 link
msteams-platform/concepts/deploy-and-publish/appsource/prepare/Test-preview-for-monetized-apps.md 95 3 link
msteams-platform/concepts/design/personal-apps.md 92 16 link
msteams-platform/concepts/device-capabilities/browser-device-permissions.md 92 3 link
msteams-platform/concepts/device-capabilities/device-capabilities-overview.md 87 8 link
msteams-platform/concepts/device-capabilities/location-capability.md 98 2 link

More info about Acrolinx

Use the Acrolinx extension, or sidebar, in Visual Studio Code to check spelling, grammar, style, tone, clarity, and key terminology when you're creating or updating content. For more information, see Use the Visual Studio Code extension to run Acrolinx locally.

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 66 out of 81 changed files in this pull request and generated 1 comment.

Files not reviewed (15)
  • msteams-platform/apps-in-teams-meetings/build-tabs-for-meeting.md: Evaluated as low risk
  • msteams-platform/bots/how-to/conversations/send-proactive-messages.md: Evaluated as low risk
  • msteams-platform/apps-in-teams-meetings/build-extensible-conversation-for-meeting-chat.md: Evaluated as low risk
  • msteams-platform/bots/bot-features.md: Evaluated as low risk
  • msteams-platform/bots/how-to/bots-filesv4.md: Evaluated as low risk
  • msteams-platform/bots/calls-and-meetings/registering-calling-bot.md: Evaluated as low risk
  • msteams-platform/bots/bot-concepts.md: Evaluated as low risk
  • msteams-platform/apps-in-teams-meetings/app-icon-badging-for-your-app.md: Evaluated as low risk
  • msteams-platform/apps-in-teams-meetings/build-apps-for-teams-meeting-stage.md: Evaluated as low risk
  • msteams-platform/concepts/authentication/nested-authentication.md: Evaluated as low risk
  • msteams-platform/bots/how-to/update-and-delete-bot-messages.md: Evaluated as low risk
  • msteams-platform/bots/how-to/authentication/add-authentication.md: Evaluated as low risk
  • msteams-platform/concepts/build-and-test/apps-localization.md: Evaluated as low risk
  • msteams-platform/bots/how-to/bot-configuration-experience.md: Evaluated as low risk
  • msteams-platform/bots/how-to/conversations/subscribe-to-conversation-events.md: Evaluated as low risk
Comments suppressed due to low confidence (1)

msteams-platform/bots/how-to/conversations/prompt-suggestions.md:213

  • [nitpick] The description 'Microsoft Teams Create Commands Menu' is vague and doesn't clearly convey the functionality of the sample. Consider revising it to 'This sample demonstrates how to create a commands menu for a bot in Microsoft Teams using the commands property in the app manifest.'
| Prompt starters bot | Microsoft Teams Create Commands Menu | [View](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/bot-commands-menu/csharp) | [View](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/bot-commands-menu/nodejs) |

@@ -544,7 +544,7 @@ The following are the success and error codes:

| Sample name | Description | Node.js | C# | Python |
| --- | --- | --- | --- | --- |
| Teams streaming bot sample | This code sample demonstrates how to build a bot connected to an LLM and send messages through Teams. | NA | [View](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/bot-streaming/csharp) | NA |
| This sample app can be use to streaming scenarios in Teams using Azure Open AI and Bot Framework v4 for personal scope. | NA | [View](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/bot-streaming/csharp) | NA |
Copy link
Preview

Copilot AI Dec 27, 2024

Choose a reason for hiding this comment

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

The description should be 'This sample app can be used for streaming scenarios in Teams using Azure Open AI and Bot Framework v4 for personal scope.'

Suggested change
| This sample app can be use to streaming scenarios in Teams using Azure Open AI and Bot Framework v4 for personal scope. | NA | [View](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/bot-streaming/csharp) | NA |
| This sample app can be used for streaming scenarios in Teams using Azure Open AI and Bot Framework v4 for personal scope. | NA | [View](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/bot-streaming/csharp) | NA |

Copilot is powered by AI, so mistakes are possible. Review output carefully before use.

Positive Feedback
Negative Feedback

Provide additional feedback

Please help us improve GitHub Copilot by sharing more details about this comment.

Please select one or more of the options
Copy link
Contributor

Learn Build status updates of commit 51adc6a:

💡 Validation status: suggestions

File Status Preview URL Details
msteams-platform/apps-in-teams-meetings/app-icon-badging-for-your-app.md 💡Suggestion View Details
msteams-platform/bots/how-to/update-and-delete-bot-messages.md 💡Suggestion View Details
msteams-platform/concepts/authentication/nested-authentication.md 💡Suggestion View Details
msteams-platform/concepts/device-capabilities/browser-device-permissions.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/action-commands/create-task-module.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/action-commands/define-action-command.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/action-commands/respond-to-task-module-submit.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/add-authentication.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/search-commands/respond-to-search.md 💡Suggestion View Details
msteams-platform/task-modules-and-cards/cards/people-picker.md 💡Suggestion View Details
msteams-platform/apps-in-teams-meetings/build-apps-for-anonymous-user.md ✅Succeeded View
msteams-platform/apps-in-teams-meetings/build-apps-for-teams-meeting-stage.md ✅Succeeded View
msteams-platform/apps-in-teams-meetings/build-extensible-conversation-for-meeting-chat.md ✅Succeeded View
msteams-platform/apps-in-teams-meetings/build-tabs-for-meeting.md ✅Succeeded View
msteams-platform/bots/bot-concepts.md ✅Succeeded View
msteams-platform/bots/bot-features.md ✅Succeeded View
msteams-platform/bots/calls-and-meetings/registering-calling-bot.md ✅Succeeded View
msteams-platform/bots/how-to/authentication/add-authentication.md ✅Succeeded View
msteams-platform/bots/how-to/authentication/bot-sso-code.md ✅Succeeded View
msteams-platform/bots/how-to/bot-configuration-experience.md ✅Succeeded View
msteams-platform/bots/how-to/bots-filesv4.md ✅Succeeded View
msteams-platform/bots/how-to/conversations/prompt-suggestions.md ✅Succeeded View
msteams-platform/bots/how-to/conversations/send-proactive-messages.md ✅Succeeded View
msteams-platform/bots/how-to/conversations/subscribe-to-conversation-events.md ✅Succeeded View
msteams-platform/bots/streaming-ux.md ✅Succeeded View

This comment lists only the first 25 files in the pull request.

msteams-platform/apps-in-teams-meetings/app-icon-badging-for-your-app.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/bots/how-to/update-and-delete-bot-messages.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/concepts/authentication/nested-authentication.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/concepts/device-capabilities/browser-device-permissions.md

  • Line 4, Column 1: [Suggestion: ms-localizationpriority-incorrect - See documentation] Unrecognized localization metadata. Did you mean "ms.localizationpriority"?

msteams-platform/messaging-extensions/how-to/action-commands/create-task-module.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/action-commands/define-action-command.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/action-commands/respond-to-task-module-submit.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/add-authentication.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/search-commands/respond-to-search.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/task-modules-and-cards/cards/people-picker.md

  • Line 4, Column 1: [Suggestion: ms-localizationpriority-incorrect - See documentation] Unrecognized localization metadata. Did you mean "ms.localizationpriority"?

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

@acrolinxatmsft1
Copy link
Collaborator

Acrolinx Scorecards

We currently enforce a minimum score of 80.

Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:

Article Score Issues Scorecard Processed
msteams-platform/apps-in-teams-meetings/app-icon-badging-for-your-app.md 90 5 link
msteams-platform/apps-in-teams-meetings/build-apps-for-anonymous-user.md 89 11 link
msteams-platform/apps-in-teams-meetings/build-apps-for-teams-meeting-stage.md 92 26 link
msteams-platform/apps-in-teams-meetings/build-extensible-conversation-for-meeting-chat.md 90 7 link
msteams-platform/apps-in-teams-meetings/build-tabs-for-meeting.md 88 24 link
msteams-platform/bots/bot-concepts.md 91 32 link
msteams-platform/bots/bot-features.md 91 14 link
msteams-platform/bots/calls-and-meetings/registering-calling-bot.md 90 14 link
msteams-platform/bots/how-to/authentication/add-authentication.md 91 59 link
msteams-platform/bots/how-to/authentication/bot-sso-code.md 86 22 link
msteams-platform/bots/how-to/bot-configuration-experience.md 92 11 link
msteams-platform/bots/how-to/bots-filesv4.md 81 17 link
msteams-platform/bots/how-to/conversations/prompt-suggestions.md 93 35 link
msteams-platform/bots/how-to/conversations/send-proactive-messages.md 89 25 link
msteams-platform/bots/how-to/conversations/subscribe-to-conversation-events.md 89 21 link
msteams-platform/bots/how-to/update-and-delete-bot-messages.md 92 6 link
msteams-platform/bots/streaming-ux.md 89 19 link
msteams-platform/concepts/authentication/nested-authentication.md 92 16 link
msteams-platform/concepts/build-and-test/apps-localization.md 88 11 link
msteams-platform/concepts/build-and-test/deep-link-application.md 93 19 link
msteams-platform/concepts/build-and-test/deep-link-teams.md 90 15 link
msteams-platform/concepts/build-and-test/deep-link-workflow.md 93 13 link
msteams-platform/concepts/build-and-test/share-in-meeting.md 91 17 link
msteams-platform/concepts/build-and-test/share-to-teams-from-web-apps.md 94 13 link
msteams-platform/concepts/deploy-and-publish/add-default-install-scope.md 93 11 link
msteams-platform/concepts/deploy-and-publish/appsource/prepare/Test-preview-for-monetized-apps.md 95 3 link
msteams-platform/concepts/design/personal-apps.md 92 16 link
msteams-platform/concepts/device-capabilities/browser-device-permissions.md 92 3 link
msteams-platform/concepts/device-capabilities/device-capabilities-overview.md 87 8 link
msteams-platform/concepts/device-capabilities/location-capability.md 98 2 link

More info about Acrolinx

Use the Acrolinx extension, or sidebar, in Visual Studio Code to check spelling, grammar, style, tone, clarity, and key terminology when you're creating or updating content. For more information, see Use the Visual Studio Code extension to run Acrolinx locally.

Copy link
Contributor

Learn Build status updates of commit 5a9e0d5:

💡 Validation status: suggestions

File Status Preview URL Details
msteams-platform/apps-in-teams-meetings/app-icon-badging-for-your-app.md 💡Suggestion View Details
msteams-platform/bots/how-to/update-and-delete-bot-messages.md 💡Suggestion View Details
msteams-platform/concepts/authentication/nested-authentication.md 💡Suggestion View Details
msteams-platform/concepts/device-capabilities/browser-device-permissions.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/action-commands/create-task-module.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/action-commands/define-action-command.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/action-commands/respond-to-task-module-submit.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/add-authentication.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/search-commands/respond-to-search.md 💡Suggestion View Details
msteams-platform/task-modules-and-cards/cards/people-picker.md 💡Suggestion View Details
msteams-platform/apps-in-teams-meetings/build-apps-for-anonymous-user.md ✅Succeeded View
msteams-platform/apps-in-teams-meetings/build-apps-for-teams-meeting-stage.md ✅Succeeded View
msteams-platform/apps-in-teams-meetings/build-extensible-conversation-for-meeting-chat.md ✅Succeeded View
msteams-platform/apps-in-teams-meetings/build-tabs-for-meeting.md ✅Succeeded View
msteams-platform/bots/bot-concepts.md ✅Succeeded View
msteams-platform/bots/bot-features.md ✅Succeeded View
msteams-platform/bots/calls-and-meetings/registering-calling-bot.md ✅Succeeded View
msteams-platform/bots/how-to/authentication/add-authentication.md ✅Succeeded View
msteams-platform/bots/how-to/authentication/bot-sso-code.md ✅Succeeded View
msteams-platform/bots/how-to/bot-configuration-experience.md ✅Succeeded View
msteams-platform/bots/how-to/bots-filesv4.md ✅Succeeded View
msteams-platform/bots/how-to/conversations/prompt-suggestions.md ✅Succeeded View
msteams-platform/bots/how-to/conversations/send-proactive-messages.md ✅Succeeded View
msteams-platform/bots/how-to/conversations/subscribe-to-conversation-events.md ✅Succeeded View
msteams-platform/bots/streaming-ux.md ✅Succeeded View

This comment lists only the first 25 files in the pull request.

msteams-platform/apps-in-teams-meetings/app-icon-badging-for-your-app.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/bots/how-to/update-and-delete-bot-messages.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/concepts/authentication/nested-authentication.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/concepts/device-capabilities/browser-device-permissions.md

  • Line 4, Column 1: [Suggestion: ms-localizationpriority-incorrect - See documentation] Unrecognized localization metadata. Did you mean "ms.localizationpriority"?

msteams-platform/messaging-extensions/how-to/action-commands/create-task-module.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/action-commands/define-action-command.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/action-commands/respond-to-task-module-submit.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/add-authentication.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/search-commands/respond-to-search.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/task-modules-and-cards/cards/people-picker.md

  • Line 4, Column 1: [Suggestion: ms-localizationpriority-incorrect - See documentation] Unrecognized localization metadata. Did you mean "ms.localizationpriority"?

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

@acrolinxatmsft1
Copy link
Collaborator

Acrolinx Scorecards

We currently enforce a minimum score of 80.

Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:

Article Score Issues Scorecard Processed
msteams-platform/apps-in-teams-meetings/app-icon-badging-for-your-app.md 90 5 link
msteams-platform/apps-in-teams-meetings/build-apps-for-anonymous-user.md 89 11 link
msteams-platform/apps-in-teams-meetings/build-apps-for-teams-meeting-stage.md 92 26 link
msteams-platform/apps-in-teams-meetings/build-extensible-conversation-for-meeting-chat.md 90 7 link
msteams-platform/apps-in-teams-meetings/build-tabs-for-meeting.md 88 24 link
msteams-platform/bots/bot-concepts.md 91 32 link
msteams-platform/bots/bot-features.md 91 14 link
msteams-platform/bots/calls-and-meetings/registering-calling-bot.md 90 14 link
msteams-platform/bots/how-to/authentication/add-authentication.md 91 59 link
msteams-platform/bots/how-to/authentication/bot-sso-code.md 86 22 link
msteams-platform/bots/how-to/bot-configuration-experience.md 92 11 link
msteams-platform/bots/how-to/bots-filesv4.md 81 17 link
msteams-platform/bots/how-to/conversations/prompt-suggestions.md 93 35 link
msteams-platform/bots/how-to/conversations/send-proactive-messages.md 89 25 link
msteams-platform/bots/how-to/conversations/subscribe-to-conversation-events.md 89 21 link
msteams-platform/bots/how-to/update-and-delete-bot-messages.md 92 6 link
msteams-platform/bots/streaming-ux.md 89 19 link
msteams-platform/concepts/authentication/nested-authentication.md 92 16 link
msteams-platform/concepts/build-and-test/apps-localization.md 88 11 link
msteams-platform/concepts/build-and-test/deep-link-application.md 93 19 link
msteams-platform/concepts/build-and-test/deep-link-teams.md 90 15 link
msteams-platform/concepts/build-and-test/deep-link-workflow.md 93 13 link
msteams-platform/concepts/build-and-test/share-in-meeting.md 91 17 link
msteams-platform/concepts/build-and-test/share-to-teams-from-web-apps.md 94 13 link
msteams-platform/concepts/deploy-and-publish/add-default-install-scope.md 93 11 link
msteams-platform/concepts/deploy-and-publish/appsource/prepare/Test-preview-for-monetized-apps.md 95 3 link
msteams-platform/concepts/design/personal-apps.md 92 16 link
msteams-platform/concepts/device-capabilities/browser-device-permissions.md 92 3 link
msteams-platform/concepts/device-capabilities/device-capabilities-overview.md 87 8 link
msteams-platform/concepts/device-capabilities/location-capability.md 98 2 link

More info about Acrolinx

Use the Acrolinx extension, or sidebar, in Visual Studio Code to check spelling, grammar, style, tone, clarity, and key terminology when you're creating or updating content. For more information, see Use the Visual Studio Code extension to run Acrolinx locally.

Copy link
Contributor

Learn Build status updates of commit b7f8a2b:

💡 Validation status: suggestions

File Status Preview URL Details
msteams-platform/apps-in-teams-meetings/app-icon-badging-for-your-app.md 💡Suggestion View Details
msteams-platform/bots/how-to/update-and-delete-bot-messages.md 💡Suggestion View Details
msteams-platform/concepts/authentication/nested-authentication.md 💡Suggestion View Details
msteams-platform/concepts/device-capabilities/browser-device-permissions.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/action-commands/create-task-module.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/action-commands/define-action-command.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/action-commands/respond-to-task-module-submit.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/add-authentication.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/search-commands/respond-to-search.md 💡Suggestion View Details
msteams-platform/task-modules-and-cards/cards/people-picker.md 💡Suggestion View Details
msteams-platform/apps-in-teams-meetings/build-apps-for-anonymous-user.md ✅Succeeded View
msteams-platform/apps-in-teams-meetings/build-apps-for-teams-meeting-stage.md ✅Succeeded View
msteams-platform/apps-in-teams-meetings/build-extensible-conversation-for-meeting-chat.md ✅Succeeded View
msteams-platform/apps-in-teams-meetings/build-tabs-for-meeting.md ✅Succeeded View
msteams-platform/bots/bot-concepts.md ✅Succeeded View
msteams-platform/bots/bot-features.md ✅Succeeded View
msteams-platform/bots/calls-and-meetings/registering-calling-bot.md ✅Succeeded View
msteams-platform/bots/how-to/authentication/add-authentication.md ✅Succeeded View
msteams-platform/bots/how-to/authentication/bot-sso-code.md ✅Succeeded View
msteams-platform/bots/how-to/bot-configuration-experience.md ✅Succeeded View
msteams-platform/bots/how-to/bots-filesv4.md ✅Succeeded View
msteams-platform/bots/how-to/conversations/prompt-suggestions.md ✅Succeeded View
msteams-platform/bots/how-to/conversations/send-proactive-messages.md ✅Succeeded View
msteams-platform/bots/how-to/conversations/subscribe-to-conversation-events.md ✅Succeeded View
msteams-platform/bots/streaming-ux.md ✅Succeeded View

This comment lists only the first 25 files in the pull request.

msteams-platform/apps-in-teams-meetings/app-icon-badging-for-your-app.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/bots/how-to/update-and-delete-bot-messages.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/concepts/authentication/nested-authentication.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/concepts/device-capabilities/browser-device-permissions.md

  • Line 4, Column 1: [Suggestion: ms-localizationpriority-incorrect - See documentation] Unrecognized localization metadata. Did you mean "ms.localizationpriority"?

msteams-platform/messaging-extensions/how-to/action-commands/create-task-module.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/action-commands/define-action-command.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/action-commands/respond-to-task-module-submit.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/add-authentication.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/search-commands/respond-to-search.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/task-modules-and-cards/cards/people-picker.md

  • Line 4, Column 1: [Suggestion: ms-localizationpriority-incorrect - See documentation] Unrecognized localization metadata. Did you mean "ms.localizationpriority"?

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

Copy link
Contributor

Learn Build status updates of commit fcf1c39:

❌ Validation status: errors

Please follow instructions here which may help to resolve issue.

File Status Preview URL Details
❌Error Details

  • [Error: CannotMergeCommit] Cannot merge commit fcf1c3914b1a067cc861d7a425f729cf0a7f81f6 in branch v-pakoshti/doc-update-sample-description of repository https://github.com/MicrosoftDocs/msteams-docs into branch main (commit 799042447b72011a4db05af105eaa6299cc193bf). Please follow this documentation: https://help.github.com/articles/resolving-a-merge-conflict-using-the-command-line/ to use git.exe to resolve you content conflicts locally and then push to remote.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

@acrolinxatmsft1
Copy link
Collaborator

Acrolinx Scorecards

We currently enforce a minimum score of 80.

Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:

Article Score Issues Scorecard Processed
msteams-platform/apps-in-teams-meetings/app-icon-badging-for-your-app.md 86 7 link
msteams-platform/apps-in-teams-meetings/build-apps-for-anonymous-user.md 89 11 link
msteams-platform/apps-in-teams-meetings/build-apps-for-teams-meeting-stage.md 92 26 link
msteams-platform/apps-in-teams-meetings/build-extensible-conversation-for-meeting-chat.md 90 7 link
msteams-platform/apps-in-teams-meetings/build-tabs-for-meeting.md 88 24 link
msteams-platform/bots/bot-concepts.md 91 32 link
msteams-platform/bots/bot-features.md 91 14 link
msteams-platform/bots/calls-and-meetings/registering-calling-bot.md 90 14 link
msteams-platform/bots/how-to/authentication/add-authentication.md 91 59 link
msteams-platform/bots/how-to/authentication/bot-sso-code.md 86 22 link
msteams-platform/bots/how-to/bot-configuration-experience.md 92 11 link
msteams-platform/bots/how-to/bots-filesv4.md 81 17 link
msteams-platform/bots/how-to/conversations/prompt-suggestions.md 93 35 link
msteams-platform/bots/how-to/conversations/send-proactive-messages.md 89 25 link
msteams-platform/bots/how-to/conversations/subscribe-to-conversation-events.md 89 21 link
msteams-platform/bots/how-to/update-and-delete-bot-messages.md 92 6 link
msteams-platform/bots/streaming-ux.md 89 19 link
msteams-platform/concepts/authentication/nested-authentication.md 92 16 link
msteams-platform/concepts/build-and-test/apps-localization.md 88 11 link
msteams-platform/concepts/build-and-test/deep-link-application.md 93 19 link
msteams-platform/concepts/build-and-test/deep-link-teams.md 90 15 link
msteams-platform/concepts/build-and-test/deep-link-workflow.md 93 13 link
msteams-platform/concepts/build-and-test/share-in-meeting.md 91 17 link
msteams-platform/concepts/build-and-test/share-to-teams-from-web-apps.md 94 13 link
msteams-platform/concepts/deploy-and-publish/add-default-install-scope.md 93 11 link
msteams-platform/concepts/deploy-and-publish/appsource/prepare/Test-preview-for-monetized-apps.md 95 3 link
msteams-platform/concepts/design/personal-apps.md 92 16 link
msteams-platform/concepts/device-capabilities/browser-device-permissions.md 92 3 link
msteams-platform/concepts/device-capabilities/device-capabilities-overview.md 87 8 link
msteams-platform/concepts/device-capabilities/location-capability.md 98 2 link

More info about Acrolinx

Use the Acrolinx extension, or sidebar, in Visual Studio Code to check spelling, grammar, style, tone, clarity, and key terminology when you're creating or updating content. For more information, see Use the Visual Studio Code extension to run Acrolinx locally.

@acrolinxatmsft1
Copy link
Collaborator

Acrolinx Scorecards

We currently enforce a minimum score of 80.

Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:

Article Score Issues Scorecard Processed
msteams-platform/apps-in-teams-meetings/app-icon-badging-for-your-app.md 86 7 link
msteams-platform/apps-in-teams-meetings/build-apps-for-anonymous-user.md 87 12 link
msteams-platform/apps-in-teams-meetings/build-apps-for-teams-meeting-stage.md 91 31 link
msteams-platform/apps-in-teams-meetings/build-extensible-conversation-for-meeting-chat.md 90 7 link
msteams-platform/apps-in-teams-meetings/build-tabs-for-meeting.md 88 24 link
msteams-platform/bots/bot-concepts.md 91 32 link
msteams-platform/bots/bot-features.md 91 14 link
msteams-platform/bots/calls-and-meetings/registering-calling-bot.md 85 20 link
msteams-platform/bots/how-to/authentication/add-authentication.md 89 71 link
msteams-platform/bots/how-to/authentication/bot-sso-code.md 84 32 link
msteams-platform/bots/how-to/bot-configuration-experience.md 91 14 link
msteams-platform/bots/how-to/bots-filesv4.md 81 17 link
msteams-platform/bots/how-to/conversations/prompt-suggestions.md 90 40 link
msteams-platform/bots/how-to/conversations/send-proactive-messages.md 89 26 link
msteams-platform/bots/how-to/conversations/subscribe-to-conversation-events.md 88 25 link
msteams-platform/bots/how-to/update-and-delete-bot-messages.md 91 7 link
msteams-platform/bots/streaming-ux.md 88 21 link
msteams-platform/concepts/authentication/nested-authentication.md 91 19 link
msteams-platform/concepts/build-and-test/apps-localization.md 88 11 link
msteams-platform/concepts/build-and-test/deep-link-application.md 92 21 link
msteams-platform/concepts/build-and-test/deep-link-teams.md 89 16 link
msteams-platform/concepts/build-and-test/deep-link-workflow.md 93 14 link
msteams-platform/concepts/build-and-test/share-in-meeting.md 91 17 link
msteams-platform/concepts/build-and-test/share-to-teams-from-web-apps.md 92 16 link
msteams-platform/concepts/deploy-and-publish/add-default-install-scope.md 92 13 link
msteams-platform/concepts/deploy-and-publish/appsource/prepare/Test-preview-for-monetized-apps.md 93 4 link
msteams-platform/concepts/design/personal-apps.md 92 16 link
msteams-platform/concepts/device-capabilities/browser-device-permissions.md 92 3 link
msteams-platform/concepts/device-capabilities/device-capabilities-overview.md 87 8 link
msteams-platform/concepts/device-capabilities/location-capability.md 91 12 link

More info about Acrolinx

Use the Acrolinx extension, or sidebar, in Visual Studio Code to check spelling, grammar, style, tone, clarity, and key terminology when you're creating or updating content. For more information, see Use the Visual Studio Code extension to run Acrolinx locally.

Copy link
Contributor

Learn Build status updates of commit 59d95fc:

💡 Validation status: suggestions

File Status Preview URL Details
msteams-platform/apps-in-teams-meetings/app-icon-badging-for-your-app.md 💡Suggestion View Details
msteams-platform/bots/how-to/update-and-delete-bot-messages.md 💡Suggestion View Details
msteams-platform/concepts/authentication/nested-authentication.md 💡Suggestion View Details
msteams-platform/concepts/device-capabilities/browser-device-permissions.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/action-commands/create-task-module.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/action-commands/define-action-command.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/action-commands/respond-to-task-module-submit.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/add-authentication.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/search-commands/respond-to-search.md 💡Suggestion View Details
msteams-platform/task-modules-and-cards/cards/people-picker.md 💡Suggestion View Details
msteams-platform/apps-in-teams-meetings/build-apps-for-anonymous-user.md ✅Succeeded View
msteams-platform/apps-in-teams-meetings/build-apps-for-teams-meeting-stage.md ✅Succeeded View
msteams-platform/apps-in-teams-meetings/build-extensible-conversation-for-meeting-chat.md ✅Succeeded View
msteams-platform/apps-in-teams-meetings/build-tabs-for-meeting.md ✅Succeeded View
msteams-platform/bots/bot-concepts.md ✅Succeeded View
msteams-platform/bots/bot-features.md ✅Succeeded View
msteams-platform/bots/calls-and-meetings/registering-calling-bot.md ✅Succeeded View
msteams-platform/bots/how-to/authentication/add-authentication.md ✅Succeeded View
msteams-platform/bots/how-to/authentication/bot-sso-code.md ✅Succeeded View
msteams-platform/bots/how-to/bot-configuration-experience.md ✅Succeeded View
msteams-platform/bots/how-to/bots-filesv4.md ✅Succeeded View
msteams-platform/bots/how-to/conversations/prompt-suggestions.md ✅Succeeded View
msteams-platform/bots/how-to/conversations/send-proactive-messages.md ✅Succeeded View
msteams-platform/bots/how-to/conversations/subscribe-to-conversation-events.md ✅Succeeded View
msteams-platform/bots/streaming-ux.md ✅Succeeded View

This comment lists only the first 25 files in the pull request.

msteams-platform/apps-in-teams-meetings/app-icon-badging-for-your-app.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/bots/how-to/update-and-delete-bot-messages.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/concepts/authentication/nested-authentication.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/concepts/device-capabilities/browser-device-permissions.md

  • Line 4, Column 1: [Suggestion: ms-localizationpriority-incorrect - See documentation] Unrecognized localization metadata. Did you mean "ms.localizationpriority"?

msteams-platform/messaging-extensions/how-to/action-commands/create-task-module.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/action-commands/define-action-command.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/action-commands/respond-to-task-module-submit.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/add-authentication.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/search-commands/respond-to-search.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/task-modules-and-cards/cards/people-picker.md

  • Line 4, Column 1: [Suggestion: ms-localizationpriority-incorrect - See documentation] Unrecognized localization metadata. Did you mean "ms.localizationpriority"?

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

@acrolinxatmsft1
Copy link
Collaborator

Acrolinx Scorecards

We currently enforce a minimum score of 80.

Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:

Article Score Issues Scorecard Processed
msteams-platform/apps-in-teams-meetings/app-icon-badging-for-your-app.md 86 7 link
msteams-platform/apps-in-teams-meetings/build-apps-for-anonymous-user.md 87 12 link
msteams-platform/apps-in-teams-meetings/build-apps-for-teams-meeting-stage.md 91 31 link
msteams-platform/apps-in-teams-meetings/build-extensible-conversation-for-meeting-chat.md 90 7 link
msteams-platform/apps-in-teams-meetings/build-tabs-for-meeting.md 88 24 link
msteams-platform/bots/bot-concepts.md 91 32 link
msteams-platform/bots/bot-features.md 91 14 link
msteams-platform/bots/calls-and-meetings/registering-calling-bot.md 85 20 link
msteams-platform/bots/how-to/authentication/add-authentication.md 89 71 link
msteams-platform/bots/how-to/authentication/bot-sso-code.md 84 32 link
msteams-platform/bots/how-to/bot-configuration-experience.md 91 14 link
msteams-platform/bots/how-to/bots-filesv4.md 81 17 link
msteams-platform/bots/how-to/conversations/prompt-suggestions.md 90 40 link
msteams-platform/bots/how-to/conversations/send-proactive-messages.md 89 26 link
msteams-platform/bots/how-to/conversations/subscribe-to-conversation-events.md 88 25 link
msteams-platform/bots/how-to/update-and-delete-bot-messages.md 91 7 link
msteams-platform/bots/streaming-ux.md 88 21 link
msteams-platform/concepts/authentication/nested-authentication.md 91 19 link
msteams-platform/concepts/build-and-test/apps-localization.md 88 11 link
msteams-platform/concepts/build-and-test/deep-link-application.md 92 21 link
msteams-platform/concepts/build-and-test/deep-link-teams.md 89 16 link
msteams-platform/concepts/build-and-test/deep-link-workflow.md 93 14 link
msteams-platform/concepts/build-and-test/share-in-meeting.md 91 17 link
msteams-platform/concepts/build-and-test/share-to-teams-from-web-apps.md 92 16 link
msteams-platform/concepts/deploy-and-publish/add-default-install-scope.md 92 13 link
msteams-platform/concepts/deploy-and-publish/appsource/prepare/Test-preview-for-monetized-apps.md 93 4 link
msteams-platform/concepts/design/personal-apps.md 92 16 link
msteams-platform/concepts/device-capabilities/browser-device-permissions.md 92 3 link
msteams-platform/concepts/device-capabilities/device-capabilities-overview.md 87 8 link
msteams-platform/concepts/device-capabilities/location-capability.md 91 12 link

More info about Acrolinx

Use the Acrolinx extension, or sidebar, in Visual Studio Code to check spelling, grammar, style, tone, clarity, and key terminology when you're creating or updating content. For more information, see Use the Visual Studio Code extension to run Acrolinx locally.

Copy link
Contributor

Learn Build status updates of commit 0c31876:

💡 Validation status: suggestions

File Status Preview URL Details
msteams-platform/apps-in-teams-meetings/app-icon-badging-for-your-app.md 💡Suggestion View Details
msteams-platform/bots/how-to/update-and-delete-bot-messages.md 💡Suggestion View Details
msteams-platform/concepts/authentication/nested-authentication.md 💡Suggestion View Details
msteams-platform/concepts/device-capabilities/browser-device-permissions.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/action-commands/create-task-module.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/action-commands/define-action-command.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/action-commands/respond-to-task-module-submit.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/add-authentication.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/search-commands/respond-to-search.md 💡Suggestion View Details
msteams-platform/task-modules-and-cards/cards/people-picker.md 💡Suggestion View Details
msteams-platform/apps-in-teams-meetings/build-apps-for-anonymous-user.md ✅Succeeded View
msteams-platform/apps-in-teams-meetings/build-apps-for-teams-meeting-stage.md ✅Succeeded View
msteams-platform/apps-in-teams-meetings/build-extensible-conversation-for-meeting-chat.md ✅Succeeded View
msteams-platform/apps-in-teams-meetings/build-tabs-for-meeting.md ✅Succeeded View
msteams-platform/bots/bot-concepts.md ✅Succeeded View
msteams-platform/bots/bot-features.md ✅Succeeded View
msteams-platform/bots/calls-and-meetings/registering-calling-bot.md ✅Succeeded View
msteams-platform/bots/how-to/authentication/add-authentication.md ✅Succeeded View
msteams-platform/bots/how-to/authentication/bot-sso-code.md ✅Succeeded View
msteams-platform/bots/how-to/bot-configuration-experience.md ✅Succeeded View
msteams-platform/bots/how-to/bots-filesv4.md ✅Succeeded View
msteams-platform/bots/how-to/conversations/prompt-suggestions.md ✅Succeeded View
msteams-platform/bots/how-to/conversations/send-proactive-messages.md ✅Succeeded View
msteams-platform/bots/how-to/conversations/subscribe-to-conversation-events.md ✅Succeeded View
msteams-platform/bots/streaming-ux.md ✅Succeeded View

This comment lists only the first 25 files in the pull request.

msteams-platform/apps-in-teams-meetings/app-icon-badging-for-your-app.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/bots/how-to/update-and-delete-bot-messages.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/concepts/authentication/nested-authentication.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/concepts/device-capabilities/browser-device-permissions.md

  • Line 4, Column 1: [Suggestion: ms-localizationpriority-incorrect - See documentation] Unrecognized localization metadata. Did you mean "ms.localizationpriority"?

msteams-platform/messaging-extensions/how-to/action-commands/create-task-module.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/action-commands/define-action-command.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/action-commands/respond-to-task-module-submit.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/add-authentication.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/search-commands/respond-to-search.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/task-modules-and-cards/cards/people-picker.md

  • Line 4, Column 1: [Suggestion: ms-localizationpriority-incorrect - See documentation] Unrecognized localization metadata. Did you mean "ms.localizationpriority"?

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

@acrolinxatmsft1
Copy link
Collaborator

Acrolinx Scorecards

We currently enforce a minimum score of 80.

Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:

Article Score Issues Scorecard Processed
msteams-platform/apps-in-teams-meetings/app-icon-badging-for-your-app.md 86 7 link
msteams-platform/apps-in-teams-meetings/build-apps-for-anonymous-user.md 87 12 link
msteams-platform/apps-in-teams-meetings/build-apps-for-teams-meeting-stage.md 91 31 link
msteams-platform/apps-in-teams-meetings/build-extensible-conversation-for-meeting-chat.md 90 7 link
msteams-platform/apps-in-teams-meetings/build-tabs-for-meeting.md 88 24 link
msteams-platform/bots/bot-concepts.md 91 32 link
msteams-platform/bots/bot-features.md 91 14 link
msteams-platform/bots/calls-and-meetings/registering-calling-bot.md 85 20 link
msteams-platform/bots/how-to/authentication/add-authentication.md 89 71 link
msteams-platform/bots/how-to/authentication/bot-sso-code.md 84 32 link
msteams-platform/bots/how-to/bot-configuration-experience.md 91 14 link
msteams-platform/bots/how-to/bots-filesv4.md 81 17 link
msteams-platform/bots/how-to/conversations/prompt-suggestions.md 90 40 link
msteams-platform/bots/how-to/conversations/send-proactive-messages.md 89 26 link
msteams-platform/bots/how-to/conversations/subscribe-to-conversation-events.md 88 25 link
msteams-platform/bots/how-to/update-and-delete-bot-messages.md 91 7 link
msteams-platform/bots/streaming-ux.md 88 21 link
msteams-platform/concepts/authentication/nested-authentication.md 91 19 link
msteams-platform/concepts/build-and-test/apps-localization.md 88 11 link
msteams-platform/concepts/build-and-test/deep-link-application.md 92 21 link
msteams-platform/concepts/build-and-test/deep-link-teams.md 89 16 link
msteams-platform/concepts/build-and-test/deep-link-workflow.md 93 14 link
msteams-platform/concepts/build-and-test/share-in-meeting.md 91 17 link
msteams-platform/concepts/build-and-test/share-to-teams-from-web-apps.md 92 16 link
msteams-platform/concepts/deploy-and-publish/add-default-install-scope.md 92 13 link
msteams-platform/concepts/deploy-and-publish/appsource/prepare/Test-preview-for-monetized-apps.md 93 4 link
msteams-platform/concepts/design/personal-apps.md 92 16 link
msteams-platform/concepts/device-capabilities/browser-device-permissions.md 92 3 link
msteams-platform/concepts/device-capabilities/device-capabilities-overview.md 87 8 link
msteams-platform/concepts/device-capabilities/location-capability.md 91 12 link

More info about Acrolinx

Use the Acrolinx extension, or sidebar, in Visual Studio Code to check spelling, grammar, style, tone, clarity, and key terminology when you're creating or updating content. For more information, see Use the Visual Studio Code extension to run Acrolinx locally.

Copy link
Contributor

Learn Build status updates of commit ab9b0ae:

💡 Validation status: suggestions

File Status Preview URL Details
msteams-platform/apps-in-teams-meetings/app-icon-badging-for-your-app.md 💡Suggestion View Details
msteams-platform/bots/how-to/update-and-delete-bot-messages.md 💡Suggestion View Details
msteams-platform/concepts/authentication/nested-authentication.md 💡Suggestion View Details
msteams-platform/concepts/device-capabilities/browser-device-permissions.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/action-commands/create-task-module.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/action-commands/define-action-command.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/action-commands/respond-to-task-module-submit.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/add-authentication.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/search-commands/respond-to-search.md 💡Suggestion View Details
msteams-platform/task-modules-and-cards/cards/people-picker.md 💡Suggestion View Details
msteams-platform/apps-in-teams-meetings/build-apps-for-anonymous-user.md ✅Succeeded View
msteams-platform/apps-in-teams-meetings/build-apps-for-teams-meeting-stage.md ✅Succeeded View
msteams-platform/apps-in-teams-meetings/build-extensible-conversation-for-meeting-chat.md ✅Succeeded View
msteams-platform/apps-in-teams-meetings/build-tabs-for-meeting.md ✅Succeeded View
msteams-platform/bots/bot-concepts.md ✅Succeeded View
msteams-platform/bots/bot-features.md ✅Succeeded View
msteams-platform/bots/calls-and-meetings/registering-calling-bot.md ✅Succeeded View
msteams-platform/bots/how-to/authentication/add-authentication.md ✅Succeeded View
msteams-platform/bots/how-to/authentication/bot-sso-code.md ✅Succeeded View
msteams-platform/bots/how-to/bot-configuration-experience.md ✅Succeeded View
msteams-platform/bots/how-to/bots-filesv4.md ✅Succeeded View
msteams-platform/bots/how-to/conversations/prompt-suggestions.md ✅Succeeded View
msteams-platform/bots/how-to/conversations/send-proactive-messages.md ✅Succeeded View
msteams-platform/bots/how-to/conversations/subscribe-to-conversation-events.md ✅Succeeded View
msteams-platform/bots/streaming-ux.md ✅Succeeded View

This comment lists only the first 25 files in the pull request.

msteams-platform/apps-in-teams-meetings/app-icon-badging-for-your-app.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/bots/how-to/update-and-delete-bot-messages.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/concepts/authentication/nested-authentication.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/concepts/device-capabilities/browser-device-permissions.md

  • Line 4, Column 1: [Suggestion: ms-localizationpriority-incorrect - See documentation] Unrecognized localization metadata. Did you mean "ms.localizationpriority"?

msteams-platform/messaging-extensions/how-to/action-commands/create-task-module.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/action-commands/define-action-command.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/action-commands/respond-to-task-module-submit.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/add-authentication.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/search-commands/respond-to-search.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/task-modules-and-cards/cards/people-picker.md

  • Line 4, Column 1: [Suggestion: ms-localizationpriority-incorrect - See documentation] Unrecognized localization metadata. Did you mean "ms.localizationpriority"?

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

@acrolinxatmsft1
Copy link
Collaborator

Acrolinx Scorecards

We currently enforce a minimum score of 80.

Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:

Article Score Issues Scorecard Processed
msteams-platform/apps-in-teams-meetings/app-icon-badging-for-your-app.md 86 7 link
msteams-platform/apps-in-teams-meetings/build-apps-for-anonymous-user.md 87 12 link
msteams-platform/apps-in-teams-meetings/build-extensible-conversation-for-meeting-chat.md 90 7 link
msteams-platform/apps-in-teams-meetings/build-tabs-for-meeting.md 88 24 link
msteams-platform/bots/bot-concepts.md 91 32 link
msteams-platform/bots/bot-features.md 91 14 link
msteams-platform/bots/calls-and-meetings/registering-calling-bot.md 85 20 link
msteams-platform/bots/how-to/authentication/add-authentication.md 89 71 link
msteams-platform/bots/how-to/authentication/bot-sso-code.md 84 32 link
msteams-platform/bots/how-to/bot-configuration-experience.md 91 14 link
msteams-platform/bots/how-to/bots-filesv4.md 81 17 link
msteams-platform/bots/how-to/conversations/prompt-suggestions.md 90 40 link
msteams-platform/bots/how-to/conversations/send-proactive-messages.md 89 26 link
msteams-platform/bots/how-to/conversations/subscribe-to-conversation-events.md 88 25 link
msteams-platform/bots/how-to/update-and-delete-bot-messages.md 91 7 link
msteams-platform/bots/streaming-ux.md 88 21 link
msteams-platform/concepts/authentication/nested-authentication.md 91 19 link
msteams-platform/concepts/build-and-test/apps-localization.md 88 11 link
msteams-platform/concepts/build-and-test/deep-link-application.md 92 21 link
msteams-platform/concepts/build-and-test/deep-link-teams.md 89 16 link
msteams-platform/concepts/build-and-test/deep-link-workflow.md 93 14 link
msteams-platform/concepts/build-and-test/share-in-meeting.md 91 17 link
msteams-platform/concepts/build-and-test/share-to-teams-from-web-apps.md 92 16 link
msteams-platform/concepts/deploy-and-publish/add-default-install-scope.md 92 13 link
msteams-platform/concepts/deploy-and-publish/appsource/prepare/Test-preview-for-monetized-apps.md 93 4 link
msteams-platform/concepts/design/personal-apps.md 92 16 link
msteams-platform/concepts/device-capabilities/browser-device-permissions.md 92 3 link
msteams-platform/concepts/device-capabilities/device-capabilities-overview.md 87 8 link
msteams-platform/concepts/device-capabilities/location-capability.md 91 12 link
msteams-platform/concepts/device-capabilities/native-device-permissions.md 89 22 link

More info about Acrolinx

Use the Acrolinx extension, or sidebar, in Visual Studio Code to check spelling, grammar, style, tone, clarity, and key terminology when you're creating or updating content. For more information, see Use the Visual Studio Code extension to run Acrolinx locally.

Copy link
Contributor

Learn Build status updates of commit 9f4548c:

💡 Validation status: suggestions

File Status Preview URL Details
msteams-platform/apps-in-teams-meetings/app-icon-badging-for-your-app.md 💡Suggestion View Details
msteams-platform/bots/how-to/update-and-delete-bot-messages.md 💡Suggestion View Details
msteams-platform/concepts/authentication/nested-authentication.md 💡Suggestion View Details
msteams-platform/concepts/device-capabilities/browser-device-permissions.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/action-commands/create-task-module.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/action-commands/define-action-command.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/action-commands/respond-to-task-module-submit.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/add-authentication.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/search-commands/respond-to-search.md 💡Suggestion View Details
msteams-platform/task-modules-and-cards/cards/people-picker.md 💡Suggestion View Details
msteams-platform/apps-in-teams-meetings/build-apps-for-anonymous-user.md ✅Succeeded View
msteams-platform/apps-in-teams-meetings/build-extensible-conversation-for-meeting-chat.md ✅Succeeded View
msteams-platform/apps-in-teams-meetings/build-tabs-for-meeting.md ✅Succeeded View
msteams-platform/bots/bot-concepts.md ✅Succeeded View
msteams-platform/bots/bot-features.md ✅Succeeded View
msteams-platform/bots/calls-and-meetings/registering-calling-bot.md ✅Succeeded View
msteams-platform/bots/how-to/authentication/add-authentication.md ✅Succeeded View
msteams-platform/bots/how-to/authentication/bot-sso-code.md ✅Succeeded View
msteams-platform/bots/how-to/bot-configuration-experience.md ✅Succeeded View
msteams-platform/bots/how-to/bots-filesv4.md ✅Succeeded View
msteams-platform/bots/how-to/conversations/prompt-suggestions.md ✅Succeeded View
msteams-platform/bots/how-to/conversations/send-proactive-messages.md ✅Succeeded View
msteams-platform/bots/how-to/conversations/subscribe-to-conversation-events.md ✅Succeeded View
msteams-platform/bots/streaming-ux.md ✅Succeeded View
msteams-platform/concepts/build-and-test/apps-localization.md ✅Succeeded View

This comment lists only the first 25 files in the pull request.

msteams-platform/apps-in-teams-meetings/app-icon-badging-for-your-app.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/bots/how-to/update-and-delete-bot-messages.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/concepts/authentication/nested-authentication.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/concepts/device-capabilities/browser-device-permissions.md

  • Line 4, Column 1: [Suggestion: ms-localizationpriority-incorrect - See documentation] Unrecognized localization metadata. Did you mean "ms.localizationpriority"?

msteams-platform/messaging-extensions/how-to/action-commands/create-task-module.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/action-commands/define-action-command.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/action-commands/respond-to-task-module-submit.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/add-authentication.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/search-commands/respond-to-search.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/task-modules-and-cards/cards/people-picker.md

  • Line 4, Column 1: [Suggestion: ms-localizationpriority-incorrect - See documentation] Unrecognized localization metadata. Did you mean "ms.localizationpriority"?

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

@acrolinxatmsft1
Copy link
Collaborator

Acrolinx Scorecards

We currently enforce a minimum score of 80.

Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:

Article Score Issues Scorecard Processed
msteams-platform/apps-in-teams-meetings/app-icon-badging-for-your-app.md 86 7 link
msteams-platform/apps-in-teams-meetings/build-apps-for-anonymous-user.md 87 12 link
msteams-platform/apps-in-teams-meetings/build-apps-for-teams-meeting-stage.md 90 32 link
msteams-platform/apps-in-teams-meetings/build-extensible-conversation-for-meeting-chat.md 90 7 link
msteams-platform/apps-in-teams-meetings/build-tabs-for-meeting.md 88 24 link
msteams-platform/bots/bot-concepts.md 91 32 link
msteams-platform/bots/bot-features.md 91 14 link
msteams-platform/bots/calls-and-meetings/registering-calling-bot.md 85 20 link
msteams-platform/bots/how-to/authentication/add-authentication.md 89 71 link
msteams-platform/bots/how-to/authentication/bot-sso-code.md 84 32 link
msteams-platform/bots/how-to/bot-configuration-experience.md 91 14 link
msteams-platform/bots/how-to/bots-filesv4.md 81 17 link
msteams-platform/bots/how-to/conversations/prompt-suggestions.md 90 40 link
msteams-platform/bots/how-to/conversations/send-proactive-messages.md 89 26 link
msteams-platform/bots/how-to/conversations/subscribe-to-conversation-events.md 88 25 link
msteams-platform/bots/how-to/update-and-delete-bot-messages.md 91 7 link
msteams-platform/bots/streaming-ux.md 88 21 link
msteams-platform/concepts/authentication/nested-authentication.md 91 19 link
msteams-platform/concepts/build-and-test/apps-localization.md 88 11 link
msteams-platform/concepts/build-and-test/deep-link-application.md 92 21 link
msteams-platform/concepts/build-and-test/deep-link-teams.md 89 16 link
msteams-platform/concepts/build-and-test/deep-link-workflow.md 93 14 link
msteams-platform/concepts/build-and-test/share-in-meeting.md 91 17 link
msteams-platform/concepts/build-and-test/share-to-teams-from-web-apps.md 92 16 link
msteams-platform/concepts/deploy-and-publish/add-default-install-scope.md 92 13 link
msteams-platform/concepts/deploy-and-publish/appsource/prepare/Test-preview-for-monetized-apps.md 93 4 link
msteams-platform/concepts/design/personal-apps.md 92 16 link
msteams-platform/concepts/device-capabilities/browser-device-permissions.md 92 3 link
msteams-platform/concepts/device-capabilities/device-capabilities-overview.md 87 8 link
msteams-platform/concepts/device-capabilities/location-capability.md 91 12 link

More info about Acrolinx

Use the Acrolinx extension, or sidebar, in Visual Studio Code to check spelling, grammar, style, tone, clarity, and key terminology when you're creating or updating content. For more information, see Use the Visual Studio Code extension to run Acrolinx locally.

Copy link
Contributor

Learn Build status updates of commit 6cc33f3:

💡 Validation status: suggestions

File Status Preview URL Details
msteams-platform/apps-in-teams-meetings/app-icon-badging-for-your-app.md 💡Suggestion View Details
msteams-platform/bots/how-to/update-and-delete-bot-messages.md 💡Suggestion View Details
msteams-platform/concepts/authentication/nested-authentication.md 💡Suggestion View Details
msteams-platform/concepts/device-capabilities/browser-device-permissions.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/action-commands/create-task-module.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/action-commands/define-action-command.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/action-commands/respond-to-task-module-submit.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/add-authentication.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/search-commands/respond-to-search.md 💡Suggestion View Details
msteams-platform/task-modules-and-cards/cards/people-picker.md 💡Suggestion View Details
msteams-platform/apps-in-teams-meetings/build-apps-for-anonymous-user.md ✅Succeeded View
msteams-platform/apps-in-teams-meetings/build-apps-for-teams-meeting-stage.md ✅Succeeded View
msteams-platform/apps-in-teams-meetings/build-extensible-conversation-for-meeting-chat.md ✅Succeeded View
msteams-platform/apps-in-teams-meetings/build-tabs-for-meeting.md ✅Succeeded View
msteams-platform/bots/bot-concepts.md ✅Succeeded View
msteams-platform/bots/bot-features.md ✅Succeeded View
msteams-platform/bots/calls-and-meetings/registering-calling-bot.md ✅Succeeded View
msteams-platform/bots/how-to/authentication/add-authentication.md ✅Succeeded View
msteams-platform/bots/how-to/authentication/bot-sso-code.md ✅Succeeded View
msteams-platform/bots/how-to/bot-configuration-experience.md ✅Succeeded View
msteams-platform/bots/how-to/bots-filesv4.md ✅Succeeded View
msteams-platform/bots/how-to/conversations/prompt-suggestions.md ✅Succeeded View
msteams-platform/bots/how-to/conversations/send-proactive-messages.md ✅Succeeded View
msteams-platform/bots/how-to/conversations/subscribe-to-conversation-events.md ✅Succeeded View
msteams-platform/bots/streaming-ux.md ✅Succeeded View

This comment lists only the first 25 files in the pull request.

msteams-platform/apps-in-teams-meetings/app-icon-badging-for-your-app.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/bots/how-to/update-and-delete-bot-messages.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/concepts/authentication/nested-authentication.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/concepts/device-capabilities/browser-device-permissions.md

  • Line 4, Column 1: [Suggestion: ms-localizationpriority-incorrect - See documentation] Unrecognized localization metadata. Did you mean "ms.localizationpriority"?

msteams-platform/messaging-extensions/how-to/action-commands/create-task-module.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/action-commands/define-action-command.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/action-commands/respond-to-task-module-submit.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/add-authentication.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/search-commands/respond-to-search.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/task-modules-and-cards/cards/people-picker.md

  • Line 4, Column 1: [Suggestion: ms-localizationpriority-incorrect - See documentation] Unrecognized localization metadata. Did you mean "ms.localizationpriority"?

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

@acrolinxatmsft1
Copy link
Collaborator

Acrolinx Scorecards

We currently enforce a minimum score of 80.

Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:

Article Score Issues Scorecard Processed
msteams-platform/apps-in-teams-meetings/app-icon-badging-for-your-app.md 86 7 link
msteams-platform/apps-in-teams-meetings/build-apps-for-anonymous-user.md 87 12 link
msteams-platform/apps-in-teams-meetings/build-apps-for-teams-meeting-stage.md 91 31 link
msteams-platform/apps-in-teams-meetings/build-extensible-conversation-for-meeting-chat.md 90 7 link
msteams-platform/apps-in-teams-meetings/build-tabs-for-meeting.md 88 24 link
msteams-platform/bots/bot-concepts.md 91 32 link
msteams-platform/bots/bot-features.md 91 14 link
msteams-platform/bots/calls-and-meetings/registering-calling-bot.md 85 20 link
msteams-platform/bots/how-to/authentication/add-authentication.md 89 71 link
msteams-platform/bots/how-to/authentication/bot-sso-code.md 84 32 link
msteams-platform/bots/how-to/bot-configuration-experience.md 91 14 link
msteams-platform/bots/how-to/bots-filesv4.md 81 17 link
msteams-platform/bots/how-to/conversations/prompt-suggestions.md 90 40 link
msteams-platform/bots/how-to/conversations/send-proactive-messages.md 89 26 link
msteams-platform/bots/how-to/conversations/subscribe-to-conversation-events.md 88 25 link
msteams-platform/bots/how-to/update-and-delete-bot-messages.md 91 7 link
msteams-platform/bots/streaming-ux.md 88 21 link
msteams-platform/concepts/authentication/nested-authentication.md 91 19 link
msteams-platform/concepts/build-and-test/apps-localization.md 88 11 link
msteams-platform/concepts/build-and-test/deep-link-application.md 92 21 link
msteams-platform/concepts/build-and-test/deep-link-teams.md 89 16 link
msteams-platform/concepts/build-and-test/deep-link-workflow.md 93 14 link
msteams-platform/concepts/build-and-test/share-in-meeting.md 91 17 link
msteams-platform/concepts/build-and-test/share-to-teams-from-web-apps.md 92 16 link
msteams-platform/concepts/deploy-and-publish/add-default-install-scope.md 92 13 link
msteams-platform/concepts/deploy-and-publish/appsource/prepare/Test-preview-for-monetized-apps.md 93 4 link
msteams-platform/concepts/design/personal-apps.md 92 16 link
msteams-platform/concepts/device-capabilities/browser-device-permissions.md 92 3 link
msteams-platform/concepts/device-capabilities/device-capabilities-overview.md 87 8 link
msteams-platform/concepts/device-capabilities/location-capability.md 91 12 link

More info about Acrolinx

Use the Acrolinx extension, or sidebar, in Visual Studio Code to check spelling, grammar, style, tone, clarity, and key terminology when you're creating or updating content. For more information, see Use the Visual Studio Code extension to run Acrolinx locally.

Copy link
Contributor

Learn Build status updates of commit 57f2326:

💡 Validation status: suggestions

File Status Preview URL Details
msteams-platform/apps-in-teams-meetings/app-icon-badging-for-your-app.md 💡Suggestion View Details
msteams-platform/bots/how-to/update-and-delete-bot-messages.md 💡Suggestion View Details
msteams-platform/concepts/authentication/nested-authentication.md 💡Suggestion View Details
msteams-platform/concepts/device-capabilities/browser-device-permissions.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/action-commands/create-task-module.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/action-commands/define-action-command.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/action-commands/respond-to-task-module-submit.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/add-authentication.md 💡Suggestion View Details
msteams-platform/messaging-extensions/how-to/search-commands/respond-to-search.md 💡Suggestion View Details
msteams-platform/task-modules-and-cards/cards/people-picker.md 💡Suggestion View Details
msteams-platform/apps-in-teams-meetings/build-apps-for-anonymous-user.md ✅Succeeded View
msteams-platform/apps-in-teams-meetings/build-apps-for-teams-meeting-stage.md ✅Succeeded View
msteams-platform/apps-in-teams-meetings/build-extensible-conversation-for-meeting-chat.md ✅Succeeded View
msteams-platform/apps-in-teams-meetings/build-tabs-for-meeting.md ✅Succeeded View
msteams-platform/bots/bot-concepts.md ✅Succeeded View
msteams-platform/bots/bot-features.md ✅Succeeded View
msteams-platform/bots/calls-and-meetings/registering-calling-bot.md ✅Succeeded View
msteams-platform/bots/how-to/authentication/add-authentication.md ✅Succeeded View
msteams-platform/bots/how-to/authentication/bot-sso-code.md ✅Succeeded View
msteams-platform/bots/how-to/bot-configuration-experience.md ✅Succeeded View
msteams-platform/bots/how-to/bots-filesv4.md ✅Succeeded View
msteams-platform/bots/how-to/conversations/prompt-suggestions.md ✅Succeeded View
msteams-platform/bots/how-to/conversations/send-proactive-messages.md ✅Succeeded View
msteams-platform/bots/how-to/conversations/subscribe-to-conversation-events.md ✅Succeeded View
msteams-platform/bots/streaming-ux.md ✅Succeeded View

This comment lists only the first 25 files in the pull request.

msteams-platform/apps-in-teams-meetings/app-icon-badging-for-your-app.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/bots/how-to/update-and-delete-bot-messages.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/concepts/authentication/nested-authentication.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/concepts/device-capabilities/browser-device-permissions.md

  • Line 4, Column 1: [Suggestion: ms-localizationpriority-incorrect - See documentation] Unrecognized localization metadata. Did you mean "ms.localizationpriority"?

msteams-platform/messaging-extensions/how-to/action-commands/create-task-module.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/action-commands/define-action-command.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/action-commands/respond-to-task-module-submit.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/add-authentication.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/messaging-extensions/how-to/search-commands/respond-to-search.md

  • Line 2, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.

msteams-platform/task-modules-and-cards/cards/people-picker.md

  • Line 4, Column 1: [Suggestion: ms-localizationpriority-incorrect - See documentation] Unrecognized localization metadata. Did you mean "ms.localizationpriority"?

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

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