Skip to content

Cherry-Pick: Mention policy automation side effects of VPP token deletion/reassignment #25603

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 policies that trigger automatic install of these apps will
be deleted. 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 delete a team, App Store apps will be deleted from that team,
and policies that trigger automatic install of these apps will be
deleted. Installed apps won&apos;t be uninstalled from hosts.
</p>
<form onSubmit={onSave} className={baseClass} autoComplete="off">
<TooltipWrapper
Expand Down
Loading