Skip to content

Rebrand SDK references from “Azure Active Directory” to “Microsoft Entra ID” - #50068

Draft
vcolin7 with Copilot wants to merge 4 commits into
mainfrom
copilot/replace-azure-active-directory-references
Draft

Rebrand SDK references from “Azure Active Directory” to “Microsoft Entra ID”#50068
vcolin7 with Copilot wants to merge 4 commits into
mainfrom
copilot/replace-azure-active-directory-references

Conversation

Copilot AI commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Azure Active Directory has been rebranded to Microsoft Entra ID, but SDK docs and code comments still contained legacy terminology. This PR updates those references in README/TROUBLESHOOTING content and Java comments for consistency with current branding.

  • Scope

    • Updated sdk/**/README.md and sdk/**/TROUBLESHOOTING.md references from Azure Active Directory to Microsoft Entra ID.
    • Updated Java comment/Javadoc text in sdk/** where the old term appeared.
  • String/message cleanup

    • Updated select user-facing credential guidance strings that still referenced the old name.
    • Corrected resulting grammar in a couple of README lines (e.g., an Microsoft Entra IDa Microsoft Entra ID).
  • Intentional non-change

    • Left service-defined literal values unchanged where they represent product/string constants used by the service contract (for example, Security Insights product name constants).
- "Please check your Azure Active Directory credentials, they might be incorrect or expired"
+ "Please check your Microsoft Entra ID credentials, they might be incorrect or expired"

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
36 pipeline(s) were filtered out due to trigger conditions.
There may be pipelines that require an authorized user to comment /azp run to run.

Copilot AI and others added 2 commits August 8, 2026 01:17
Co-authored-by: vcolin7 <5799331+vcolin7@users.noreply.github.com>
Co-authored-by: vcolin7 <5799331+vcolin7@users.noreply.github.com>
Copilot AI changed the title [WIP] Replace all references of "Azure Active Directory" to "Microsoft Entra ID" Rebrand SDK references from “Azure Active Directory” to “Microsoft Entra ID” Aug 8, 2026
Copilot AI requested a review from vcolin7 August 8, 2026 01:19
@vcolin7
vcolin7 requested a lite review from Copilot August 8, 2026 01:29

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.

Copilot wasn't able to review this pull request because it exceeds the maximum number of files (300). Try reducing the number of changed files and requesting a review from Copilot again.

@vcolin7

vcolin7 commented Aug 8, 2026

Copy link
Copy Markdown
Member

Copilot Make sure there are no mentions of Azure Active Directory. It can be abbreviated to Azure AD or AAD. Refer to this document on the naming changes: https://learn.microsoft.com/en-us/entra/fundamentals/new-name

Co-authored-by: vcolin7 <5799331+vcolin7@users.noreply.github.com>

Copilot AI commented Aug 8, 2026

Copy link
Copy Markdown
Contributor Author

Copilot Make sure there are no mentions of Azure Active Directory. It can be abbreviated to Azure AD or AAD. Refer to this document on the naming changes: https://learn.microsoft.com/en-us/entra/fund...

Addressed in commit 35cd76ca97f: I updated the remaining legacy wording in the PR’s modified docs/Javadocs to Microsoft Entra ID (with Entra ID-only phrasing cleanup). I left the Security Insights service wire literal value unchanged for API compatibility.

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.

Replace all references of "Azure Active Directory" to "Microsoft Entra ID"

3 participants