Grayw guides update managinggooglechrome#46995
Conversation
Add an example ADMX file for Google Chrome management
Add an example profile for enrolling Chrome to the enterprise console
Improve layout and instructions
Minor edits
There was a problem hiding this comment.
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.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThis PR adds a SyncML block in a Windows configuration profile XML that targets the Device/Vendor/MSFT/Policy/Config/.../chrome 🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
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
⛔ Files ignored due to path filters (1)
articles/managing-chrome-with-fleet.mdis excluded by!**/*.md
📒 Files selected for processing (2)
docs/solutions/windows/configuration-profiles/admx Google Chrome.xmldocs/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>
Related issue: Resolves #46637
Summary by CodeRabbit