Skip to content

Grayw guides update managinggooglechrome#46995

Open
GrayW wants to merge 5 commits into
mainfrom
grayw-guides-update-managinggooglechrome
Open

Grayw guides update managinggooglechrome#46995
GrayW wants to merge 5 commits into
mainfrom
grayw-guides-update-managinggooglechrome

Conversation

@GrayW
Copy link
Copy Markdown
Member

@GrayW GrayW commented Jun 6, 2026

Related issue: Resolves #46637

  • Updated the wording and flow of the guide
  • Included links to new configuration profiles in the solutions folder
  • Added alternative option for enrolling in to cloud management

Summary by CodeRabbit

  • Documentation
    • Added a Windows configuration profile to enable enrolling Google Chrome into enterprise management.
    • Included a template with a placeholder enrollment token for administrators to replace when configuring device management.

GrayW added 4 commits June 6, 2026 10:48
Add an example ADMX file for Google Chrome management
Add an example profile for enrolling Chrome to the enterprise console
Improve layout and instructions
@GrayW GrayW requested a review from ddribeiro as a code owner June 6, 2026 10:37
Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

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

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jun 6, 2026

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 98dba982-60fb-40ba-abc1-be40f8859b19

📥 Commits

Reviewing files that changed from the base of the PR and between baa93e2 and 9129d97.

📒 Files selected for processing (1)
  • docs/solutions/windows/configuration-profiles/enroll Google Chrome to enterprise console.xml
🚧 Files skipped from review as they are similar to previous changes (1)
  • docs/solutions/windows/configuration-profiles/enroll Google Chrome to enterprise console.xml

Walkthrough

This PR adds a SyncML block in a Windows configuration profile XML that targets the Device/Vendor/MSFT/Policy/Config/.../chromePolicygooglechrome/CloudManagementEnrollmentToken policy. It sets the policy to enabled and writes a placeholder UUID value (YOUR_CLOUD_MANAGEMENT_ENROLLMENT_TOKEN_UUID) as the CloudManagementEnrollmentToken.

🚥 Pre-merge checks | ✅ 3 | ❌ 2

❌ Failed checks (1 warning, 1 inconclusive)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description provides context but does not follow the repository template structure and lacks many required checkboxes and verification steps. Complete the template including relevant checkboxes for testing, database changes, and compatibility verification. Add 'Changes file' entries if user-visible changes exist.
Title check ❓ Inconclusive The title 'Grayw guides update managinggooglechrome' is vague and lacks proper grammar or formatting, making it unclear what the main change involves. Revise the title to be clear and concise, e.g., 'Add Google Chrome enrollment guide and configuration profiles' or 'Update Managing Google Chrome guide with new configuration profiles'.
✅ Passed checks (3 passed)
Check name Status Explanation
Linked Issues check ✅ Passed The PR implements the core objective of adding a configuration profile XML for Google Chrome enrollment, addressing feedback from Google in issue #46637.
Out of Scope Changes check ✅ Passed The XML configuration file addition is directly related to the PR objectives of providing sample configurations for Chrome management as requested in issue #46637.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch grayw-guides-update-managinggooglechrome

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@docs/solutions/windows/configuration-profiles/enroll` Google Chrome to
enterprise console.xml:
- Line 7: The CloudManagementEnrollmentToken value currently contains a
UUID-like example that can be accidentally copied and break enrollment; update
the <Data> element so the CloudManagementEnrollmentToken attribute uses an
explicit placeholder (e.g., "REPLACE_WITH_ENROLLMENT_TOKEN") or a clearly marked
example UUID plus "replace this" text; locate the Data tag containing data
id="CloudManagementEnrollmentToken" and change its value attribute to the
placeholder text to prevent silent copy/paste failures.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 916a42e1-89da-4125-ac63-e6843eb79097

📥 Commits

Reviewing files that changed from the base of the PR and between ed50c8a and baa93e2.

⛔ Files ignored due to path filters (1)
  • articles/managing-chrome-with-fleet.md is excluded by !**/*.md
📒 Files selected for processing (2)
  • docs/solutions/windows/configuration-profiles/admx Google Chrome.xml
  • docs/solutions/windows/configuration-profiles/enroll Google Chrome to enterprise console.xml

…rome to enterprise console.xml

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update "Managing Google Chrome" with Fleet article

1 participant