Azure / iot-identity-service

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

Fix E2E test failures caused by Azure Functions version 3.x end-of-life #498

Closed nlcamp closed 1 year ago

nlcamp commented 1 year ago

Cherry-pick #497:

Azure functions version 3 reached EoL on 12/13/2022, after which the E2E tests started failing during the suite setup step that creates and publishes a function app. The changes in this PR resolve the issue causing the failure. They have been tested by running a manual E2E test pipeline/workflow.