I'm looking for a way of cleaning old application versions in Service Fabric via the SDK. It seems there is no way to unprovision a version by using FabricClient
's ApplicationManager
(similar to the action available in the Service Fabric Explorer, Application Type view) ?
I can get a list of all the versions for an application type by using: fabricClient.QueryManager.GetApplicationTypeListAsync()