You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 4, 2022. It is now read-only.
During scale unit workload installation, we check if the app version is higher than N. However, this takes a hard dependency on a locally-deployed AX installation and is not guaranteed to be the same version as the target scale unit.
We should remove the application version check, as it was made to ensure we're higher than version 10.0.17 (which all DHT customers are now).
During scale unit workload installation, we check if the app version is higher than
N. However, this takes a hard dependency on a locally-deployed AX installation and is not guaranteed to be the same version as the target scale unit.We should remove the application version check, as it was made to ensure we're higher than version 10.0.17 (which all DHT customers are now).