Skip to content

[WARP] Document Intune macOS reinstall loop and workaround#32075

Merged
cf-rhett merged 1 commit into
productionfrom
rhett/intune-macos-reinstall-loop
Jul 20, 2026
Merged

[WARP] Document Intune macOS reinstall loop and workaround#32075
cf-rhett merged 1 commit into
productionfrom
rhett/intune-macos-reinstall-loop

Conversation

@cf-rhett

@cf-rhett cf-rhett commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Summary

Documents a Microsoft Intune behavior that causes the Cloudflare One Client to be repeatedly reinstalled on macOS. When you upload the client .pkg, Intune auto-populates the app's Included apps detection list and treats the first entry as the primary app. It lists a nested framework bundle (io.flutter.flutter-macos) first instead of the client's own bundle identifier (com.cloudflare.1dot1dot1dot1.macos), so detection never matches the installed receipt and Intune reinstalls the package on every evaluation, restarting the client and dropping the WARP connection.

Adds a known-limitations entry with the workaround (reorder Included apps so the Cloudflare bundle identifier is primary, and reapply after each version upload) plus a cross-linking caution in the macOS Intune deployment guide. The issue is scoped to the versions that ship the redesigned client interface — from 2026.3.566.1 up to, but not including, 2026.6.865.0, which packages the installer so Intune detects the client automatically.

This also adds the macOS release notes for the fixed version (warp-releases/macos/ga/2026.6.865.0.yaml) and appends the Intune known-issue reference to the affected 2026.6.822.0 release note (warp-releases/macos/ga/2026.6.822.0.yaml).

Screenshots (optional)

An animated GIF in the known-limitations entry shows the reorder in the Intune admin center.

Documentation checklist

@cf-rhett
cf-rhett marked this pull request as ready for review July 14, 2026 18:17
@cloudflare-docs-bot

cloudflare-docs-bot Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Review

⚠️ 1 warning found in commit 7d79572.

Fix in your agent
Fix the following review findings in PR #32075 (https://github.com/cloudflare/cloudflare-docs/pull/32075).

Before making changes, review each finding and present a brief summary table:
- For each finding, state whether you agree, disagree, or need clarification
- If you disagree (e.g. the fix requires disproportionate effort for minimal benefit,
  or the finding is factually incorrect), explain why
- If you need clarification before deciding, ask those questions
- Then share your plan for which issues to tackle and in what order

After triaging, fix all legitimate findings. For any you decide to skip,
post a comment on this PR with the finding ID and your reasoning.

---

## Conventions

### Warnings (1)

#### CV-091b80eebcaa · Scope accuracy
- **File:** PR-level finding
- **Issue:** The description states the PR "adds the macOS release notes for the fixed version (`warp-releases/macos/ga/2026.6.865.0.yaml`)" and appends an Intune reference to `2026.6.822.0.yaml`, but `changedFiles` only shows `2026.6.822.0.yaml` as modified and does not list any added or modified `2026.6.865.0.yaml` file.
- **Fix:** Update the description to match the actual changed files, or include the missing `warp-releases/macos/ga/2026.6.865.0.yaml` release note file if it was intended to be part of this PR.

Code Review

This code review is in beta and may not always be helpful — use your judgment.

No code review issues found.

Conventions

Warnings (1)
File Issue
PR Scope accuracy — The description states the PR "adds the macOS release notes for the fixed version (warp-releases/macos/ga/2026.6.865.0.yaml)" and appends an Intune reference to 2026.6.822.0.yaml, but changedFiles only shows 2026.6.822.0.yaml as modified and does not list any added or modified 2026.6.865.0.yaml file. Fix: Update the description to match the actual changed files, or include the missing warp-releases/macos/ga/2026.6.865.0.yaml release note file if it was intended to be part of this PR.

Style Guide Review

No style-guide issues found.

Commands

Only codeowners can run commands. Post a comment with the command to trigger it.

Command Description
/review Runs a review now. Incremental if a prior review exists, full if not.
/full-review Re-reviews the entire PR diff from scratch, ignoring incremental history. Useful after a rebase, when you want a fresh review, or if the bot gets out of sync and reports issues that no longer exist.
/ignore-review-limit Permanently lifts the 2-review automatic limit for this PR. Future pushes will trigger reviews as normal.
/disable-auto-review Stops automatic reviews from triggering on future pushes to this PR. Codeowners can still run /review or /full-review manually.
/rebase Rebases the PR branch against production. Stops if there are conflicts and reports which files conflict.
/rebaseWithConflicts Rebases against production and attempts to resolve conflicts automatically using AI. Stops with an explanation if confidence is not high enough.

@github-actions

github-actions Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/assets/images/cloudflare-one/ @ranbel, @Maddy-Cloudflare, @codyanthony850, @cf-rhett, @csujedihy, @lpraneis, @jiulingz, @cloudflare/cf1-reviewers, @elithrar, @cloudflare/product-owners
/src/content/docs/cloudflare-one/team-and-resources/devices/ @ranbel, @cf-rhett, @csujedihy, @lpraneis, @jiulingz, @tojens-ietf, @cloudflare/cf1-reviewers, @elithrar, @cloudflare/product-owners
/src/content/warp-releases/ @ranbel, @cf-rhett, @csujedihy, @lpraneis, @jiulingz, @tojens-ietf, @cloudflare/product-owners

@cf-rhett
cf-rhett force-pushed the rhett/intune-macos-reinstall-loop branch from 4ff846a to de713de Compare July 14, 2026 18:24
@github-actions

github-actions Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

@cf-rhett
cf-rhett force-pushed the rhett/intune-macos-reinstall-loop branch 8 times, most recently from f74b021 to f739ebb Compare July 20, 2026 01:10
@cf-rhett
cf-rhett force-pushed the rhett/intune-macos-reinstall-loop branch from f739ebb to 7d79572 Compare July 20, 2026 02:49
@cf-rhett
cf-rhett merged commit 368e16f into production Jul 20, 2026
16 checks passed
@cf-rhett
cf-rhett deleted the rhett/intune-macos-reinstall-loop branch July 20, 2026 03:24
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.

5 participants