Rename Apple Business Manager in articles - #42579
Conversation
|
Note: keeping this in draft until the Apple Business release from Apple on April 14th. |
Updated references from 'Management Assignment' to 'Default Device Assignment' in Apple Business instructions. Adjusted links to point to the correct Apple documentation.
Updated link to Apple's documentation for purchasing apps.
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.
Review Summary by QodoRename Apple Business Manager to Apple Business across documentation and product references
WalkthroughsDescription• Comprehensive rename of Apple Business Manager (ABM) to Apple Business (AB) across 50+ documentation files, articles, and configuration references • Updated product terminology in marketing assets, API documentation, configuration guides, and handbook entries • Restructured Apple MDM setup guide with clearer step-by-step instructions for APNs setup, Apple Business connection, and VPP token management • Simplified troubleshooting sections by removing detailed workflow diagrams and consolidating enrollment guidance • Updated job position requirements and IT handbook references to reflect new Apple Business naming convention • Modified server configuration documentation and contributor reference guides to use new terminology • Updated website marketing copy and device management page descriptions with new product naming Diagramflowchart LR
ABM["Apple Business Manager<br/>ABM"]
AB["Apple Business<br/>AB"]
Docs["Documentation Files<br/>50+ articles"]
Config["Configuration &<br/>API Docs"]
Marketing["Marketing Assets<br/>& Handbook"]
ABM -- "rename" --> AB
AB -- "update" --> Docs
AB -- "update" --> Config
AB -- "update" --> Marketing
File Changes1. docs/solutions/macos/scripts/revoke-vpp-licenses.sh
|
Code Review by Qodo
|
| 1. In Fleet, navigate to the **Settings > Integrations > MDM** page. | ||
| 2. Under **Apple Business (AB)**, select **Add AB**. | ||
| 3. Select **Download public key** to download a public key for AB. |
There was a problem hiding this comment.
1. Guide labels don’t match ui 🐞 Bug ≡ Correctness
articles/apple-mdm-setup.md instructs users to click “Add AB” under “Apple Business (AB)”, but the Fleet UI still uses “ABM” (e.g., “Add ABM”), so users following the guide won’t find the referenced controls.
Agent Prompt
### Issue description
The Apple MDM setup guide uses new labels (“AB”, “Add AB”) that don’t exist in the Fleet UI, which still uses ABM terminology.
### Issue Context
This is a setup guide; mismatched labels are highly likely to cause user confusion and failed setup attempts.
### Fix Focus Areas
- articles/apple-mdm-setup.md[41-51]
- frontend/pages/admin/IntegrationsPage/cards/MdmSettings/AppleBusinessManagerPage/AppleBusinessManagerPage.tsx[39-46]
- frontend/pages/admin/IntegrationsPage/cards/MdmSettings/AppleBusinessManagerPage/components/AddAbmModal/AddAbmModal.tsx[56-80]
### Suggested fix
Choose one consistent naming scheme and apply it across docs and UI.
- If UI is not being renamed in this PR, revert the guide wording to match the UI (“Apple Business Manager (ABM)”, “Add ABM”, etc.).
- If renaming is intended, update UI strings/components accordingly in the same PR (or ensure a coordinated follow-up before publishing the docs).
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools
There was a problem hiding this comment.
The UI mismatch it's calling out here actually is addressed already in #42512
JordanMontgomery
left a comment
There was a problem hiding this comment.
Did a quick pass and found a few things
Co-authored-by: Jordan Montgomery <elijah.jordan.montgomery@gmail.com>
…to what-is-apple-business-a-complete-guide.md
Related issue: Resolves #42575