Azure / iot-identity-service

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

Fix scheduled E2E test by adding branch name to storage account name #477

Closed nlcamp closed 2 years ago

nlcamp commented 2 years ago

Cherry-pick PR #476

Follow-on to PR #473. This fixes an additional place where the scheduled E2E tests fail because of naming conflicts when running tests on main and release/1.4 concurrently. Specifically, this adds the branch name to the storage account name to make it unique.