You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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).
If we want to wait a stable version, we can skip the test apiVersions-Should-Be-Recent on our CI pipeline until a stable version is available (we have to keep this issue open)
Otherwise, we have to create a PR on Azure/iotedge-lorawan-starterkit to update their bicep templates to target ther api version 2022-04-30-preview on Microsoft.Devices/IotHubs
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 ofMicrosoft.Devices/IotHubs
is older than 2 years.See: https://github.com/CGI-FR/IoT-Hub-Portal/actions/runs/6911143116/job/18805278809
The text was updated successfully, but these errors were encountered: