Azure / iot-identity-service

Source of the Azure IoT Identity Service and related services.
MIT License
37 stars 45 forks source link

Fix e2e tests to not run Trusted Launch VMs since some distros don't support it. #571

Closed arsing closed 7 months ago

arsing commented 7 months ago

Azure changed the default for Gen 2 VMs to use Trusted Launch security, but the CentOS 7 and Debian 10 images don't support it so those VMs fail to deploy. This commit makes the tests create Standard VMs again.

Also update the comment describing how to select VM image URNs to account for how we specify the version as latest now.

damonbarry commented 7 months ago

FYI @nlcamp