Skip to content

Commit

Permalink
Mention policy automation side effects of VPP token deletion/reassign…
Browse files Browse the repository at this point in the history
…ment

For #23115.
  • Loading branch information
iansltx committed Jan 18, 2025
1 parent 240c131 commit 5330b68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ const DeleteVppModal = ({
<>
<p>
Apps purchased for the <b>{orgName}</b> location won&apos;t appear in
Fleet. Apps won&apos;t be uninstalled from hosts.
Fleet, and app install policy automations will be removed. Apps
won&apos;t be uninstalled from hosts.
</p>
<p>
If you want to enable VPP integration again, you&apos;ll have to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,9 @@ const EditTeamsVppModal = ({
Edit teams for <b>{currentToken.org_name}</b>.
</p>
<p>
If you remove a team, the App Store apps will be removed from that
team. They won&apos;t be uninstalled from hosts.
If you remove a team, App Store apps will be removed from that team,
and policy automations referencing those apps will be removed.
Installed apps won&apos;t be uninstalled from hosts.
</p>
<form onSubmit={onSave} className={baseClass} autoComplete="off">
<TooltipWrapper
Expand Down

0 comments on commit 5330b68

Please sign in to comment.