Bug description
Readiness check completely fails to run if there are extra powershell modules installed, preventing any kind of update from running. The error produced from this failure doesn't provide any useful diagnostic information.
For example, running get-solution update results in this line:
HealthCheckResult : {Error reading readiness results for System}
Repro steps
Steps to reproduce the behavior:
- Install VMFleet Powershell module on any node. (Or "cluster" powershell module from the PSGallery)
- Attempt to run a readiness check
Expected behavior
- Readiness check fails with an error that describes conflicting powershell modules that are installed.
- When updates are run, there should be a prompt asking to uninstall the conflicting modules first.
Environment (please complete the following information):
- Azure Local 12.2509 (Currently being upgraded now)
- 4 node cluster
- Production
- East US Region
Bug description
Readiness check completely fails to run if there are extra powershell modules installed, preventing any kind of update from running. The error produced from this failure doesn't provide any useful diagnostic information.
For example, running get-solution update results in this line:
HealthCheckResult : {Error reading readiness results for System}
Repro steps
Steps to reproduce the behavior:
Expected behavior
Environment (please complete the following information):