Skip to content

Rename "Microsoft Agents A365" to "Microsoft Agent 365" in documentation#40

Merged
pontemonti merged 2 commits intomainfrom
copilot/rename-microsoft-agent-365-sdk
Nov 13, 2025
Merged

Rename "Microsoft Agents A365" to "Microsoft Agent 365" in documentation#40
pontemonti merged 2 commits intomainfrom
copilot/rename-microsoft-agent-365-sdk

Conversation

Copy link
Contributor

Copilot AI commented Nov 12, 2025

Standardize branding from "Microsoft Agents A365" to "Microsoft Agent 365" across documentation and comments. No code logic changes.

Changes

  • Updated docstring in microsoft_agents_a365/notifications/__init__.py from "Microsoft Agents A365 Notifications" to "Microsoft Agent 365 Notifications"

Notes

Only one occurrence found - repository already used correct branding elsewhere.

Original prompt

This section details on the original issue you should resolve

<issue_title>Rename "Microsoft Agents A365 SDK" to "Microsoft Agent 365 SDK"</issue_title>
<issue_description>Go through all the code in the repository and look for documentation, code comments, and other text strings. For anything that says "Microsoft Agents A365 SDK", rename it to "Microsoft Agent 365 SDK". Anything that says "Microsoft Agents A365" should be "Microsoft Agent 365". Anything that says "Agents A365" should be "Agent 365". This does not apply to any code, like namespaces, type names, method names, variables. Those should not be changed.</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

…Notifications"

Co-authored-by: pontemonti <7850950+pontemonti@users.noreply.github.com>
Copilot AI changed the title [WIP] Rename Microsoft Agents A365 SDK to Microsoft Agent 365 SDK Rename "Microsoft Agents A365" to "Microsoft Agent 365" in documentation Nov 12, 2025
Copilot AI requested a review from pontemonti November 12, 2025 22:48
@pontemonti pontemonti marked this pull request as ready for review November 13, 2025 00:26
@pontemonti pontemonti requested a review from a team as a code owner November 13, 2025 00:26
Copilot AI review requested due to automatic review settings November 13, 2025 00:26
@pontemonti pontemonti merged commit a86bb99 into main Nov 13, 2025
16 checks passed
@pontemonti pontemonti deleted the copilot/rename-microsoft-agent-365-sdk branch November 13, 2025 00:28
Copy link
Contributor

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.

Pull Request Overview

This PR standardizes the branding from "Microsoft Agents A365" to "Microsoft Agent 365" in documentation strings. The change is purely cosmetic and affects only a docstring comment, with no impact on code logic or functionality.

Key Changes:

  • Updated docstring in notifications module to use correct branding terminology

@@ -1,7 +1,7 @@
# Copyright (c) Microsoft. All rights reserved.
Copy link

Copilot AI Nov 13, 2025

Choose a reason for hiding this comment

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

The copyright header format doesn't match the required Microsoft copyright header format. It should be:

# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

Instead of:

# Copyright (c) Microsoft. All rights reserved.

Copilot generated this review using guidance from repository custom instructions.
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.

Rename "Microsoft Agents A365 SDK" to "Microsoft Agent 365 SDK"

4 participants