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
Is your feature request related to a problem? Please describe.
After updating the image of a device mode, the image has the same url as the previous image.
Users will see the old image because the browser will still use the cache of this old image.
Describe the solution you'd like
After updating the image of a device mode:
The new image must have a new url (different from the url of the old image)
The old image must be deleted
Acceptance criterias :
Device Models
LoRa Device models
Edge Device models
The text was updated successfully, but these errors were encountered:
* Add unit test on ChangeDeviceModelImageAsync #763
* Add SyncImagesCacheControl #763
* Add unit test on SyncImagesCacheControl #763
* Add StorageAccountDeviceModelImageMaxAge config #763
* Remove unused variable
Is your feature request related to a problem? Please describe.
After updating the image of a device mode, the image has the same url as the previous image.
Users will see the old image because the browser will still use the cache of this old image.
Describe the solution you'd like
After updating the image of a device mode:
Acceptance criterias :
The text was updated successfully, but these errors were encountered: