After we upgrade from BC365 17.2 to 18 we are not able to Unpublish Old Extension on Multi-Tenant Env.
We are using the following PS:
Unpublish-NAVApp -ServerInstance $NewBcServerInstance -Name $ExtName -Version $OldBcVersion
Unpublish-NAVApp : The Extension cannot be unpublished because it is in use by the following tenants: default
At line:3 char:1
+ Unpublish-NAVApp -ServerInstance $NewBcServerInstance -Name $ExtName ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Unpublish-NAVApp], InvalidOperationException
+ FullyQualifiedErrorId : MicrosoftDynamicsNavServer$BC180/nav-systemapplication,Microsoft.Dynamics.Nav.Apps.Management.Cmdlets.UnpublishNavApp
Any Hint?