mcr.microsoft.com/azureiotedge-metrics-collector:1.1
Expectation: In many container registries, using a tag like 1.1 implies that the system will pull the latest patch version within the 1.1.x series (e.g., 1.1.2, 1.1.3, etc.).
Reality in Azure IoT Edge: When deploying modules via IoT Hub, the deployment manifest does not automatically resolve to the latest patch version. Instead, it pulls exactly the version specified in the tag. So 1.1 will pull the image tagged 1.1, not 1.1.x.