Skip to content

Update What If tool documentation to remove references to preview#2001

Merged
v-dirichards merged 2 commits into
MicrosoftDocs:mainfrom
bubbletroubles:patch-6
Jun 11, 2026
Merged

Update What If tool documentation to remove references to preview#2001
v-dirichards merged 2 commits into
MicrosoftDocs:mainfrom
bubbletroubles:patch-6

Conversation

@bubbletroubles

Copy link
Copy Markdown
Contributor

The What If API went GA in July 2025 (as per the following release notes)

https://learn.microsoft.com/en-us/entra/fundamentals/whats-new-archive#general-availability---conditional-access-what-if-api:~:text=General%20Availability%20%2D%20Conditional%20Access%20What%20If%20API

This PR aligns with the Entra ID Release Notes to remove references to the What If API being in Preview.

@prmerger-automator

Copy link
Copy Markdown
Contributor

@bubbletroubles : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change.

@v-dirichards

Copy link
Copy Markdown
Contributor

@kenwith

Can you review the proposed changes?

Important: When the changes are ready for publication, adding a #sign-off comment is the best way to signal that the PR is ready for the review team to merge.

#label:"aq-pr-triaged"
@MicrosoftDocs/public-repo-pr-review-team

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.

Pull request overview

Removes outdated “preview” wording from the Conditional Access What If tool documentation to align with the What If Evaluation API’s GA status referenced in the Entra ID release notes.

Changes:

  • Removes the statement that the What If tool powered by the What If Evaluation API is “currently in preview”.
  • Updates the “Key differences” section to describe the API as public and fully supported (without GA-conditional wording).

Comment thread docs/identity/conditional-access/what-if-tool.md Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 935c912:

⚠️ Validation status: warnings

File Status Preview URL Details
docs/identity-platform/tutorial-desktop-app-maui-sign-in-sign-out.md ⚠️Warning Details
docs/identity-platform/tutorial-mobile-app-maui-sign-in-sign-out.md ⚠️Warning Details
docs/identity/conditional-access/what-if-tool.md ✅Succeeded

docs/identity-platform/tutorial-desktop-app-maui-sign-in-sign-out.md

  • Line 50, Column 4: [Warning: invalid-code] The code snippet "~/../ms-identity-ciam-dotnet-tutorial/1-Authentication/2-sign-in-maui/Views/MainView.xaml" could not be found.
  • Line 69, Column 4: [Warning: invalid-code] The code snippet "~/../ms-identity-ciam-dotnet-tutorial/1-Authentication/2-sign-in-maui/Views/MainView.xaml.cs" could not be found.
  • Line 86, Column 4: [Warning: invalid-code] The code snippet "~/../ms-identity-ciam-dotnet-tutorial/1-Authentication/2-sign-in-maui/Views/ClaimsView.xaml" could not be found.
  • Line 100, Column 4: [Warning: invalid-code] The code snippet "~/../ms-identity-ciam-dotnet-tutorial/1-Authentication/2-sign-in-maui/Views/ClaimsView.xaml.cs" could not be found.

docs/identity-platform/tutorial-mobile-app-maui-sign-in-sign-out.md

  • Line 50, Column 4: [Warning: invalid-code] The code snippet "~/../ms-identity-ciam-dotnet-tutorial/1-Authentication/2-sign-in-maui/Views/MainView.xaml" could not be found.
  • Line 69, Column 4: [Warning: invalid-code] The code snippet "~/../ms-identity-ciam-dotnet-tutorial/1-Authentication/2-sign-in-maui/Views/MainView.xaml.cs" could not be found.
  • Line 86, Column 4: [Warning: invalid-code] The code snippet "~/../ms-identity-ciam-dotnet-tutorial/1-Authentication/2-sign-in-maui/Views/ClaimsView.xaml" could not be found.
  • Line 100, Column 4: [Warning: invalid-code] The code snippet "~/../ms-identity-ciam-dotnet-tutorial/1-Authentication/2-sign-in-maui/Views/ClaimsView.xaml.cs" could not be found.

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.

@kenwith

kenwith commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

#sign-off

@prmerger-automator

Copy link
Copy Markdown
Contributor

@bubbletroubles : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change.

@kenwith

kenwith commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

I will also create a work item for myself to track down the build issues identified. They aren't part of this PR but are valid in the file so I will get those addressed. Thank you!

@v-dirichards v-dirichards merged commit 1923298 into MicrosoftDocs:main Jun 11, 2026
1 check passed
learn-build-service-prod Bot added a commit that referenced this pull request Jun 11, 2026
…s://github.com/MicrosoftDocs/entra-docs (branch main) (#13462)

* Added limitation clarity (#1903)

Clarify that the `memberOf` attribute cannot be used with other rules and operators, and add details about processing time and membership updates.

Co-authored-by: Diana Richards <v-dirichards@microsoft.com>

* Update What If tool documentation to remove references to preview (#2001)

* Update What If tool documentation to remove references to preview

* Updated with copilot suggestions.

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Remove code snippet references from MAUI tutorial

Removed code snippet references in comments from the tutorial.

* Remove code block references in MAUI tutorial

Updated tutorial to remove code block references and provide explanations for MainView and ClaimsView.

---------

Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Ben Jenkins <140325164+Yebbenbe@users.noreply.github.com>
Co-authored-by: Diana Richards <v-dirichards@microsoft.com>
Co-authored-by: bubbletroubles <42738824+bubbletroubles@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Tim Sherer <28902327+TimShererWithAquent@users.noreply.github.com>
learn-build-service-prod Bot added a commit that referenced this pull request Jun 12, 2026
…s://github.com/MicrosoftDocs/entra-docs (branch main) (#13470)

* Added limitation clarity (#1903)

Clarify that the `memberOf` attribute cannot be used with other rules and operators, and add details about processing time and membership updates.

Co-authored-by: Diana Richards <v-dirichards@microsoft.com>

* Update What If tool documentation to remove references to preview (#2001)

* Update What If tool documentation to remove references to preview

* Updated with copilot suggestions.

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Add custom domain email requirements to B2B invitation email docs (#1994)

* Add custom domain email requirements to B2B invitation email docs

Add prerequisites section covering mail-enabled tenant requirements,
MOERA domain guidance, and DNS configuration (SPF, DKIM, DMARC) for
custom domain invitation emails. Includes guidance for both Exchange
Online and third-party gateway scenarios.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Apply reviewer suggestions: add ai-usage, remove microsoft.com reference, move section, reformat related content

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fixed heading

Removed 'Next steps' section from invitation email elements documentation.

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>

---------

Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Ben Jenkins <140325164+Yebbenbe@users.noreply.github.com>
Co-authored-by: Diana Richards <v-dirichards@microsoft.com>
Co-authored-by: bubbletroubles <42738824+bubbletroubles@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service LearnBuild@microsoft.com>
Co-authored-by: jconley76 <100385591+jconley76@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>
learn-build-service-prod Bot added a commit that referenced this pull request Jun 16, 2026
…s://github.com/MicrosoftDocs/entra-docs (branch main) (#13498)

* Added limitation clarity (#1903)

Clarify that the `memberOf` attribute cannot be used with other rules and operators, and add details about processing time and membership updates.

Co-authored-by: Diana Richards <v-dirichards@microsoft.com>

* Update What If tool documentation to remove references to preview (#2001)

* Update What If tool documentation to remove references to preview

* Updated with copilot suggestions.

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Add custom domain email requirements to B2B invitation email docs (#1994)

* Add custom domain email requirements to B2B invitation email docs

Add prerequisites section covering mail-enabled tenant requirements,
MOERA domain guidance, and DNS configuration (SPF, DKIM, DMARC) for
custom domain invitation emails. Includes guidance for both Exchange
Online and third-party gateway scenarios.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Apply reviewer suggestions: add ai-usage, remove microsoft.com reference, move section, reformat related content

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fixed heading

Removed 'Next steps' section from invitation email elements documentation.

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>

* Remove usage reports permission from AI reader (#2007)

Removed the ability to view Office 365 usage reports from the AI reader permissions.

---------

Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Ben Jenkins <140325164+Yebbenbe@users.noreply.github.com>
Co-authored-by: Diana Richards <v-dirichards@microsoft.com>
Co-authored-by: bubbletroubles <42738824+bubbletroubles@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service LearnBuild@microsoft.com>
Co-authored-by: jconley76 <100385591+jconley76@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>
Co-authored-by: Shawn Kupfer <60445862+ShawnKupfer@users.noreply.github.com>
learn-build-service-prod Bot pushed a commit that referenced this pull request Jun 16, 2026
Completes polish from #2001 by @bubbletroubles after the substantive preview-removal content merged upstream.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
learn-build-service-prod Bot added a commit that referenced this pull request Jun 16, 2026
…s://github.com/MicrosoftDocs/entra-docs (branch main) (#13500)

* Added limitation clarity (#1903)

Clarify that the `memberOf` attribute cannot be used with other rules and operators, and add details about processing time and membership updates.

Co-authored-by: Diana Richards <v-dirichards@microsoft.com>

* Update What If tool documentation to remove references to preview (#2001)

* Update What If tool documentation to remove references to preview

* Updated with copilot suggestions.

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Add custom domain email requirements to B2B invitation email docs (#1994)

* Add custom domain email requirements to B2B invitation email docs

Add prerequisites section covering mail-enabled tenant requirements,
MOERA domain guidance, and DNS configuration (SPF, DKIM, DMARC) for
custom domain invitation emails. Includes guidance for both Exchange
Online and third-party gateway scenarios.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Apply reviewer suggestions: add ai-usage, remove microsoft.com reference, move section, reformat related content

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fixed heading

Removed 'Next steps' section from invitation email elements documentation.

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>

* Remove usage reports permission from AI reader (#2007)

Removed the ability to view Office 365 usage reports from the AI reader permissions.

* Adding missing closing brace from open on line 83 (#2004)

Line 83 has an if statement with an open brace but it never closes. Adding closing brace on line 175 as this seems like the only logical place for it.

---------

Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Ben Jenkins <140325164+Yebbenbe@users.noreply.github.com>
Co-authored-by: Diana Richards <v-dirichards@microsoft.com>
Co-authored-by: bubbletroubles <42738824+bubbletroubles@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service LearnBuild@microsoft.com>
Co-authored-by: jconley76 <100385591+jconley76@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>
Co-authored-by: Shawn Kupfer <60445862+ShawnKupfer@users.noreply.github.com>
Co-authored-by: Marc <MarcLaf@users.noreply.github.com>
learn-build-service-prod Bot added a commit that referenced this pull request Jun 18, 2026
…s://github.com/MicrosoftDocs/entra-docs (branch main) (#13559)

* Added limitation clarity (#1903)

Clarify that the `memberOf` attribute cannot be used with other rules and operators, and add details about processing time and membership updates.

Co-authored-by: Diana Richards <v-dirichards@microsoft.com>

* Update What If tool documentation to remove references to preview (#2001)

* Update What If tool documentation to remove references to preview

* Updated with copilot suggestions.

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Add custom domain email requirements to B2B invitation email docs (#1994)

* Add custom domain email requirements to B2B invitation email docs

Add prerequisites section covering mail-enabled tenant requirements,
MOERA domain guidance, and DNS configuration (SPF, DKIM, DMARC) for
custom domain invitation emails. Includes guidance for both Exchange
Online and third-party gateway scenarios.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Apply reviewer suggestions: add ai-usage, remove microsoft.com reference, move section, reformat related content

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fixed heading

Removed 'Next steps' section from invitation email elements documentation.

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>

* Remove usage reports permission from AI reader (#2007)

Removed the ability to view Office 365 usage reports from the AI reader permissions.

* Adding missing closing brace from open on line 83 (#2004)

Line 83 has an if statement with an open brace but it never closes. Adding closing brace on line 175 as this seems like the only logical place for it.

---------

Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Ben Jenkins <140325164+Yebbenbe@users.noreply.github.com>
Co-authored-by: Diana Richards <v-dirichards@microsoft.com>
Co-authored-by: bubbletroubles <42738824+bubbletroubles@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service LearnBuild@microsoft.com>
Co-authored-by: jconley76 <100385591+jconley76@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>
Co-authored-by: Shawn Kupfer <60445862+ShawnKupfer@users.noreply.github.com>
Co-authored-by: Marc <MarcLaf@users.noreply.github.com>
learn-build-service-prod Bot added a commit that referenced this pull request Jun 19, 2026
* Added limitation clarity (#1903)

Clarify that the `memberOf` attribute cannot be used with other rules and operators, and add details about processing time and membership updates.

Co-authored-by: Diana Richards <v-dirichards@microsoft.com>

* Update What If tool documentation to remove references to preview (#2001)

* Update What If tool documentation to remove references to preview

* Updated with copilot suggestions.

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Add custom domain email requirements to B2B invitation email docs (#1994)

* Add custom domain email requirements to B2B invitation email docs

Add prerequisites section covering mail-enabled tenant requirements,
MOERA domain guidance, and DNS configuration (SPF, DKIM, DMARC) for
custom domain invitation emails. Includes guidance for both Exchange
Online and third-party gateway scenarios.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Apply reviewer suggestions: add ai-usage, remove microsoft.com reference, move section, reformat related content

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fixed heading

Removed 'Next steps' section from invitation email elements documentation.

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>

* Remove usage reports permission from AI reader (#2007)

Removed the ability to view Office 365 usage reports from the AI reader permissions.

* Adding missing closing brace from open on line 83 (#2004)

Line 83 has an if statement with an open brace but it never closes. Adding closing brace on line 175 as this seems like the only logical place for it.

---------

Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Ben Jenkins <140325164+Yebbenbe@users.noreply.github.com>
Co-authored-by: Diana Richards <v-dirichards@microsoft.com>
Co-authored-by: bubbletroubles <42738824+bubbletroubles@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service LearnBuild@microsoft.com>
Co-authored-by: jconley76 <100385591+jconley76@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>
Co-authored-by: Shawn Kupfer <60445862+ShawnKupfer@users.noreply.github.com>
Co-authored-by: Marc <MarcLaf@users.noreply.github.com>
learn-build-service-prod Bot added a commit that referenced this pull request Jun 22, 2026
…s://github.com/MicrosoftDocs/entra-docs (branch main) (#13582)

* Added limitation clarity (#1903)

Clarify that the `memberOf` attribute cannot be used with other rules and operators, and add details about processing time and membership updates.

Co-authored-by: Diana Richards <v-dirichards@microsoft.com>

* Update What If tool documentation to remove references to preview (#2001)

* Update What If tool documentation to remove references to preview

* Updated with copilot suggestions.

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Add custom domain email requirements to B2B invitation email docs (#1994)

* Add custom domain email requirements to B2B invitation email docs

Add prerequisites section covering mail-enabled tenant requirements,
MOERA domain guidance, and DNS configuration (SPF, DKIM, DMARC) for
custom domain invitation emails. Includes guidance for both Exchange
Online and third-party gateway scenarios.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Apply reviewer suggestions: add ai-usage, remove microsoft.com reference, move section, reformat related content

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fixed heading

Removed 'Next steps' section from invitation email elements documentation.

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>

* Remove usage reports permission from AI reader (#2007)

Removed the ability to view Office 365 usage reports from the AI reader permissions.

* Adding missing closing brace from open on line 83 (#2004)

Line 83 has an if statement with an open brace but it never closes. Adding closing brace on line 175 as this seems like the only logical place for it.

* Revise source IP restoration guidance and roles (#2011)

* Revise source IP restoration guidance and roles

Updated notes on source IP restoration and role assignments for administrators. Clarified the impact of disabling Global Secure Access signaling on Conditional Access policies.

* Update link for Global Secure Access signaling

* Apply suggestions from code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Regan Downer <v-rdowner@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Fixed csanalyzer.ps1 script (#2012)

removed hidden characters and corrected parameter name

* Update secure-your-domain.md (#2013)

Add prerequisites that document the Microsoft Entra directory roles required to modify security settings for a Microsoft Entra Domain Services managed domain.

The update specifies that Application Administrator and Groups Administrator roles are required. It also clarifies that Azure RBAC permissions alone don't provide the directory-level permissions required to modify these settings.

---------

Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Ben Jenkins <140325164+Yebbenbe@users.noreply.github.com>
Co-authored-by: Diana Richards <v-dirichards@microsoft.com>
Co-authored-by: bubbletroubles <42738824+bubbletroubles@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service LearnBuild@microsoft.com>
Co-authored-by: jconley76 <100385591+jconley76@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>
Co-authored-by: Shawn Kupfer <60445862+ShawnKupfer@users.noreply.github.com>
Co-authored-by: Marc <MarcLaf@users.noreply.github.com>
Co-authored-by: Alexander Pavlovsky <alexpav@microsoft.com>
Co-authored-by: Regan Downer <v-rdowner@microsoft.com>
Co-authored-by: Tariq Jaber <64084421+tajaber@users.noreply.github.com>
Co-authored-by: DiyaSaadeh <44966771+DiyaSaadeh@users.noreply.github.com>
learn-build-service-prod Bot added a commit that referenced this pull request Jun 23, 2026
…s://github.com/MicrosoftDocs/entra-docs (branch main) (#13621)

* Added limitation clarity (#1903)

Clarify that the `memberOf` attribute cannot be used with other rules and operators, and add details about processing time and membership updates.

Co-authored-by: Diana Richards <v-dirichards@microsoft.com>

* Update What If tool documentation to remove references to preview (#2001)

* Update What If tool documentation to remove references to preview

* Updated with copilot suggestions.

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Add custom domain email requirements to B2B invitation email docs (#1994)

* Add custom domain email requirements to B2B invitation email docs

Add prerequisites section covering mail-enabled tenant requirements,
MOERA domain guidance, and DNS configuration (SPF, DKIM, DMARC) for
custom domain invitation emails. Includes guidance for both Exchange
Online and third-party gateway scenarios.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Apply reviewer suggestions: add ai-usage, remove microsoft.com reference, move section, reformat related content

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fixed heading

Removed 'Next steps' section from invitation email elements documentation.

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>

* Remove usage reports permission from AI reader (#2007)

Removed the ability to view Office 365 usage reports from the AI reader permissions.

* Adding missing closing brace from open on line 83 (#2004)

Line 83 has an if statement with an open brace but it never closes. Adding closing brace on line 175 as this seems like the only logical place for it.

* Revise source IP restoration guidance and roles (#2011)

* Revise source IP restoration guidance and roles

Updated notes on source IP restoration and role assignments for administrators. Clarified the impact of disabling Global Secure Access signaling on Conditional Access policies.

* Update link for Global Secure Access signaling

* Apply suggestions from code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Regan Downer <v-rdowner@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Fixed csanalyzer.ps1 script (#2012)

removed hidden characters and corrected parameter name

* Update secure-your-domain.md (#2013)

Add prerequisites that document the Microsoft Entra directory roles required to modify security settings for a Microsoft Entra Domain Services managed domain.

The update specifies that Application Administrator and Groups Administrator roles are required. It also clarifies that Azure RBAC permissions alone don't provide the directory-level permissions required to modify these settings.

* Remove 'Preview' label from approver details section (#2016)

---------

Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Ben Jenkins <140325164+Yebbenbe@users.noreply.github.com>
Co-authored-by: Diana Richards <v-dirichards@microsoft.com>
Co-authored-by: bubbletroubles <42738824+bubbletroubles@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service LearnBuild@microsoft.com>
Co-authored-by: jconley76 <100385591+jconley76@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>
Co-authored-by: Shawn Kupfer <60445862+ShawnKupfer@users.noreply.github.com>
Co-authored-by: Marc <MarcLaf@users.noreply.github.com>
Co-authored-by: Alexander Pavlovsky <alexpav@microsoft.com>
Co-authored-by: Regan Downer <v-rdowner@microsoft.com>
Co-authored-by: Tariq Jaber <64084421+tajaber@users.noreply.github.com>
Co-authored-by: DiyaSaadeh <44966771+DiyaSaadeh@users.noreply.github.com>
Co-authored-by: myra-ramdenbourg <108485108+myra-ramdenbourg@users.noreply.github.com>
learn-build-service-prod Bot added a commit that referenced this pull request Jun 23, 2026
…s://github.com/MicrosoftDocs/entra-docs (branch main) (#13628)

* Added limitation clarity (#1903)

Clarify that the `memberOf` attribute cannot be used with other rules and operators, and add details about processing time and membership updates.

Co-authored-by: Diana Richards <v-dirichards@microsoft.com>

* Update What If tool documentation to remove references to preview (#2001)

* Update What If tool documentation to remove references to preview

* Updated with copilot suggestions.

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Add custom domain email requirements to B2B invitation email docs (#1994)

* Add custom domain email requirements to B2B invitation email docs

Add prerequisites section covering mail-enabled tenant requirements,
MOERA domain guidance, and DNS configuration (SPF, DKIM, DMARC) for
custom domain invitation emails. Includes guidance for both Exchange
Online and third-party gateway scenarios.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Apply reviewer suggestions: add ai-usage, remove microsoft.com reference, move section, reformat related content

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fixed heading

Removed 'Next steps' section from invitation email elements documentation.

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>

* Remove usage reports permission from AI reader (#2007)

Removed the ability to view Office 365 usage reports from the AI reader permissions.

* Adding missing closing brace from open on line 83 (#2004)

Line 83 has an if statement with an open brace but it never closes. Adding closing brace on line 175 as this seems like the only logical place for it.

* Revise source IP restoration guidance and roles (#2011)

* Revise source IP restoration guidance and roles

Updated notes on source IP restoration and role assignments for administrators. Clarified the impact of disabling Global Secure Access signaling on Conditional Access policies.

* Update link for Global Secure Access signaling

* Apply suggestions from code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Regan Downer <v-rdowner@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Fixed csanalyzer.ps1 script (#2012)

removed hidden characters and corrected parameter name

* Update secure-your-domain.md (#2013)

Add prerequisites that document the Microsoft Entra directory roles required to modify security settings for a Microsoft Entra Domain Services managed domain.

The update specifies that Application Administrator and Groups Administrator roles are required. It also clarifies that Azure RBAC permissions alone don't provide the directory-level permissions required to modify these settings.

* Remove 'Preview' label from approver details section (#2016)

* Update video links for user provisioning in Entra ID (#1930)

* Update video links for user provisioning in Entra ID

Update incorrect names for videos

* fixing product name

---------

Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>

---------

Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Ben Jenkins <140325164+Yebbenbe@users.noreply.github.com>
Co-authored-by: Diana Richards <v-dirichards@microsoft.com>
Co-authored-by: bubbletroubles <42738824+bubbletroubles@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service LearnBuild@microsoft.com>
Co-authored-by: jconley76 <100385591+jconley76@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>
Co-authored-by: Shawn Kupfer <60445862+ShawnKupfer@users.noreply.github.com>
Co-authored-by: Marc <MarcLaf@users.noreply.github.com>
Co-authored-by: Alexander Pavlovsky <alexpav@microsoft.com>
Co-authored-by: Regan Downer <v-rdowner@microsoft.com>
Co-authored-by: Tariq Jaber <64084421+tajaber@users.noreply.github.com>
Co-authored-by: DiyaSaadeh <44966771+DiyaSaadeh@users.noreply.github.com>
Co-authored-by: myra-ramdenbourg <108485108+myra-ramdenbourg@users.noreply.github.com>
Co-authored-by: Kosta Kondaurov <11173634+miracle2come@users.noreply.github.com>
learn-build-service-prod Bot added a commit that referenced this pull request Jun 24, 2026
…s://github.com/MicrosoftDocs/entra-docs (branch main) (#13642)

* Added limitation clarity (#1903)

Clarify that the `memberOf` attribute cannot be used with other rules and operators, and add details about processing time and membership updates.

Co-authored-by: Diana Richards <v-dirichards@microsoft.com>

* Update What If tool documentation to remove references to preview (#2001)

* Update What If tool documentation to remove references to preview

* Updated with copilot suggestions.

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Add custom domain email requirements to B2B invitation email docs (#1994)

* Add custom domain email requirements to B2B invitation email docs

Add prerequisites section covering mail-enabled tenant requirements,
MOERA domain guidance, and DNS configuration (SPF, DKIM, DMARC) for
custom domain invitation emails. Includes guidance for both Exchange
Online and third-party gateway scenarios.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Apply reviewer suggestions: add ai-usage, remove microsoft.com reference, move section, reformat related content

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fixed heading

Removed 'Next steps' section from invitation email elements documentation.

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>

* Remove usage reports permission from AI reader (#2007)

Removed the ability to view Office 365 usage reports from the AI reader permissions.

* Adding missing closing brace from open on line 83 (#2004)

Line 83 has an if statement with an open brace but it never closes. Adding closing brace on line 175 as this seems like the only logical place for it.

* Revise source IP restoration guidance and roles (#2011)

* Revise source IP restoration guidance and roles

Updated notes on source IP restoration and role assignments for administrators. Clarified the impact of disabling Global Secure Access signaling on Conditional Access policies.

* Update link for Global Secure Access signaling

* Apply suggestions from code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Regan Downer <v-rdowner@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Fixed csanalyzer.ps1 script (#2012)

removed hidden characters and corrected parameter name

* Update secure-your-domain.md (#2013)

Add prerequisites that document the Microsoft Entra directory roles required to modify security settings for a Microsoft Entra Domain Services managed domain.

The update specifies that Application Administrator and Groups Administrator roles are required. It also clarifies that Azure RBAC permissions alone don't provide the directory-level permissions required to modify these settings.

* Remove 'Preview' label from approver details section (#2016)

* Update video links for user provisioning in Entra ID (#1930)

* Update video links for user provisioning in Entra ID

Update incorrect names for videos

* fixing product name

---------

Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>

* Update hardware requirements for Entra Connect server (#2015)

Clarified hardware requirements for Microsoft Entra Connect server and noted resource adjustments for remote SQL Server hosting.
Removed not appropriate statement if SQL is installed on the same server as Entra Connect Sync.

---------

Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Ben Jenkins <140325164+Yebbenbe@users.noreply.github.com>
Co-authored-by: Diana Richards <v-dirichards@microsoft.com>
Co-authored-by: bubbletroubles <42738824+bubbletroubles@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service LearnBuild@microsoft.com>
Co-authored-by: jconley76 <100385591+jconley76@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>
Co-authored-by: Shawn Kupfer <60445862+ShawnKupfer@users.noreply.github.com>
Co-authored-by: Marc <MarcLaf@users.noreply.github.com>
Co-authored-by: Alexander Pavlovsky <alexpav@microsoft.com>
Co-authored-by: Regan Downer <v-rdowner@microsoft.com>
Co-authored-by: Tariq Jaber <64084421+tajaber@users.noreply.github.com>
Co-authored-by: DiyaSaadeh <44966771+DiyaSaadeh@users.noreply.github.com>
Co-authored-by: myra-ramdenbourg <108485108+myra-ramdenbourg@users.noreply.github.com>
Co-authored-by: Kosta Kondaurov <11173634+miracle2come@users.noreply.github.com>
Co-authored-by: Akos Regi <59701513+akosre@users.noreply.github.com>
learn-build-service-prod Bot added a commit that referenced this pull request Jun 25, 2026
…s://github.com/MicrosoftDocs/entra-docs (branch main) (#13654)

* Added limitation clarity (#1903)

Clarify that the `memberOf` attribute cannot be used with other rules and operators, and add details about processing time and membership updates.

Co-authored-by: Diana Richards <v-dirichards@microsoft.com>

* Update What If tool documentation to remove references to preview (#2001)

* Update What If tool documentation to remove references to preview

* Updated with copilot suggestions.

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Add custom domain email requirements to B2B invitation email docs (#1994)

* Add custom domain email requirements to B2B invitation email docs

Add prerequisites section covering mail-enabled tenant requirements,
MOERA domain guidance, and DNS configuration (SPF, DKIM, DMARC) for
custom domain invitation emails. Includes guidance for both Exchange
Online and third-party gateway scenarios.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Apply reviewer suggestions: add ai-usage, remove microsoft.com reference, move section, reformat related content

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fixed heading

Removed 'Next steps' section from invitation email elements documentation.

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>

* Remove usage reports permission from AI reader (#2007)

Removed the ability to view Office 365 usage reports from the AI reader permissions.

* Adding missing closing brace from open on line 83 (#2004)

Line 83 has an if statement with an open brace but it never closes. Adding closing brace on line 175 as this seems like the only logical place for it.

* Revise source IP restoration guidance and roles (#2011)

* Revise source IP restoration guidance and roles

Updated notes on source IP restoration and role assignments for administrators. Clarified the impact of disabling Global Secure Access signaling on Conditional Access policies.

* Update link for Global Secure Access signaling

* Apply suggestions from code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Regan Downer <v-rdowner@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Fixed csanalyzer.ps1 script (#2012)

removed hidden characters and corrected parameter name

* Update secure-your-domain.md (#2013)

Add prerequisites that document the Microsoft Entra directory roles required to modify security settings for a Microsoft Entra Domain Services managed domain.

The update specifies that Application Administrator and Groups Administrator roles are required. It also clarifies that Azure RBAC permissions alone don't provide the directory-level permissions required to modify these settings.

* Remove 'Preview' label from approver details section (#2016)

* Update video links for user provisioning in Entra ID (#1930)

* Update video links for user provisioning in Entra ID

Update incorrect names for videos

* fixing product name

---------

Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>

* Update hardware requirements for Entra Connect server (#2015)

Clarified hardware requirements for Microsoft Entra Connect server and noted resource adjustments for remote SQL Server hosting.
Removed not appropriate statement if SQL is installed on the same server as Entra Connect Sync.

* Remove reference to Azure AD PowerShell (#1919)

* Update tshoot-connect-sso.md

Reference to Azure AD PowerShell is deprecated or possibly hallucinated and not required for troubleshooting.

* Apply suggestion from @omondiatieno

Co-authored-by: Jackline Omondi <57798781+omondiatieno@users.noreply.github.com>

---------

Co-authored-by: Jackline Omondi <57798781+omondiatieno@users.noreply.github.com>

---------

Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Ben Jenkins <140325164+Yebbenbe@users.noreply.github.com>
Co-authored-by: Diana Richards <v-dirichards@microsoft.com>
Co-authored-by: bubbletroubles <42738824+bubbletroubles@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service LearnBuild@microsoft.com>
Co-authored-by: jconley76 <100385591+jconley76@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>
Co-authored-by: Shawn Kupfer <60445862+ShawnKupfer@users.noreply.github.com>
Co-authored-by: Marc <MarcLaf@users.noreply.github.com>
Co-authored-by: Alexander Pavlovsky <alexpav@microsoft.com>
Co-authored-by: Regan Downer <v-rdowner@microsoft.com>
Co-authored-by: Tariq Jaber <64084421+tajaber@users.noreply.github.com>
Co-authored-by: DiyaSaadeh <44966771+DiyaSaadeh@users.noreply.github.com>
Co-authored-by: myra-ramdenbourg <108485108+myra-ramdenbourg@users.noreply.github.com>
Co-authored-by: Kosta Kondaurov <11173634+miracle2come@users.noreply.github.com>
Co-authored-by: Akos Regi <59701513+akosre@users.noreply.github.com>
Co-authored-by: Shannon Graybrook <552756+realslacker@users.noreply.github.com>
Co-authored-by: Jackline Omondi <57798781+omondiatieno@users.noreply.github.com>
learn-build-service-prod Bot added a commit that referenced this pull request Jun 25, 2026
…s://github.com/MicrosoftDocs/entra-docs (branch main) (#13660)

* Added limitation clarity (#1903)

Clarify that the `memberOf` attribute cannot be used with other rules and operators, and add details about processing time and membership updates.

Co-authored-by: Diana Richards <v-dirichards@microsoft.com>

* Update What If tool documentation to remove references to preview (#2001)

* Update What If tool documentation to remove references to preview

* Updated with copilot suggestions.

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Add custom domain email requirements to B2B invitation email docs (#1994)

* Add custom domain email requirements to B2B invitation email docs

Add prerequisites section covering mail-enabled tenant requirements,
MOERA domain guidance, and DNS configuration (SPF, DKIM, DMARC) for
custom domain invitation emails. Includes guidance for both Exchange
Online and third-party gateway scenarios.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Apply reviewer suggestions: add ai-usage, remove microsoft.com reference, move section, reformat related content

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fixed heading

Removed 'Next steps' section from invitation email elements documentation.

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>

* Remove usage reports permission from AI reader (#2007)

Removed the ability to view Office 365 usage reports from the AI reader permissions.

* Adding missing closing brace from open on line 83 (#2004)

Line 83 has an if statement with an open brace but it never closes. Adding closing brace on line 175 as this seems like the only logical place for it.

* Revise source IP restoration guidance and roles (#2011)

* Revise source IP restoration guidance and roles

Updated notes on source IP restoration and role assignments for administrators. Clarified the impact of disabling Global Secure Access signaling on Conditional Access policies.

* Update link for Global Secure Access signaling

* Apply suggestions from code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Regan Downer <v-rdowner@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Fixed csanalyzer.ps1 script (#2012)

removed hidden characters and corrected parameter name

* Update secure-your-domain.md (#2013)

Add prerequisites that document the Microsoft Entra directory roles required to modify security settings for a Microsoft Entra Domain Services managed domain.

The update specifies that Application Administrator and Groups Administrator roles are required. It also clarifies that Azure RBAC permissions alone don't provide the directory-level permissions required to modify these settings.

* Remove 'Preview' label from approver details section (#2016)

* Update video links for user provisioning in Entra ID (#1930)

* Update video links for user provisioning in Entra ID

Update incorrect names for videos

* fixing product name

---------

Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>

* Update hardware requirements for Entra Connect server (#2015)

Clarified hardware requirements for Microsoft Entra Connect server and noted resource adjustments for remote SQL Server hosting.
Removed not appropriate statement if SQL is installed on the same server as Entra Connect Sync.

* Remove reference to Azure AD PowerShell (#1919)

* Update tshoot-connect-sso.md

Reference to Azure AD PowerShell is deprecated or possibly hallucinated and not required for troubleshooting.

* Apply suggestion from @omondiatieno

Co-authored-by: Jackline Omondi <57798781+omondiatieno@users.noreply.github.com>

---------

Co-authored-by: Jackline Omondi <57798781+omondiatieno@users.noreply.github.com>

---------

Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Ben Jenkins <140325164+Yebbenbe@users.noreply.github.com>
Co-authored-by: Diana Richards <v-dirichards@microsoft.com>
Co-authored-by: bubbletroubles <42738824+bubbletroubles@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service LearnBuild@microsoft.com>
Co-authored-by: jconley76 <100385591+jconley76@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>
Co-authored-by: Shawn Kupfer <60445862+ShawnKupfer@users.noreply.github.com>
Co-authored-by: Marc <MarcLaf@users.noreply.github.com>
Co-authored-by: Alexander Pavlovsky <alexpav@microsoft.com>
Co-authored-by: Regan Downer <v-rdowner@microsoft.com>
Co-authored-by: Tariq Jaber <64084421+tajaber@users.noreply.github.com>
Co-authored-by: DiyaSaadeh <44966771+DiyaSaadeh@users.noreply.github.com>
Co-authored-by: myra-ramdenbourg <108485108+myra-ramdenbourg@users.noreply.github.com>
Co-authored-by: Kosta Kondaurov <11173634+miracle2come@users.noreply.github.com>
Co-authored-by: Akos Regi <59701513+akosre@users.noreply.github.com>
Co-authored-by: Shannon Graybrook <552756+realslacker@users.noreply.github.com>
Co-authored-by: Jackline Omondi <57798781+omondiatieno@users.noreply.github.com>
learn-build-service-prod Bot added a commit that referenced this pull request Jun 26, 2026
…s://github.com/MicrosoftDocs/entra-docs (branch main) (#13679)

* Added limitation clarity (#1903)

Clarify that the `memberOf` attribute cannot be used with other rules and operators, and add details about processing time and membership updates.

Co-authored-by: Diana Richards <v-dirichards@microsoft.com>

* Update What If tool documentation to remove references to preview (#2001)

* Update What If tool documentation to remove references to preview

* Updated with copilot suggestions.

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Add custom domain email requirements to B2B invitation email docs (#1994)

* Add custom domain email requirements to B2B invitation email docs

Add prerequisites section covering mail-enabled tenant requirements,
MOERA domain guidance, and DNS configuration (SPF, DKIM, DMARC) for
custom domain invitation emails. Includes guidance for both Exchange
Online and third-party gateway scenarios.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Apply reviewer suggestions: add ai-usage, remove microsoft.com reference, move section, reformat related content

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fixed heading

Removed 'Next steps' section from invitation email elements documentation.

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>

* Remove usage reports permission from AI reader (#2007)

Removed the ability to view Office 365 usage reports from the AI reader permissions.

* Adding missing closing brace from open on line 83 (#2004)

Line 83 has an if statement with an open brace but it never closes. Adding closing brace on line 175 as this seems like the only logical place for it.

* Revise source IP restoration guidance and roles (#2011)

* Revise source IP restoration guidance and roles

Updated notes on source IP restoration and role assignments for administrators. Clarified the impact of disabling Global Secure Access signaling on Conditional Access policies.

* Update link for Global Secure Access signaling

* Apply suggestions from code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Regan Downer <v-rdowner@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Fixed csanalyzer.ps1 script (#2012)

removed hidden characters and corrected parameter name

* Update secure-your-domain.md (#2013)

Add prerequisites that document the Microsoft Entra directory roles required to modify security settings for a Microsoft Entra Domain Services managed domain.

The update specifies that Application Administrator and Groups Administrator roles are required. It also clarifies that Azure RBAC permissions alone don't provide the directory-level permissions required to modify these settings.

* Remove 'Preview' label from approver details section (#2016)

* Update video links for user provisioning in Entra ID (#1930)

* Update video links for user provisioning in Entra ID

Update incorrect names for videos

* fixing product name

---------

Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>

* Update hardware requirements for Entra Connect server (#2015)

Clarified hardware requirements for Microsoft Entra Connect server and noted resource adjustments for remote SQL Server hosting.
Removed not appropriate statement if SQL is installed on the same server as Entra Connect Sync.

* Remove reference to Azure AD PowerShell (#1919)

* Update tshoot-connect-sso.md

Reference to Azure AD PowerShell is deprecated or possibly hallucinated and not required for troubleshooting.

* Apply suggestion from @omondiatieno

Co-authored-by: Jackline Omondi <57798781+omondiatieno@users.noreply.github.com>

---------

Co-authored-by: Jackline Omondi <57798781+omondiatieno@users.noreply.github.com>

* fix: update deprecated Microsoft Docs links (#2019)

Co-authored-by: Gowrisha C. Vishwa Kumar <gowrish@gcvs-mbp.speedport.ip>

---------

Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Ben Jenkins <140325164+Yebbenbe@users.noreply.github.com>
Co-authored-by: Diana Richards <v-dirichards@microsoft.com>
Co-authored-by: bubbletroubles <42738824+bubbletroubles@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service LearnBuild@microsoft.com>
Co-authored-by: jconley76 <100385591+jconley76@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>
Co-authored-by: Shawn Kupfer <60445862+ShawnKupfer@users.noreply.github.com>
Co-authored-by: Marc <MarcLaf@users.noreply.github.com>
Co-authored-by: Alexander Pavlovsky <alexpav@microsoft.com>
Co-authored-by: Regan Downer <v-rdowner@microsoft.com>
Co-authored-by: Tariq Jaber <64084421+tajaber@users.noreply.github.com>
Co-authored-by: DiyaSaadeh <44966771+DiyaSaadeh@users.noreply.github.com>
Co-authored-by: myra-ramdenbourg <108485108+myra-ramdenbourg@users.noreply.github.com>
Co-authored-by: Kosta Kondaurov <11173634+miracle2come@users.noreply.github.com>
Co-authored-by: Akos Regi <59701513+akosre@users.noreply.github.com>
Co-authored-by: Shannon Graybrook <552756+realslacker@users.noreply.github.com>
Co-authored-by: Jackline Omondi <57798781+omondiatieno@users.noreply.github.com>
Co-authored-by: Gowrisha C. Vishwa Kumar <97154030+gowrishacv@users.noreply.github.com>
Co-authored-by: Gowrisha C. Vishwa Kumar <gowrish@gcvs-mbp.speedport.ip>
learn-build-service-prod Bot added a commit that referenced this pull request Jun 29, 2026
…s://github.com/MicrosoftDocs/entra-docs (branch main) (#13697)

* Added limitation clarity (#1903)

Clarify that the `memberOf` attribute cannot be used with other rules and operators, and add details about processing time and membership updates.

Co-authored-by: Diana Richards <v-dirichards@microsoft.com>

* Update What If tool documentation to remove references to preview (#2001)

* Update What If tool documentation to remove references to preview

* Updated with copilot suggestions.

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Add custom domain email requirements to B2B invitation email docs (#1994)

* Add custom domain email requirements to B2B invitation email docs

Add prerequisites section covering mail-enabled tenant requirements,
MOERA domain guidance, and DNS configuration (SPF, DKIM, DMARC) for
custom domain invitation emails. Includes guidance for both Exchange
Online and third-party gateway scenarios.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Apply reviewer suggestions: add ai-usage, remove microsoft.com reference, move section, reformat related content

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fixed heading

Removed 'Next steps' section from invitation email elements documentation.

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>

* Remove usage reports permission from AI reader (#2007)

Removed the ability to view Office 365 usage reports from the AI reader permissions.

* Adding missing closing brace from open on line 83 (#2004)

Line 83 has an if statement with an open brace but it never closes. Adding closing brace on line 175 as this seems like the only logical place for it.

* Revise source IP restoration guidance and roles (#2011)

* Revise source IP restoration guidance and roles

Updated notes on source IP restoration and role assignments for administrators. Clarified the impact of disabling Global Secure Access signaling on Conditional Access policies.

* Update link for Global Secure Access signaling

* Apply suggestions from code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Regan Downer <v-rdowner@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Fixed csanalyzer.ps1 script (#2012)

removed hidden characters and corrected parameter name

* Update secure-your-domain.md (#2013)

Add prerequisites that document the Microsoft Entra directory roles required to modify security settings for a Microsoft Entra Domain Services managed domain.

The update specifies that Application Administrator and Groups Administrator roles are required. It also clarifies that Azure RBAC permissions alone don't provide the directory-level permissions required to modify these settings.

* Remove 'Preview' label from approver details section (#2016)

* Update video links for user provisioning in Entra ID (#1930)

* Update video links for user provisioning in Entra ID

Update incorrect names for videos

* fixing product name

---------

Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>

* Update hardware requirements for Entra Connect server (#2015)

Clarified hardware requirements for Microsoft Entra Connect server and noted resource adjustments for remote SQL Server hosting.
Removed not appropriate statement if SQL is installed on the same server as Entra Connect Sync.

* Remove reference to Azure AD PowerShell (#1919)

* Update tshoot-connect-sso.md

Reference to Azure AD PowerShell is deprecated or possibly hallucinated and not required for troubleshooting.

* Apply suggestion from @omondiatieno

Co-authored-by: Jackline Omondi <57798781+omondiatieno@users.noreply.github.com>

---------

Co-authored-by: Jackline Omondi <57798781+omondiatieno@users.noreply.github.com>

* fix: update deprecated Microsoft Docs links (#2019)

Co-authored-by: Gowrisha C. Vishwa Kumar <gowrish@gcvs-mbp.speedport.ip>

* Removed Power BI MTO limitation - MTO is GA in Power BI and Fabric (#2022)

Co-authored-by: Sruly Taber <srulyt@microsoft.com>

---------

Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Ben Jenkins <140325164+Yebbenbe@users.noreply.github.com>
Co-authored-by: Diana Richards <v-dirichards@microsoft.com>
Co-authored-by: bubbletroubles <42738824+bubbletroubles@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service LearnBuild@microsoft.com>
Co-authored-by: jconley76 <100385591+jconley76@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>
Co-authored-by: Shawn Kupfer <60445862+ShawnKupfer@users.noreply.github.com>
Co-authored-by: Marc <MarcLaf@users.noreply.github.com>
Co-authored-by: Alexander Pavlovsky <alexpav@microsoft.com>
Co-authored-by: Regan Downer <v-rdowner@microsoft.com>
Co-authored-by: Tariq Jaber <64084421+tajaber@users.noreply.github.com>
Co-authored-by: DiyaSaadeh <44966771+DiyaSaadeh@users.noreply.github.com>
Co-authored-by: myra-ramdenbourg <108485108+myra-ramdenbourg@users.noreply.github.com>
Co-authored-by: Kosta Kondaurov <11173634+miracle2come@users.noreply.github.com>
Co-authored-by: Akos Regi <59701513+akosre@users.noreply.github.com>
Co-authored-by: Shannon Graybrook <552756+realslacker@users.noreply.github.com>
Co-authored-by: Jackline Omondi <57798781+omondiatieno@users.noreply.github.com>
Co-authored-by: Gowrisha C. Vishwa Kumar <97154030+gowrishacv@users.noreply.github.com>
Co-authored-by: Gowrisha C. Vishwa Kumar <gowrish@gcvs-mbp.speedport.ip>
Co-authored-by: Sruly Taber <sruly@thetabers.com>
Co-authored-by: Sruly Taber <srulyt@microsoft.com>
learn-build-service-prod Bot added a commit that referenced this pull request Jun 30, 2026
…s://github.com/MicrosoftDocs/entra-docs (branch main) (#13711)

* Added limitation clarity (#1903)

Clarify that the `memberOf` attribute cannot be used with other rules and operators, and add details about processing time and membership updates.

Co-authored-by: Diana Richards <v-dirichards@microsoft.com>

* Update What If tool documentation to remove references to preview (#2001)

* Update What If tool documentation to remove references to preview

* Updated with copilot suggestions.

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Add custom domain email requirements to B2B invitation email docs (#1994)

* Add custom domain email requirements to B2B invitation email docs

Add prerequisites section covering mail-enabled tenant requirements,
MOERA domain guidance, and DNS configuration (SPF, DKIM, DMARC) for
custom domain invitation emails. Includes guidance for both Exchange
Online and third-party gateway scenarios.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Apply reviewer suggestions: add ai-usage, remove microsoft.com reference, move section, reformat related content

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fixed heading

Removed 'Next steps' section from invitation email elements documentation.

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>

* Remove usage reports permission from AI reader (#2007)

Removed the ability to view Office 365 usage reports from the AI reader permissions.

* Adding missing closing brace from open on line 83 (#2004)

Line 83 has an if statement with an open brace but it never closes. Adding closing brace on line 175 as this seems like the only logical place for it.

* Revise source IP restoration guidance and roles (#2011)

* Revise source IP restoration guidance and roles

Updated notes on source IP restoration and role assignments for administrators. Clarified the impact of disabling Global Secure Access signaling on Conditional Access policies.

* Update link for Global Secure Access signaling

* Apply suggestions from code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Regan Downer <v-rdowner@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Fixed csanalyzer.ps1 script (#2012)

removed hidden characters and corrected parameter name

* Update secure-your-domain.md (#2013)

Add prerequisites that document the Microsoft Entra directory roles required to modify security settings for a Microsoft Entra Domain Services managed domain.

The update specifies that Application Administrator and Groups Administrator roles are required. It also clarifies that Azure RBAC permissions alone don't provide the directory-level permissions required to modify these settings.

* Remove 'Preview' label from approver details section (#2016)

* Update video links for user provisioning in Entra ID (#1930)

* Update video links for user provisioning in Entra ID

Update incorrect names for videos

* fixing product name

---------

Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>

* Update hardware requirements for Entra Connect server (#2015)

Clarified hardware requirements for Microsoft Entra Connect server and noted resource adjustments for remote SQL Server hosting.
Removed not appropriate statement if SQL is installed on the same server as Entra Connect Sync.

* Remove reference to Azure AD PowerShell (#1919)

* Update tshoot-connect-sso.md

Reference to Azure AD PowerShell is deprecated or possibly hallucinated and not required for troubleshooting.

* Apply suggestion from @omondiatieno

Co-authored-by: Jackline Omondi <57798781+omondiatieno@users.noreply.github.com>

---------

Co-authored-by: Jackline Omondi <57798781+omondiatieno@users.noreply.github.com>

* fix: update deprecated Microsoft Docs links (#2019)

Co-authored-by: Gowrisha C. Vishwa Kumar <gowrish@gcvs-mbp.speedport.ip>

* Removed Power BI MTO limitation - MTO is GA in Power BI and Fabric (#2022)

Co-authored-by: Sruly Taber <srulyt@microsoft.com>

* Update harness-provisioning-tutorial.md (#2010)

* Update harness-provisioning-tutorial.md

Update screenshots, add appropriate explanation and improve structure

* Remove firstgen reference

* Remove extra space

* Update image link

* Address review comments

* Refine API token generation and provisioning steps

Updated instructions for generating an API token and editing provisioning properties. Minor formatting and wording adjustments for clarity.

---------

Co-authored-by: Smriti Satyanarayana <smriti.satyanarayana@harness.io>
Co-authored-by: Regan Downer <v-rdowner@microsoft.com>

---------

Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Ben Jenkins <140325164+Yebbenbe@users.noreply.github.com>
Co-authored-by: Diana Richards <v-dirichards@microsoft.com>
Co-authored-by: bubbletroubles <42738824+bubbletroubles@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service LearnBuild@microsoft.com>
Co-authored-by: jconley76 <100385591+jconley76@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>
Co-authored-by: Shawn Kupfer <60445862+ShawnKupfer@users.noreply.github.com>
Co-authored-by: Marc <MarcLaf@users.noreply.github.com>
Co-authored-by: Alexander Pavlovsky <alexpav@microsoft.com>
Co-authored-by: Regan Downer <v-rdowner@microsoft.com>
Co-authored-by: Tariq Jaber <64084421+tajaber@users.noreply.github.com>
Co-authored-by: DiyaSaadeh <44966771+DiyaSaadeh@users.noreply.github.com>
Co-authored-by: myra-ramdenbourg <108485108+myra-ramdenbourg@users.noreply.github.com>
Co-authored-by: Kosta Kondaurov <11173634+miracle2come@users.noreply.github.com>
Co-authored-by: Akos Regi <59701513+akosre@users.noreply.github.com>
Co-authored-by: Shannon Graybrook <552756+realslacker@users.noreply.github.com>
Co-authored-by: Jackline Omondi <57798781+omondiatieno@users.noreply.github.com>
Co-authored-by: Gowrisha C. Vishwa Kumar <97154030+gowrishacv@users.noreply.github.com>
Co-authored-by: Gowrisha C. Vishwa Kumar <gowrish@gcvs-mbp.speedport.ip>
Co-authored-by: Sruly Taber <sruly@thetabers.com>
Co-authored-by: Sruly Taber <srulyt@microsoft.com>
Co-authored-by: Smriti S <35428245+SmritiSatyan@users.noreply.github.com>
Co-authored-by: Smriti Satyanarayana <smriti.satyanarayana@harness.io>
learn-build-service-prod Bot added a commit that referenced this pull request Jun 30, 2026
…s://github.com/MicrosoftDocs/entra-docs (branch main) (#13717)

* Added limitation clarity (#1903)

Clarify that the `memberOf` attribute cannot be used with other rules and operators, and add details about processing time and membership updates.

Co-authored-by: Diana Richards <v-dirichards@microsoft.com>

* Update What If tool documentation to remove references to preview (#2001)

* Update What If tool documentation to remove references to preview

* Updated with copilot suggestions.

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Add custom domain email requirements to B2B invitation email docs (#1994)

* Add custom domain email requirements to B2B invitation email docs

Add prerequisites section covering mail-enabled tenant requirements,
MOERA domain guidance, and DNS configuration (SPF, DKIM, DMARC) for
custom domain invitation emails. Includes guidance for both Exchange
Online and third-party gateway scenarios.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Apply reviewer suggestions: add ai-usage, remove microsoft.com reference, move section, reformat related content

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fixed heading

Removed 'Next steps' section from invitation email elements documentation.

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>

* Remove usage reports permission from AI reader (#2007)

Removed the ability to view Office 365 usage reports from the AI reader permissions.

* Adding missing closing brace from open on line 83 (#2004)

Line 83 has an if statement with an open brace but it never closes. Adding closing brace on line 175 as this seems like the only logical place for it.

* Revise source IP restoration guidance and roles (#2011)

* Revise source IP restoration guidance and roles

Updated notes on source IP restoration and role assignments for administrators. Clarified the impact of disabling Global Secure Access signaling on Conditional Access policies.

* Update link for Global Secure Access signaling

* Apply suggestions from code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Regan Downer <v-rdowner@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Fixed csanalyzer.ps1 script (#2012)

removed hidden characters and corrected parameter name

* Update secure-your-domain.md (#2013)

Add prerequisites that document the Microsoft Entra directory roles required to modify security settings for a Microsoft Entra Domain Services managed domain.

The update specifies that Application Administrator and Groups Administrator roles are required. It also clarifies that Azure RBAC permissions alone don't provide the directory-level permissions required to modify these settings.

* Remove 'Preview' label from approver details section (#2016)

* Update video links for user provisioning in Entra ID (#1930)

* Update video links for user provisioning in Entra ID

Update incorrect names for videos

* fixing product name

---------

Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>

* Update hardware requirements for Entra Connect server (#2015)

Clarified hardware requirements for Microsoft Entra Connect server and noted resource adjustments for remote SQL Server hosting.
Removed not appropriate statement if SQL is installed on the same server as Entra Connect Sync.

* Remove reference to Azure AD PowerShell (#1919)

* Update tshoot-connect-sso.md

Reference to Azure AD PowerShell is deprecated or possibly hallucinated and not required for troubleshooting.

* Apply suggestion from @omondiatieno

Co-authored-by: Jackline Omondi <57798781+omondiatieno@users.noreply.github.com>

---------

Co-authored-by: Jackline Omondi <57798781+omondiatieno@users.noreply.github.com>

* fix: update deprecated Microsoft Docs links (#2019)

Co-authored-by: Gowrisha C. Vishwa Kumar <gowrish@gcvs-mbp.speedport.ip>

* Removed Power BI MTO limitation - MTO is GA in Power BI and Fabric (#2022)

Co-authored-by: Sruly Taber <srulyt@microsoft.com>

* Update harness-provisioning-tutorial.md (#2010)

* Update harness-provisioning-tutorial.md

Update screenshots, add appropriate explanation and improve structure

* Remove firstgen reference

* Remove extra space

* Update image link

* Address review comments

* Refine API token generation and provisioning steps

Updated instructions for generating an API token and editing provisioning properties. Minor formatting and wording adjustments for clarity.

---------

Co-authored-by: Smriti Satyanarayana <smriti.satyanarayana@harness.io>
Co-authored-by: Regan Downer <v-rdowner@microsoft.com>

---------

Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Ben Jenkins <140325164+Yebbenbe@users.noreply.github.com>
Co-authored-by: Diana Richards <v-dirichards@microsoft.com>
Co-authored-by: bubbletroubles <42738824+bubbletroubles@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service LearnBuild@microsoft.com>
Co-authored-by: jconley76 <100385591+jconley76@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>
Co-authored-by: Shawn Kupfer <60445862+ShawnKupfer@users.noreply.github.com>
Co-authored-by: Marc <MarcLaf@users.noreply.github.com>
Co-authored-by: Alexander Pavlovsky <alexpav@microsoft.com>
Co-authored-by: Regan Downer <v-rdowner@microsoft.com>
Co-authored-by: Tariq Jaber <64084421+tajaber@users.noreply.github.com>
Co-authored-by: DiyaSaadeh <44966771+DiyaSaadeh@users.noreply.github.com>
Co-authored-by: myra-ramdenbourg <108485108+myra-ramdenbourg@users.noreply.github.com>
Co-authored-by: Kosta Kondaurov <11173634+miracle2come@users.noreply.github.com>
Co-authored-by: Akos Regi <59701513+akosre@users.noreply.github.com>
Co-authored-by: Shannon Graybrook <552756+realslacker@users.noreply.github.com>
Co-authored-by: Jackline Omondi <57798781+omondiatieno@users.noreply.github.com>
Co-authored-by: Gowrisha C. Vishwa Kumar <97154030+gowrishacv@users.noreply.github.com>
Co-authored-by: Gowrisha C. Vishwa Kumar <gowrish@gcvs-mbp.speedport.ip>
Co-authored-by: Sruly Taber <sruly@thetabers.com>
Co-authored-by: Sruly Taber <srulyt@microsoft.com>
Co-authored-by: Smriti S <35428245+SmritiSatyan@users.noreply.github.com>
Co-authored-by: Smriti Satyanarayana <smriti.satyanarayana@harness.io>
learn-build-service-prod Bot added a commit that referenced this pull request Jul 6, 2026
…s://github.com/MicrosoftDocs/entra-docs (branch main) (#13778)

* Added limitation clarity (#1903)

Clarify that the `memberOf` attribute cannot be used with other rules and operators, and add details about processing time and membership updates.

Co-authored-by: Diana Richards <v-dirichards@microsoft.com>

* Update What If tool documentation to remove references to preview (#2001)

* Update What If tool documentation to remove references to preview

* Updated with copilot suggestions.

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Add custom domain email requirements to B2B invitation email docs (#1994)

* Add custom domain email requirements to B2B invitation email docs

Add prerequisites section covering mail-enabled tenant requirements,
MOERA domain guidance, and DNS configuration (SPF, DKIM, DMARC) for
custom domain invitation emails. Includes guidance for both Exchange
Online and third-party gateway scenarios.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Apply reviewer suggestions: add ai-usage, remove microsoft.com reference, move section, reformat related content

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fixed heading

Removed 'Next steps' section from invitation email elements documentation.

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>

* Remove usage reports permission from AI reader (#2007)

Removed the ability to view Office 365 usage reports from the AI reader permissions.

* Adding missing closing brace from open on line 83 (#2004)

Line 83 has an if statement with an open brace but it never closes. Adding closing brace on line 175 as this seems like the only logical place for it.

* Revise source IP restoration guidance and roles (#2011)

* Revise source IP restoration guidance and roles

Updated notes on source IP restoration and role assignments for administrators. Clarified the impact of disabling Global Secure Access signaling on Conditional Access policies.

* Update link for Global Secure Access signaling

* Apply suggestions from code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Regan Downer <v-rdowner@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Fixed csanalyzer.ps1 script (#2012)

removed hidden characters and corrected parameter name

* Update secure-your-domain.md (#2013)

Add prerequisites that document the Microsoft Entra directory roles required to modify security settings for a Microsoft Entra Domain Services managed domain.

The update specifies that Application Administrator and Groups Administrator roles are required. It also clarifies that Azure RBAC permissions alone don't provide the directory-level permissions required to modify these settings.

* Remove 'Preview' label from approver details section (#2016)

* Update video links for user provisioning in Entra ID (#1930)

* Update video links for user provisioning in Entra ID

Update incorrect names for videos

* fixing product name

---------

Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>

* Update hardware requirements for Entra Connect server (#2015)

Clarified hardware requirements for Microsoft Entra Connect server and noted resource adjustments for remote SQL Server hosting.
Removed not appropriate statement if SQL is installed on the same server as Entra Connect Sync.

* Remove reference to Azure AD PowerShell (#1919)

* Update tshoot-connect-sso.md

Reference to Azure AD PowerShell is deprecated or possibly hallucinated and not required for troubleshooting.

* Apply suggestion from @omondiatieno

Co-authored-by: Jackline Omondi <57798781+omondiatieno@users.noreply.github.com>

---------

Co-authored-by: Jackline Omondi <57798781+omondiatieno@users.noreply.github.com>

* fix: update deprecated Microsoft Docs links (#2019)

Co-authored-by: Gowrisha C. Vishwa Kumar <gowrish@gcvs-mbp.speedport.ip>

* Removed Power BI MTO limitation - MTO is GA in Power BI and Fabric (#2022)

Co-authored-by: Sruly Taber <srulyt@microsoft.com>

* Update harness-provisioning-tutorial.md (#2010)

* Update harness-provisioning-tutorial.md

Update screenshots, add appropriate explanation and improve structure

* Remove firstgen reference

* Remove extra space

* Update image link

* Address review comments

* Refine API token generation and provisioning steps

Updated instructions for generating an API token and editing provisioning properties. Minor formatting and wording adjustments for clarity.

---------

Co-authored-by: Smriti Satyanarayana <smriti.satyanarayana@harness.io>
Co-authored-by: Regan Downer <v-rdowner@microsoft.com>

* Fix extra space and grammar in broker definition (#2030)

* Update reviewers and enhance MFA self-enforcement details (#2028)

* Update reviewers and enhance MFA self-enforcement details

Added a second reviewer for the document and clarified the self-enforcement of MFA with Azure Policy modes.

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Ben Jenkins <140325164+Yebbenbe@users.noreply.github.com>
Co-authored-by: Diana Richards <v-dirichards@microsoft.com>
Co-authored-by: bubbletroubles <42738824+bubbletroubles@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service LearnBuild@microsoft.com>
Co-authored-by: jconley76 <100385591+jconley76@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>
Co-authored-by: Shawn Kupfer <60445862+ShawnKupfer@users.noreply.github.com>
Co-authored-by: Marc <MarcLaf@users.noreply.github.com>
Co-authored-by: Alexander Pavlovsky <alexpav@microsoft.com>
Co-authored-by: Regan Downer <v-rdowner@microsoft.com>
Co-authored-by: Tariq Jaber <64084421+tajaber@users.noreply.github.com>
Co-authored-by: DiyaSaadeh <44966771+DiyaSaadeh@users.noreply.github.com>
Co-authored-by: myra-ramdenbourg <108485108+myra-ramdenbourg@users.noreply.github.com>
Co-authored-by: Kosta Kondaurov <11173634+miracle2come@users.noreply.github.com>
Co-authored-by: Akos Regi <59701513+akosre@users.noreply.github.com>
Co-authored-by: Shannon Graybrook <552756+realslacker@users.noreply.github.com>
Co-authored-by: Jackline Omondi <57798781+omondiatieno@users.noreply.github.com>
Co-authored-by: Gowrisha C. Vishwa Kumar <97154030+gowrishacv@users.noreply.github.com>
Co-authored-by: Gowrisha C. Vishwa Kumar <gowrish@gcvs-mbp.speedport.ip>
Co-authored-by: Sruly Taber <sruly@thetabers.com>
Co-authored-by: Sruly Taber <srulyt@microsoft.com>
Co-authored-by: Smriti S <35428245+SmritiSatyan@users.noreply.github.com>
Co-authored-by: Smriti Satyanarayana <smriti.satyanarayana@harness.io>
Co-authored-by: Ben Hecht <benjamin.hecht@gmail.com>
Co-authored-by: nehakulkarni123 <70352273+nehakulkarni123@users.noreply.github.com>
learn-build-service-prod Bot added a commit that referenced this pull request Jul 6, 2026
…s://github.com/MicrosoftDocs/entra-docs (branch main) (#13781)

* Added limitation clarity (#1903)

Clarify that the `memberOf` attribute cannot be used with other rules and operators, and add details about processing time and membership updates.

Co-authored-by: Diana Richards <v-dirichards@microsoft.com>

* Update What If tool documentation to remove references to preview (#2001)

* Update What If tool documentation to remove references to preview

* Updated with copilot suggestions.

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Add custom domain email requirements to B2B invitation email docs (#1994)

* Add custom domain email requirements to B2B invitation email docs

Add prerequisites section covering mail-enabled tenant requirements,
MOERA domain guidance, and DNS configuration (SPF, DKIM, DMARC) for
custom domain invitation emails. Includes guidance for both Exchange
Online and third-party gateway scenarios.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Apply reviewer suggestions: add ai-usage, remove microsoft.com reference, move section, reformat related content

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fixed heading

Removed 'Next steps' section from invitation email elements documentation.

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>

* Remove usage reports permission from AI reader (#2007)

Removed the ability to view Office 365 usage reports from the AI reader permissions.

* Adding missing closing brace from open on line 83 (#2004)

Line 83 has an if statement with an open brace but it never closes. Adding closing brace on line 175 as this seems like the only logical place for it.

* Revise source IP restoration guidance and roles (#2011)

* Revise source IP restoration guidance and roles

Updated notes on source IP restoration and role assignments for administrators. Clarified the impact of disabling Global Secure Access signaling on Conditional Access policies.

* Update link for Global Secure Access signaling

* Apply suggestions from code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Regan Downer <v-rdowner@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Fixed csanalyzer.ps1 script (#2012)

removed hidden characters and corrected parameter name

* Update secure-your-domain.md (#2013)

Add prerequisites that document the Microsoft Entra directory roles required to modify security settings for a Microsoft Entra Domain Services managed domain.

The update specifies that Application Administrator and Groups Administrator roles are required. It also clarifies that Azure RBAC permissions alone don't provide the directory-level permissions required to modify these settings.

* Remove 'Preview' label from approver details section (#2016)

* Update video links for user provisioning in Entra ID (#1930)

* Update video links for user provisioning in Entra ID

Update incorrect names for videos

* fixing product name

---------

Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>

* Update hardware requirements for Entra Connect server (#2015)

Clarified hardware requirements for Microsoft Entra Connect server and noted resource adjustments for remote SQL Server hosting.
Removed not appropriate statement if SQL is installed on the same server as Entra Connect Sync.

* Remove reference to Azure AD PowerShell (#1919)

* Update tshoot-connect-sso.md

Reference to Azure AD PowerShell is deprecated or possibly hallucinated and not required for troubleshooting.

* Apply suggestion from @omondiatieno

Co-authored-by: Jackline Omondi <57798781+omondiatieno@users.noreply.github.com>

---------

Co-authored-by: Jackline Omondi <57798781+omondiatieno@users.noreply.github.com>

* fix: update deprecated Microsoft Docs links (#2019)

Co-authored-by: Gowrisha C. Vishwa Kumar <gowrish@gcvs-mbp.speedport.ip>

* Removed Power BI MTO limitation - MTO is GA in Power BI and Fabric (#2022)

Co-authored-by: Sruly Taber <srulyt@microsoft.com>

* Update harness-provisioning-tutorial.md (#2010)

* Update harness-provisioning-tutorial.md

Update screenshots, add appropriate explanation and improve structure

* Remove firstgen reference

* Remove extra space

* Update image link

* Address review comments

* Refine API token generation and provisioning steps

Updated instructions for generating an API token and editing provisioning properties. Minor formatting and wording adjustments for clarity.

---------

Co-authored-by: Smriti Satyanarayana <smriti.satyanarayana@harness.io>
Co-authored-by: Regan Downer <v-rdowner@microsoft.com>

* Fix extra space and grammar in broker definition (#2030)

* Update reviewers and enhance MFA self-enforcement details (#2028)

* Update reviewers and enhance MFA self-enforcement details

Added a second reviewer for the document and clarified the self-enforcement of MFA with Azure Policy modes.

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Ben Jenkins <140325164+Yebbenbe@users.noreply.github.com>
Co-authored-by: Diana Richards <v-dirichards@microsoft.com>
Co-authored-by: bubbletroubles <42738824+bubbletroubles@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service LearnBuild@microsoft.com>
Co-authored-by: jconley76 <100385591+jconley76@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>
Co-authored-by: Shawn Kupfer <60445862+ShawnKupfer@users.noreply.github.com>
Co-authored-by: Marc <MarcLaf@users.noreply.github.com>
Co-authored-by: Alexander Pavlovsky <alexpav@microsoft.com>
Co-authored-by: Regan Downer <v-rdowner@microsoft.com>
Co-authored-by: Tariq Jaber <64084421+tajaber@users.noreply.github.com>
Co-authored-by: DiyaSaadeh <44966771+DiyaSaadeh@users.noreply.github.com>
Co-authored-by: myra-ramdenbourg <108485108+myra-ramdenbourg@users.noreply.github.com>
Co-authored-by: Kosta Kondaurov <11173634+miracle2come@users.noreply.github.com>
Co-authored-by: Akos Regi <59701513+akosre@users.noreply.github.com>
Co-authored-by: Shannon Graybrook <552756+realslacker@users.noreply.github.com>
Co-authored-by: Jackline Omondi <57798781+omondiatieno@users.noreply.github.com>
Co-authored-by: Gowrisha C. Vishwa Kumar <97154030+gowrishacv@users.noreply.github.com>
Co-authored-by: Gowrisha C. Vishwa Kumar <gowrish@gcvs-mbp.speedport.ip>
Co-authored-by: Sruly Taber <sruly@thetabers.com>
Co-authored-by: Sruly Taber <srulyt@microsoft.com>
Co-authored-by: Smriti S <35428245+SmritiSatyan@users.noreply.github.com>
Co-authored-by: Smriti Satyanarayana <smriti.satyanarayana@harness.io>
Co-authored-by: Ben Hecht <benjamin.hecht@gmail.com>
Co-authored-by: nehakulkarni123 <70352273+nehakulkarni123@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants