CGI-FR / IoT-Hub-Portal

IoT Hub Portal is a solution for handling IoT Devices easily. It leverages on Azure IoT Hub / AWS IoT Core for connectivity and device management.
https://cgi-fr.github.io/IoT-Hub-Portal/stable/
MIT License
32 stars 10 forks source link

Bug: Update Microsoft.Devices/IotHubs api version on bicep templates #2666

Open hocinehacherouf opened 10 months ago

hocinehacherouf commented 10 months ago

Expected Behavior

Build Bicep and Validate ARM Templates ci job must succeed.

Current Behavior

Build Bicep and Validate ARM Templates ci job is failing because the api version of Microsoft.Devices/IotHubs is older than 2 years.

See: https://github.com/CGI-FR/IoT-Hub-Portal/actions/runs/6911143116/job/18805278809

hocinehacherouf commented 10 months ago

@kbeaugrand , we are using the latest stable API version of Microsoft.Devices/IotHubs on our bicep templates (2021-07-02), same on Azure/iotedge-lorawan-starterkit side.

The latest api of Microsoft.Devices/IotHubs is a preview version (2022-04-30-preview).