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
CheckDataDir() checks ADUC_DATA_FOLDER even though it can be overwritten in du-config.json. It probably should check config->dataFolder.
This is painful when cross-compiling because you're stuck with the built-in path from ADUC_DATA_FOLDER now.
CheckDownloadsDir on the other hand does the right thing and checks config->downloadsFolder.
Hi @D-r-P-3-p-p-3-r, This is good feedback and we will track this for our next release of the product (service and agent). We will share more details here once we have a release date. Tracking this as future improvement.
For now, while this can be changed when building the agent code from scratch.
We will address the documentation fixes and update here.
CheckDataDir() checks ADUC_DATA_FOLDER even though it can be overwritten in du-config.json. It probably should check config->dataFolder.
This is painful when cross-compiling because you're stuck with the built-in path from ADUC_DATA_FOLDER now.
CheckDownloadsDir on the other hand does the right thing and checks config->downloadsFolder.
Btw: https://learn.microsoft.com/en-us/azure/iot-hub-device-update/device-update-configuration-file doesn't explain a bunch of the configuration options available for du-config.json (e.g. dataFolder, extensionsFolder, downloadsFolder).
The text was updated successfully, but these errors were encountered: