Config only update on Service Fabric 10.1 using --force-restart does not restart applications
All of my applications in my service fabric cluster read configuration directly from Azure KeyVault on start up. To change the configuration we do a config only update of a deployed application changing a "timestamp" value in the service's parameters, and then do a config only update using the SFCTL command line tool with --force-restart to restart the underlying apps on each node. The cluster seems to go through the motions, but the underlying applications are not restarted. This seems to have started since v10 of service fabric. Is there a work around for this without having to deploy a complete new version of the software?